aboutsummaryrefslogtreecommitdiff
path: root/sys/arm/include/elf.h
Commit message (Expand)AuthorAgeFilesLines
* Consolidate identical ELF auxargs type defintions.Brooks Davis2018-10-221-32/+0
* sys/arm: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Fullify implementation of AT_HWCAP and AT_HWCAP2 for ARMv6,7.Michal Meloun2017-10-211-0/+26
* Add AT_HWCAP2 ELF auxiliary vector.Michal Meloun2017-10-211-1/+2
* Detect NEON and set HWCAP_NEON if present.John Baldwin2017-09-221-0/+1
* Correct HWCAP_VFP3* values to match Linux.John Baldwin2017-09-221-2/+2
* Add AT_HWCAP flags for VFP settings for FreeBSD/arm.John Baldwin2017-09-141-0/+6
* Add AT_HWCAP and AT_EHDRFLAGS on all platforms.John Baldwin2017-09-141-1/+2
* Move/add ARM ELF PHDR types to elf_common.hEd Maste2016-08-021-3/+0
* Export the eflags field from the elf header. This allows betterWarner Losh2015-05-221-22/+23
* Update ELF headers to include additional definesEd Maste2015-01-021-1/+0
* Expand the elf brandelf infrastructure to give access to the whole ELFWarner Losh2014-08-181-0/+6
* Add dl_unwind_find_exidx() for ARM EABI, required for C++ exceptionIan Lepore2014-07-191-0/+3
* Reserve AT_TIMEKEEP auxv entry for providing usermode the pointer toKonstantin Belousov2012-06-221-0/+1
* trim trailing whitespaceWarner Losh2012-06-131-2/+2
* Add AT_STACKPROT elf aux vector. Will be used to inform rtld about theKonstantin Belousov2011-01-071-1/+2
* Supply some useful information to the started image using ELF aux vectors.Konstantin Belousov2010-08-171-2/+8
* Define architectural load bases for PIE binaries. Addresses were selectedKonstantin Belousov2009-10-101-0/+3
* Add AT_EXECPATH ELF auxinfo entry type. The value's a_ptr is a pointerKonstantin Belousov2009-03-171-1/+2
* AT_DEBUG and AT_BRK were OBE like 10 years ago, so retire them.Warner Losh2008-12-171-4/+0
* PR:John Birrell2006-10-041-34/+0
* Use ELFDATA2MSB if we're building big endian.Olivier Houchard2006-08-241-0/+4
* Use a magic number to know we were started from the elf wrapper.Olivier Houchard2005-11-241-0/+5
* Add the Elf32_Auxinfo declaretion.Olivier Houchard2004-05-041-1/+35
* Add sysentvec->sv_fixlimits() hook so that we can catch cases on 64 bitPeter Wemm2003-09-251-12/+0
* Make MAXTSIZ, DFLDSIZ, MAXDSIZ, DFLSSIZ, MAXSSIZ, SGROWSIZ loaderPaul Saab2001-10-101-1/+1
* Fix style of defines.David E. O'Brien2001-06-091-1/+1
* StrongARM platform-specific definitions.David E. O'Brien2001-01-041-0/+106