Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/x68k/stand/aout2hux/
H A Daout68k.h126 #define SHF_WRITE 1 macro
/netbsd-src/external/bsd/elftosb/dist/common/
H A DELF.h179 SHF_WRITE = 0x1, //!< Section is writable. enumerator
/netbsd-src/sys/arch/atari/stand/tostools/libtos/
H A Dexec_elf.h349 #define SHF_WRITE 0x1 /* Section contains writable data */ macro
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/solaris/sys/
H A Delf.d386 enum SHF_WRITE = 0x01; variable
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/openbsd/sys/
H A Delf_common.d382 enum SHF_WRITE = (1 << 0); variable
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/dragonflybsd/sys/
H A Delf_common.d382 enum SHF_WRITE = (1 << 0); variable
/netbsd-src/tools/amiga-elf2bb/sys/
H A Dexec_elf.h379 #define SHF_WRITE 0x1 /* Section contains writable data */ macro
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/netbsd/sys/
H A Delf_common.d264 enum SHF_WRITE = (1 << 0); variable
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/freebsd/sys/
H A Delf_common.d258 enum SHF_WRITE = (1 << 0); variable
/netbsd-src/external/gpl3/binutils.old/dist/include/elf/
H A Dcommon.h561 #define SHF_WRITE (1 << 0) /* Writable data during execution */ macro
/netbsd-src/external/gpl3/binutils/dist/include/elf/
H A Dcommon.h564 #define SHF_WRITE (1 << 0) /* Writable data during execution */ macro
/netbsd-src/sys/arch/epoc32/stand/e32boot/include/
H A Delf.h466 #define SHF_WRITE 0x00000001 /* Contains writable data */ macro
/netbsd-src/tools/arm-elf2aout/sys/
H A Dexec_elf.h468 #define SHF_WRITE 0x00000001 /* Contains writable data */ macro
/netbsd-src/tools/m68k-elf2aout/sys/
H A Dexec_elf.h468 #define SHF_WRITE 0x00000001 /* Contains writable data */ macro
/netbsd-src/sys/sys/
H A Dexec_elf.h560 #define SHF_WRITE 0x00000001 /* Contains writable data */ macro
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/
H A DELF.h979 SHF_WRITE = 0x1, enumerator
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/linux/
H A Delf.d308 enum SHF_WRITE = (1 << 0); variable