HomeSort by: relevance | last modified time | path
    Searched defs:SHF_WRITE (Results 1 - 12 of 12) sorted by relevancy

  /src/sys/arch/x68k/stand/aout2hux/
aout68k.h 126 #define SHF_WRITE 1
141 (SHF_WRITE | SHF_ALLOC | SHF_EXECINSTR)) == \
142 (SHF_WRITE | SHF_ALLOC)) /* no SHF_EXECINSTR */
  /src/external/bsd/elftosb/dist/common/
ELF.h 179 SHF_WRITE = 0x1, //!< Section is writable.
  /src/sys/arch/atari/stand/tostools/libtos/
exec_elf.h 349 #define SHF_WRITE 0x1 /* Section contains writable data */
  /src/tools/amiga-elf2bb/sys/
exec_elf.h 379 #define SHF_WRITE 0x1 /* Section contains writable data */
  /src/sys/arch/epoc32/stand/e32boot/include/
elf.h 466 #define SHF_WRITE 0x00000001 /* Contains writable data */
  /src/sys/sys/
exec_elf.h 557 #define SHF_WRITE 0x00000001 /* Contains writable data */
  /src/tools/arm-elf2aout/sys/
exec_elf.h 468 #define SHF_WRITE 0x00000001 /* Contains writable data */
  /src/tools/m68k-elf2aout/sys/
exec_elf.h 468 #define SHF_WRITE 0x00000001 /* Contains writable data */
  /src/external/gpl3/binutils.old/dist/include/elf/
common.h 601 #define SHF_WRITE (1 << 0) /* Writable data during execution */
  /src/external/gpl3/gdb/dist/include/elf/
common.h 599 #define SHF_WRITE (1 << 0) /* Writable data during execution */
  /src/external/gpl3/gdb.old/dist/include/elf/
common.h 565 #define SHF_WRITE (1 << 0) /* Writable data during execution */
  /src/external/gpl3/binutils/dist/include/elf/
common.h 616 #define SHF_WRITE (1 << 0) /* Writable data during execution */

Completed in 51 milliseconds