Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/unbound/compat/
Dgetentropy_linux.c519 #ifdef AT_SYSINFO_EHDR in getentropy_fallback()
520 p = (char *) getauxval(AT_SYSINFO_EHDR); in getentropy_fallback()
/freebsd-12-stable/contrib/gdb/gdb/
Dauxv.c229 TAG (AT_SYSINFO_EHDR, "System-supplied DSO's ELF header", hex); in fprint_target_auxv()
/freebsd-12-stable/contrib/binutils/include/elf/
Dcommon.h780 #define AT_SYSINFO_EHDR 33 /* Pointer to ELF header of system-supplied DSO. */ macro