Home | History | Annotate | Download | only in libdwfl

Lines Matching refs:AT_PHDR

446 consider_executable (Dwfl_Module *mod, GElf_Addr at_phdr, GElf_Addr at_entry,
489 if (at_phdr != 0
494 If we have an AT_PHDR value, reject this executable
498 if (ehdr.e_phoff - phdr->p_offset + phdr->p_vaddr != at_phdr)
503 /* It could be a PIE. If the AT_PHDR value and our
507 != (at_phdr & -align))
511 GElf_Addr bias = (at_phdr - (ehdr.e_phoff - phdr->p_offset
608 find_executable (Dwfl *dwfl, GElf_Addr at_phdr, GElf_Addr at_entry,
616 GElf_Addr r_debug_vaddr = consider_executable (mod, at_phdr, at_entry,
654 else if (av[i].a_type == BL##NN (AT_PHDR)) \
778 we can still use the AT_PHDR and AT_ENTRY values to
782 the AT_PHDR address, then we only consider that one.