Home
last modified time | relevance | path

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

/external/elfutils/libdwfl/
Dlink_map.c505 consider_executable (Dwfl_Module *mod, GElf_Addr at_phdr, GElf_Addr at_entry, in consider_executable() argument
552 if (at_phdr != 0 in consider_executable()
561 if (ehdr.e_phoff - phdr->p_offset + phdr->p_vaddr != at_phdr) in consider_executable()
570 != (at_phdr & -align)) in consider_executable()
574 GElf_Addr bias = (at_phdr - (ehdr.e_phoff - phdr->p_offset in consider_executable()
671 find_executable (Dwfl *dwfl, GElf_Addr at_phdr, GElf_Addr at_entry, in find_executable() argument
679 GElf_Addr r_debug_vaddr = consider_executable (mod, at_phdr, at_entry, in find_executable()