Home
last modified time | relevance | path

Searched defs:EF_ARM_SYMSARESORTED (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/sys/arch/arm/include/
H A Delf_machdep.h20 #define EF_ARM_SYMSARESORTED 0x00000004 /* ARM ELF A08 */ macro
/netbsd-src/external/gpl3/binutils/dist/include/elf/
H A Darm.h44 #define EF_ARM_SYMSARESORTED 0x04 /* NB conflicts with EF_INTERWORK. */ macro
/netbsd-src/external/gpl3/binutils.old/dist/include/elf/
H A Darm.h44 #define EF_ARM_SYMSARESORTED 0x04 /* NB conflicts with EF_INTERWORK. */ macro
/netbsd-src/sys/arch/aarch64/include/
H A Delf_machdep.h49 #define EF_ARM_SYMSARESORTED 0x00000004 /* ARM ELF A08 */ macro
/netbsd-src/external/bsd/elftosb/dist/common/
H A DELF.h96 EF_ARM_SYMSARESORTED = 0x04, //!< Each subsection of the symbol table is sorted by symbol value. enumerator
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/linux/
H A Delf.d1855 enum EF_ARM_SYMSARESORTED = 0x04; variable