Home | History | Annotate | Download | only in libdwfl

Lines Matching refs:AT_ENTRY

446 consider_executable (Dwfl_Module *mod, GElf_Addr at_phdr, GElf_Addr at_entry,
455 if (at_entry != 0)
457 /* If we have an AT_ENTRY value, reject this executable if
465 if (ehdr.e_entry != at_entry)
514 /* Final sanity check: if we have an AT_ENTRY value,
516 if (at_entry != 0 && at_entry != ehdr.e_entry + bias)
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,
652 if (av[i].a_type == BL##NN (AT_ENTRY)) \
778 we can still use the AT_PHDR and AT_ENTRY values to