Home
last modified time | relevance | path

Searched refs:high_addr (Results 1 – 10 of 10) sorted by relevance

/external/elfutils/libdwfl/
Ddwfl_module.c157 if (m->low_addr == start && m->high_addr == end in INTDEF()
185 mod->high_addr = end; in INTDEF()
Ddwfl_validate_address.c68 if (relative >= mod->low_addr && relative <= mod->high_addr) in dwfl_validate_address()
Ddwfl_module_info.c66 *end = mod->high_addr; in dwfl_module_info()
Ddwfl_module_report_build_id.c75 if (vaddr != 0 && (vaddr < mod->low_addr || vaddr + len > mod->high_addr)) in dwfl_module_report_build_id()
Doffline.c162 && dwfl->offline_next_address < mod->high_addr + OFFLINE_REDZONE) in process_elf()
163 dwfl->offline_next_address = mod->high_addr + OFFLINE_REDZONE; in process_elf()
Dsegment.c174 const GElf_Addr end = segment_end (dwfl, mod->high_addr); in reify_segments()
258 if (*mod != NULL && (*mod)->high_addr != address) in dwfl_addrsegment()
DlibdwflP.h150 GElf_Addr low_addr, high_addr; member
Dlink_map.c523 mod->high_addr -= mod->main.bias; in consider_executable()
526 mod->high_addr += bias; in consider_executable()
Dlinux-kernel-modules.c562 end = m->high_addr; in dwfl_linux_kernel_report_kernel()
/external/valgrind/main/VEX/priv/
Dguest_ppc_toIR.c14023 IRExpr* high_addr; in dis_vx_load() local
14026 high_addr = binop( addOp, mkexpr( EA ), ty == Ity_I64 ? mkU64( ea_off ) in dis_vx_load()
14028 low = loadBE( Ity_I64, high_addr ); in dis_vx_load()