Searched refs:high_addr (Results 1 – 10 of 10) sorted by relevance
157 if (m->low_addr == start && m->high_addr == end in INTDEF()185 mod->high_addr = end; in INTDEF()
68 if (relative >= mod->low_addr && relative <= mod->high_addr) in dwfl_validate_address()
66 *end = mod->high_addr; in dwfl_module_info()
75 if (vaddr != 0 && (vaddr < mod->low_addr || vaddr + len > mod->high_addr)) in dwfl_module_report_build_id()
162 && 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()
174 const GElf_Addr end = segment_end (dwfl, mod->high_addr); in reify_segments()258 if (*mod != NULL && (*mod)->high_addr != address) in dwfl_addrsegment()
150 GElf_Addr low_addr, high_addr; member
523 mod->high_addr -= mod->main.bias; in consider_executable()526 mod->high_addr += bias; in consider_executable()
562 end = m->high_addr; in dwfl_linux_kernel_report_kernel()
14023 IRExpr* high_addr; in dis_vx_load() local14026 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()