Searched refs:high_addr (Results 1 - 14 of 14) sorted by relevance

/external/elfutils/libdwfl/
H A Ddwfl_validate_address.c68 if (relative >= mod->low_addr && relative <= mod->high_addr)
H A Ddwfl_module_info.c66 *end = mod->high_addr;
H A Ddwfl_module_report_build_id.c75 if (vaddr != 0 && (vaddr < mod->low_addr || vaddr + len > mod->high_addr))
H A Ddwfl_module.c157 if (m->low_addr == start && m->high_addr == end
185 mod->high_addr = end;
H A Doffline.c162 && dwfl->offline_next_address < mod->high_addr + OFFLINE_REDZONE)
163 dwfl->offline_next_address = mod->high_addr + OFFLINE_REDZONE;
H A Dsegment.c174 const GElf_Addr end = segment_end (dwfl, mod->high_addr);
258 if (*mod != NULL && (*mod)->high_addr != address)
H A DlibdwflP.h150 GElf_Addr low_addr, high_addr; member in struct:Dwfl_Module
H A Dlink_map.c526 mod->high_addr -= mod->main.bias;
529 mod->high_addr += bias;
H A Dlinux-kernel-modules.c562 end = m->high_addr;
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv30/
H A Dnvfx_vertprog.c892 int high_const = -1, high_temp = -1, high_addr = -1, nr_imm = 0, i; local
916 if (fdec->Range.Last > high_addr) {
917 high_addr =
953 if (++high_addr) {
954 vpc->r_address = CALLOC(high_addr, sizeof(struct nvfx_reg));
955 for (i = 0; i < high_addr; i++)
/external/mesa3d/src/gallium/drivers/nv30/
H A Dnvfx_vertprog.c892 int high_const = -1, high_temp = -1, high_addr = -1, nr_imm = 0, i; local
916 if (fdec->Range.Last > high_addr) {
917 high_addr =
953 if (++high_addr) {
954 vpc->r_address = CALLOC(high_addr, sizeof(struct nvfx_reg));
955 for (i = 0; i < high_addr; i++)
/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dpprof1105 my $high_addr = substr($addr, -16, 8); # get up to 8 more hex chars
1106 print pack('L*', hex('0x' . $low_addr), hex('0x' . $high_addr));
/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Dpprof1105 my $high_addr = substr($addr, -16, 8); # get up to 8 more hex chars
1106 print pack('L*', hex('0x' . $low_addr), hex('0x' . $high_addr));
/external/valgrind/main/VEX/priv/
H A Dguest_ppc_toIR.c14023 IRExpr* high_addr; local
14026 high_addr = binop( addOp, mkexpr( EA ), ty == Ity_I64 ? mkU64( ea_off )
14028 low = loadBE( Ity_I64, high_addr );

Completed in 926 milliseconds