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

  /external/elfutils/libdwfl/
dwfl_validate_address.c 68 if (relative >= mod->low_addr && relative <= mod->high_addr)
dwfl_module_info.c 64 *start = mod->low_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
184 mod->low_addr = start;
libdwflP.h 150 GElf_Addr low_addr, high_addr; member in struct:Dwfl_Module
408 #define MODCB_ARGS(mod) (mod), &(mod)->userdata, (mod)->name, (mod)->low_addr
offline.c 160 if ((dwfl->offline_next_address >= mod->low_addr
161 || mod->low_addr - dwfl->offline_next_address < OFFLINE_REDZONE)
derelocate.c 367 *addr -= mod->low_addr;
segment.c 173 const GElf_Addr start = segment_start (dwfl, mod->low_addr);
link_map.c 525 mod->low_addr -= mod->main.bias;
528 mod->low_addr += bias;
dwfl_module_getdwarf.c 104 file->bias = ((mod->low_addr & -ph->p_align)
linux-kernel-modules.c 561 start = m->low_addr;
  /external/elfutils/tests/
allregs.c 80 Dwarf_Addr low_addr __attribute__ ((unused)),

Completed in 561 milliseconds