aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/elf_common.h
Commit message (Expand)AuthorAgeFilesLines
* Move/add ARM ELF PHDR types to elf_common.hEd Maste2016-08-021-0/+2
* Add ELFOSABI_ARM_AEABI ELF OSABI constantEd Maste2016-08-021-0/+1
* Add and correct MIPS relocation typesEd Maste2016-05-301-2/+8
* elf_common.h: add section header flag and dynamic typesEd Maste2016-05-191-0/+3
* Rename SHT_AMD64_UNWIND to SHT_X86_64_UNWIND per ABI docEd Maste2016-04-071-1/+2
* Add STT_SPARC_REGISTER ELF definitionEd Maste2016-01-261-2/+3
* Add STB_GNU_UNIQUE symbol binding definitionEd Maste2016-01-211-2/+3
* Add RISC-V relocation types.Ruslan Bukin2016-01-181-0/+50
* Add definitions for ELF note types used in executablesEd Maste2015-12-061-0/+5
* Add .gnu.versym VERSYM_HIDDEN flag and related maskEd Maste2015-10-091-0/+6
* Add MIPS ELF section type SHT_MIPS_ABIFLAGS definitionEd Maste2015-09-221-0/+1
* Add RISC-V ELF machine type definitionEd Maste2015-07-241-0/+1
* Add GRP_COMDAT section group flag to ELF headerEd Maste2015-05-191-0/+3
* Add ELF machine EM_IAMCU, 32-bit Intel MCUEd Maste2015-05-141-0/+1
* Add R_AARCH64_NONE, the null relocation.Andrew Turner2015-04-091-0/+1
* Speed up symbol lookup for the amd64 kernel modules.Konstantin Belousov2015-04-021-0/+3
* Fill out arm64 dynamic relocation #definesEd Maste2015-03-301-0/+4
* Update the ELFOSABI_* constants.Ed Schouten2015-03-061-0/+2
* Add missing R_X86_64_ constants to elf_common.hEd Maste2015-01-211-0/+13
* Missed the header for the note definition.Justin Hibbits2015-01-031-0/+1
* Update ELF headers to include additional definesEd Maste2015-01-021-0/+216
* Add AArch64 64-bit relocation values. These will be needed by rtld whenAndrew Turner2014-12-181-0/+12
* Improve support for XSAVE with debuggers.John Baldwin2014-11-211-0/+1
* Allow libkvm to get the kernel va to pa delta without the need forAndrew Turner2014-10-191-0/+2
* Rename DT_FEATURE_1 to DT_FEATUREEd Maste2014-08-211-1/+1
* elfdump: add EM_AARCH64 64-bit ARM machine architectureEd Maste2014-07-311-0/+1
* Define SHT_GNU_LIBLIST and R_MIPS_64, which is needed for libelf andKai Wang2014-01-161-0/+2
* Add the definition of DF_1_INTERPOSE flag.Konstantin Belousov2013-10-071-0/+1
* Add the ARM processor-specific section types.Kevin Lo2013-07-101-0/+7
* Add a new set of notes to a process core dump to store procstat data.Mikolaj Golub2013-04-161-0/+9
* Add definition for the -z nodefaultlib flag.Konstantin Belousov2012-05-061-0/+1
* Add .reginfo section entryOleksandr Tymoshenko2012-03-261-0/+1
* Add define for MIPS.optionsOleksandr Tymoshenko2012-03-231-0/+1
* Add ARM relocations types used for thread-local storageOleksandr Tymoshenko2012-02-141-0/+4
* Add definition for PT_GNU_RELRO.Konstantin Belousov2012-01-301-0/+1
* Fix typo.Konstantin Belousov2012-01-221-1/+1
* Add definitions for GNU-specific STT_GNU_IFUNC symbol type,Konstantin Belousov2011-12-121-0/+3
* Add the ability to search for all the inlined instances of a given function.David E. O'Brien2011-05-071-0/+2
* Add PT_GNU_STACK definition.Konstantin Belousov2010-11-231-0/+1
* Add the ability for GDB to printout the thread name along with otherAttilio Rao2010-11-221-0/+1
* Add DF_1_LOADFLTR.Konstantin Belousov2010-09-121-0/+1
* Fix typo.Konstantin Belousov2010-09-121-1/+1
* Add definitions for powerpc64 ELF relocation types. Some 64-bit relocationsNathan Whitehorn2010-07-101-0/+21
* Implement rtld part of the support for -z nodlopen (see ld(1)).Konstantin Belousov2009-11-261-0/+1
* Added DT_GNU_HASH entry for GNU-style hash table.Kai Wang2009-04-101-0/+1
* Implement support for RTLD_NODELETE flag for dlopen() and -z nodeleteKonstantin Belousov2009-03-301-0/+1
* Add some definitions for the DT_FLAGS_1 tag flags.Konstantin Belousov2009-03-171-0/+5
* Introduce a C type representing the header for GNU-style hash tableJoseph Koshy2009-02-031-0/+11
* Added section type SHT_GNU_HASH. GNU-style .hash section is a newKai Wang2009-01-031-0/+1
* style(9)David E. O'Brien2009-01-011-315/+315