aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/elf64.h
Commit message (Expand)AuthorAgeFilesLines
* Update ELF headers to include additional definesEd Maste2015-01-021-0/+12
* style(9)David E. O'Brien2009-01-011-8/+8
* Convert types 'Elf{32,64}_Nhdr' into aliases of the generic 'Elf_Note'Joseph Koshy2006-10-171-5/+1
* PR:John Birrell2006-10-041-0/+46
* Remove various bits of conditional Alpha code and fixup a few comments.John Baldwin2006-05-121-4/+0
* Implement ELF symbol versioning using GNU semantics. This code aimsAlexander Kabaev2005-12-181-0/+34
* Make our ELF64 type definitions match standards. In particular thisMarcel Moolenaar2005-12-181-39/+43
* Get in sync with current ELF definitions. In particular this means:Marcel Moolenaar2005-12-181-0/+3
* Fix the ELF64_R_TYPE and ELF64_R_INFO macros. The symbol type is anMarcel Moolenaar2005-12-171-2/+2
* Move the definition of ElfN_Hashelt to common headers. The only platformDoug Rabson2002-05-301-0/+13
* $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-16/+1
* Add generic defines ELF_ARCH, ELF_CLASS, and ELF_DATA. These giveJohn Polstra1998-09-141-1/+16
* Provide the correct definition of ELF64_R_INFO.Doug Rabson1998-09-121-2/+2
* Change the ELF64_R_SYM() to shift 32 bits instead of 8 bits to matchJohn Birrell1998-09-051-23/+24
* Revamp the ELF include files to better support architecture-independentJohn Polstra1998-08-161-164/+4
* Add definitions for PT_LOPROC and PT_HIPROC.John Polstra1998-07-071-1/+4
* Elf64_Shdr.sh_size should be Elf64_Size not Elf64_Word.Doug Rabson1998-06-141-2/+2
* Add initial support for the FreeBSD/alpha kernel. This is very much aDoug Rabson1998-06-101-0/+312