HomeSort by relevance Sort by last modified time
    Searched refs:high_addr (Results 1 - 10 of 10) sorted by null

  /external/elfutils/libdwfl/
dwfl_validate_address.c 68 if (relative >= mod->low_addr && relative <= mod->high_addr)
dwfl_module_info.c 66 *end = mod->high_addr;
dwfl_module_report_build_id.c 75 if (vaddr != 0 && (vaddr < mod->low_addr || vaddr + len > mod->high_addr))
dwfl_module.c 157 if (m->low_addr == start && m->high_addr == end
185 mod->high_addr = end;
offline.c 162 && dwfl->offline_next_address < mod->high_addr + OFFLINE_REDZONE)
163 dwfl->offline_next_address = mod->high_addr + OFFLINE_REDZONE;
segment.c 174 const GElf_Addr end = segment_end (dwfl, mod->high_addr);
258 if (*mod != NULL && (*mod)->high_addr != address)
libdwflP.h 150 GElf_Addr low_addr, high_addr; member in struct:Dwfl_Module
link_map.c 526 mod->high_addr -= mod->main.bias;
529 mod->high_addr += bias;
linux-kernel-modules.c 562 end = m->high_addr;
  /external/valgrind/main/VEX/priv/
guest_ppc_toIR.c 14023 IRExpr* high_addr; local
    [all...]

Completed in 134 milliseconds