Home
last modified time | relevance | path

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

/external/elfutils/libdwfl/
Dlink_map.c509 consider_executable (Dwfl_Module *mod, GElf_Addr at_phdr, GElf_Addr at_entry, in consider_executable() argument
556 if (at_phdr != 0 in consider_executable()
565 if (ehdr.e_phoff - phdr->p_offset + phdr->p_vaddr != at_phdr) in consider_executable()
574 != (at_phdr & -align)) in consider_executable()
578 GElf_Addr bias = (at_phdr - (ehdr.e_phoff - phdr->p_offset in consider_executable()
675 find_executable (Dwfl *dwfl, GElf_Addr at_phdr, GElf_Addr at_entry, in find_executable() argument
683 GElf_Addr r_debug_vaddr = consider_executable (mod, at_phdr, at_entry, in find_executable()