aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/elf_common.h
Commit message (Expand)AuthorAgeFilesLines
* Add extra visibility definitions.John Birrell2007-12-021-0/+3
* Correct PT_GNU_EH_FRAME definition.Alexander Kabaev2007-04-031-1/+1
* Add `PN_XNUM', for supporting ELF objects with a large number of programJoseph Koshy2006-11-141-0/+3
* PR:John Birrell2006-10-041-11/+468
* o Correct URL to ELF header documantation.Maxim Konovalov2006-05-311-2/+2
* o Add the GNU symbol versioning section constants (SHT_GNU_verdef,Marcel Moolenaar2005-12-191-1/+4
* Implement ELF symbol versioning using GNU semantics. This code aimsAlexander Kabaev2005-12-181-0/+25
* Get in sync with current ELF definitions. In particular this means:Marcel Moolenaar2005-12-181-48/+104
* Fix typo (in comment): s/IA-46/IA-64/Marcel Moolenaar2004-05-051-1/+1
* Add defines required for TLS support.Alexander Kabaev2003-06-181-0/+2
* Add missing */Poul-Henning Kamp2003-06-181-1/+1
* - Add support for DT_FLAGS.Matthew N. Dodd2003-06-181-5/+51
* - Call a SHT_REL 'relocation section' rather thanRobert Drehmel2002-08-111-2/+2
* Catch up with common usage:Marcel Moolenaar2001-09-081-0/+3
* Add "ELFOSABI_NONE" which is the symbol used in a copy of the old ELF spec,David E. O'Brien2001-02-241-0/+1
* Update the e_machine values to include x86-64, PowerPC and [Strong]ARM;David E. O'Brien2001-01-011-5/+12
* Add machine type for ia64.Doug Rabson2000-09-291-0/+1
* Change our ELF binary branding to something more acceptable to the BinutilsDavid E. O'Brien2000-04-181-3/+21
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* The structure Elf_Note does not have 32 and 64 bit variants but alwaysDoug Rabson1999-05-071-1/+16
* Add generic defines ELF_ARCH, ELF_CLASS, and ELF_DATA. These giveJohn Polstra1998-09-141-1/+6
* Add definitions for the ELF section attribute flags, SHF_*.John Polstra1998-09-081-1/+7
* Revamp the ELF include files to better support architecture-independentJohn Polstra1998-08-161-0/+195