405
405
#define NT_NETBSD_IDENT 1
407
/* Values for OpenBSD .note.openbsd.ident notes. Note name is "OpenBSD". */
409
#define NT_OPENBSD_IDENT 1
407
411
/* Values for FreeBSD .note.ABI-tag notes. Note name is "FreeBSD". */
409
413
#define NT_FREEBSD_ABI_TAG 1
533
537
values outside of the new range (see below). */
534
538
#define OLD_DT_LOOS 0x60000000
535
539
#define DT_LOOS 0x6000000d
536
#define DT_HIOS 0x6fff0000
540
#define DT_HIOS 0x6ffff000
537
541
#define OLD_DT_HIOS 0x6fffffff
539
543
#define DT_LOPROC 0x70000000
717
721
#define AT_ICACHEBSIZE 20 /* Instruction cache block size. */
718
722
#define AT_UCACHEBSIZE 21 /* Unified cache block size. */
719
723
#define AT_IGNOREPPC 22 /* Entry should be ignored */
724
#define AT_SECURE 23 /* Boolean, was exec setuid-like? */
720
725
/* Pointer to the global system page used for system calls and other
722
727
#define AT_SYSINFO 32
723
#define AT_SYSINFO_EHDR 33
728
#define AT_SYSINFO_EHDR 33 /* Pointer to ELF header of system-supplied DSO. */
730
#define AT_SUN_UID 2000 /* Effective user ID. */
731
#define AT_SUN_RUID 2001 /* Real user ID. */
732
#define AT_SUN_GID 2002 /* Effective group ID. */
733
#define AT_SUN_RGID 2003 /* Real group ID. */
734
#define AT_SUN_LDELF 2004 /* Dynamic linker's ELF header. */
735
#define AT_SUN_LDSHDR 2005 /* Dynamic linker's section headers. */
736
#define AT_SUN_LDNAME 2006 /* String giving name of dynamic linker. */
737
#define AT_SUN_LPAGESZ 2007 /* Large pagesize. */
738
#define AT_SUN_PLATFORM 2008 /* Platform name string. */
739
#define AT_SUN_HWCAP 2009 /* Machine dependent hints about
740
processor capabilities. */
741
#define AT_SUN_IFLUSH 2010 /* Should flush icache? */
742
#define AT_SUN_CPU 2011 /* CPU name string. */
743
#define AT_SUN_EMUL_ENTRY 2012 /* COFF entry point address. */
744
#define AT_SUN_EMUL_EXECFD 2013 /* COFF executable file descriptor. */
745
#define AT_SUN_EXECNAME 2014 /* Canonicalized file name given to execve. */
746
#define AT_SUN_MMU 2015 /* String for name of MMU module. */
747
#define AT_SUN_LDDATA 2016 /* Dynamic linker's data segment address. */
725
750
#endif /* _ELF_COMMON_H */