Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/arm/include/
H A Delf_machdep.h24 #define EF_ARM_MAPSYMSFIRST 0x00000010 /* ARM ELF B01 */ macro
/netbsd-src/external/gpl3/binutils/dist/include/elf/
H A Darm.h46 #define EF_ARM_MAPSYMSFIRST 0x10 /* NB conflicts with EF_APCS_FLOAT. */ macro
/netbsd-src/external/gpl3/binutils.old/dist/include/elf/
H A Darm.h46 #define EF_ARM_MAPSYMSFIRST 0x10 /* NB conflicts with EF_APCS_FLOAT. */ macro
/netbsd-src/sys/arch/aarch64/include/
H A Delf_machdep.h53 #define EF_ARM_MAPSYMSFIRST 0x00000010 /* ARM ELF B01 */ macro
/netbsd-src/external/bsd/elftosb/dist/common/
H A DELF.h98 EF_ARM_MAPSYMSFIRST = 0x10, //!< Mapping symbols precede other local symbols in the symbol table. enumerator
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/linux/
H A Delf.d1857 enum EF_ARM_MAPSYMSFIRST = 0x10; variable