summaryrefslogtreecommitdiffstats
path: root/sys/sys/elf_common.h
Commit message (Expand)AuthorAgeFilesLines
* MFC r294530: Add STB_GNU_UNIQUE symbol binding definitionemaste2016-01-281-2/+3
* MFC r276539: Update ELF headers to include additional definesemaste2016-01-201-0/+216
* MFC r288081: Add MIPS ELF section type SHT_MIPS_ABIFLAGS definitionemaste2016-01-201-0/+1
* MFC r289070: Add .gnu.versym VERSYM_HIDDEN flag and related maskemaste2015-10-161-0/+6
* MFC r276636: add NT_PPC_VMX note type definitionemaste2015-09-241-0/+1
* MFC r279698: Update the ELFOSABI_* constants.emaste2015-09-241-0/+2
* MFC r280858: Fill out arm64 dynamic relocation #definesemaste2015-09-241-0/+4
* MFC r281308: Add R_AARCH64_NONE, the null relocation.emaste2015-09-241-0/+1
* MFC r275903: Add AArch64 64-bit relocation values.emaste2015-09-241-0/+12
* MFC r282916: Add ELF machine EM_IAMCU, 32-bit Intel MCUemaste2015-09-241-0/+1
* MFC r285841: Add RISC-V ELF machine type definitionemaste2015-09-241-0/+1
* MFC r283110: Add GRP_COMDAT section group flag to ELF headeremaste2015-05-261-0/+3
* MFC r277464: Add missing R_X86_64_ constants to elf_common.hemaste2015-04-241-0/+13
* MFC r281003:kib2015-04-231-0/+3
* MFC 274817,274878,276801,276840,278976:jhb2015-02-231-0/+1
* Define SHT_GNU_LIBLIST and R_MIPS_64emaste2015-02-031-0/+2
* MFC r273284:andrew2014-10-291-0/+2
* MFC elfdump improvementsemaste2014-09-021-1/+2
* Add the definition of DF_1_INTERPOSE flag.kib2013-10-071-0/+1
* Add the ARM processor-specific section types.kevlo2013-07-101-0/+7
* Add a new set of notes to a process core dump to store procstat data.trociny2013-04-161-0/+9
* Add definition for the -z nodefaultlib flag.kib2012-05-061-0/+1
* Add .reginfo section entrygonzo2012-03-261-0/+1
* Add define for MIPS.optionsgonzo2012-03-231-0/+1
* Add ARM relocations types used for thread-local storagegonzo2012-02-141-0/+4
* Add definition for PT_GNU_RELRO.kib2012-01-301-0/+1
* Fix typo.kib2012-01-221-1/+1
* Add definitions for GNU-specific STT_GNU_IFUNC symbol type,kib2011-12-121-0/+3
* Add the ability to search for all the inlined instances of a given function.obrien2011-05-071-0/+2
* Add PT_GNU_STACK definition.kib2010-11-231-0/+1
* Add the ability for GDB to printout the thread name along with otherattilio2010-11-221-0/+1
* Add DF_1_LOADFLTR.kib2010-09-121-0/+1
* Fix typo.kib2010-09-121-1/+1
* Add definitions for powerpc64 ELF relocation types. Some 64-bit relocationsnwhitehorn2010-07-101-0/+21
* Implement rtld part of the support for -z nodlopen (see ld(1)).kib2009-11-261-0/+1
* Added DT_GNU_HASH entry for GNU-style hash table.kaiw2009-04-101-0/+1
* Implement support for RTLD_NODELETE flag for dlopen() and -z nodeletekib2009-03-301-0/+1
* Add some definitions for the DT_FLAGS_1 tag flags.kib2009-03-171-0/+5
* Introduce a C type representing the header for GNU-style hash tablejkoshy2009-02-031-0/+11
* Added section type SHT_GNU_HASH. GNU-style .hash section is a newkaiw2009-01-031-0/+1
* style(9)obrien2009-01-011-315/+315
* Update elf_common.h with new EM_ types found in the latest ELF gABI.kaiw2008-12-191-2/+58
* Add ELF relocation types for mips.imp2008-08-021-0/+18
* Add extra visibility definitions.jb2007-12-021-0/+3
* Correct PT_GNU_EH_FRAME definition.kan2007-04-031-1/+1
* Add `PN_XNUM', for supporting ELF objects with a large number of programjkoshy2006-11-141-0/+3
* PR:jb2006-10-041-11/+468
* o Correct URL to ELF header documantation.maxim2006-05-311-2/+2
* o Add the GNU symbol versioning section constants (SHT_GNU_verdef,marcel2005-12-191-1/+4
* Implement ELF symbol versioning using GNU semantics. This code aimskan2005-12-181-0/+25
OpenPOWER on IntegriCloud