Lines Matching refs:table
583 uint32_t table;
587 table = (uint32_t)pc + 4;
588 else if (arm_get_register(proc, tbl_reg, &table) < 0)
595 table += offset;
598 if (proc_read_8(proc, (arch_addr_t)table, &length) < 0)
609 uint32_t table;
613 table = (uint32_t)pc + 4;
614 else if (arm_get_register(proc, tbl_reg, &table) < 0)
621 table += 2 * offset;
624 if (proc_read_16(proc, (arch_addr_t)table, &length) < 0)