~ubuntu-branches/ubuntu/hoary/binutils/hoary

« back to all changes in this revision

Viewing changes to include/elf/common.h

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2005-03-18 13:07:52 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20050318130752-j4i37zgqclj53b94
Tags: 2.15-5ubuntu2
debian/rules: Call pkgstriptranslations if present (the package does not
use debhelper, thus it does not happen automatically).

Show diffs side-by-side

added added

removed removed

Lines of Context:
404
404
 
405
405
#define NT_NETBSD_IDENT         1
406
406
 
 
407
/* Values for OpenBSD .note.openbsd.ident notes.  Note name is "OpenBSD".  */
 
408
 
 
409
#define NT_OPENBSD_IDENT        1
 
410
 
407
411
/* Values for FreeBSD .note.ABI-tag notes.  Note name is "FreeBSD".  */
408
412
 
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
538
542
 
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
721
726
   nice things.  */
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.  */
 
729
 
 
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.  */
 
748
 
724
749
 
725
750
#endif /* _ELF_COMMON_H */