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

/external/elfutils/libdwfl/
H A Dlink_map.c512 consider_executable (Dwfl_Module *mod, GElf_Addr at_phdr, GElf_Addr at_entry,
559 if (at_phdr != 0
568 if (ehdr.e_phoff - phdr->p_offset + phdr->p_vaddr != at_phdr)
577 != (at_phdr & -align))
581 GElf_Addr bias = (at_phdr - (ehdr.e_phoff - phdr->p_offset
678 find_executable (Dwfl *dwfl, GElf_Addr at_phdr, GElf_Addr at_entry,
686 GElf_Addr r_debug_vaddr = consider_executable (mod, at_phdr, at_entry,
509 consider_executable(Dwfl_Module *mod, GElf_Addr at_phdr, GElf_Addr at_entry, uint_fast8_t *elfclass, uint_fast8_t *elfdata, Dwfl_Memory_Callback *memory_callback, void *memory_callback_arg) argument
675 find_executable(Dwfl *dwfl, GElf_Addr at_phdr, GElf_Addr at_entry, uint_fast8_t *elfclass, uint_fast8_t *elfdata, Dwfl_Memory_Callback *memory_callback, void *memory_callback_arg) argument

Completed in 497 milliseconds