Home
last modified time | relevance | path

Searched defs:SHF_ALLOC (Results 1 – 17 of 17) sorted by relevance

/netbsd-src/sys/arch/x68k/stand/aout2hux/
H A Daout68k.h127 #define SHF_ALLOC 2 macro
/netbsd-src/external/bsd/elftosb/dist/common/
H A DELF.h180 SHF_ALLOC = 0x2, //!< Allocate section. enumerator
/netbsd-src/sys/arch/atari/stand/tostools/libtos/
H A Dexec_elf.h350 #define SHF_ALLOC 0x2 /* Section occupies memory */ macro
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/solaris/sys/
H A Delf.d387 enum SHF_ALLOC = 0x02; variable
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/openbsd/sys/
H A Delf_common.d383 enum SHF_ALLOC = (1 << 1); variable
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/dragonflybsd/sys/
H A Delf_common.d383 enum SHF_ALLOC = (1 << 1); variable
/netbsd-src/tools/amiga-elf2bb/sys/
H A Dexec_elf.h380 #define SHF_ALLOC 0x2 /* Section occupies memory */ macro
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/netbsd/sys/
H A Delf_common.d265 enum SHF_ALLOC = (1 << 1); variable
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/freebsd/sys/
H A Delf_common.d259 enum SHF_ALLOC = (1 << 1); variable
/netbsd-src/external/gpl3/binutils.old/dist/include/elf/
H A Dcommon.h562 #define SHF_ALLOC (1 << 1) /* Occupies memory during execution */ macro
/netbsd-src/external/gpl3/binutils/dist/include/elf/
H A Dcommon.h565 #define SHF_ALLOC (1 << 1) /* Occupies memory during execution */ macro
/netbsd-src/sys/arch/epoc32/stand/e32boot/include/
H A Delf.h467 #define SHF_ALLOC 0x00000002 /* Occupies memory */ macro
/netbsd-src/tools/arm-elf2aout/sys/
H A Dexec_elf.h469 #define SHF_ALLOC 0x00000002 /* Occupies memory */ macro
/netbsd-src/tools/m68k-elf2aout/sys/
H A Dexec_elf.h469 #define SHF_ALLOC 0x00000002 /* Occupies memory */ macro
/netbsd-src/sys/sys/
H A Dexec_elf.h561 #define SHF_ALLOC 0x00000002 /* Occupies memory */ macro
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/
H A DELF.h982 SHF_ALLOC = 0x2, enumerator
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/linux/
H A Delf.d309 enum SHF_ALLOC = (1 << 1); variable