Home
last modified time | relevance | path

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

/netbsd/external/bsd/unbound/dist/compat/
H A Dgetentropy_linux.c519 #ifdef AT_SYSINFO_EHDR in getentropy_fallback()
520 p = (char *) getauxval(AT_SYSINFO_EHDR); in getentropy_fallback()
/netbsd/external/gpl3/gdb/dist/gdb/
H A Dauxv.c488 TAG (AT_SYSINFO_EHDR, _("System-supplied DSO's ELF header"),
H A Dlinux-tdep.c2314 if (target_auxv_search (current_top_target (), AT_SYSINFO_EHDR, &range->start) <= 0)
H A DChangeLog-20165095 find the vDSO's start address with AT_SYSINFO_EHDR too, and
5097 matches AT_SYSINFO_EHDR.
/netbsd/external/gpl3/binutils.old/dist/include/elf/
H A Dcommon.h1221 #define AT_SYSINFO_EHDR 33 /* Pointer to ELF header of system-supplied DSO. */ macro
/netbsd/external/gpl3/gdb.old/dist/gdb/
H A Dauxv.c488 TAG (AT_SYSINFO_EHDR, _("System-supplied DSO's ELF header"),
H A Dlinux-tdep.c2314 if (target_auxv_search (current_top_target (), AT_SYSINFO_EHDR, &range->start) <= 0)
H A DChangeLog-20165095 find the vDSO's start address with AT_SYSINFO_EHDR too, and
5097 matches AT_SYSINFO_EHDR.
/netbsd/external/gpl3/gdb/dist/include/elf/
H A Dcommon.h1224 #define AT_SYSINFO_EHDR 33 /* Pointer to ELF header of system-supplied DSO. */ macro
/netbsd/external/gpl3/gdb.old/dist/include/elf/
H A Dcommon.h1224 #define AT_SYSINFO_EHDR 33 /* Pointer to ELF header of system-supplied DSO. */ macro
/netbsd/external/gpl3/binutils/dist/include/elf/
H A Dcommon.h1357 #define AT_SYSINFO_EHDR 33 /* Pointer to ELF header of system-supplied DSO. */ macro
/netbsd/external/gpl3/binutils/dist/gprofng/libcollector/
H A Dmmaptrace.c982 if (ap->a_type == AT_SYSINFO_EHDR) in process_vsyscall_page()