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

  /src/sys/arch/x68k/stand/aout2hux/
aout68k.h 127 #define SHF_ALLOC 2
141 (SHF_WRITE | SHF_ALLOC | SHF_EXECINSTR)) == \
142 (SHF_WRITE | SHF_ALLOC)) /* no SHF_EXECINSTR */
  /src/external/bsd/elftosb/dist/common/
ELF.h 180 SHF_ALLOC = 0x2, //!< Allocate section.
  /src/sys/arch/atari/stand/tostools/libtos/
exec_elf.h 350 #define SHF_ALLOC 0x2 /* Section occupies memory */
  /src/tools/amiga-elf2bb/sys/
exec_elf.h 380 #define SHF_ALLOC 0x2 /* Section occupies memory */
  /src/sys/arch/epoc32/stand/e32boot/include/
elf.h 467 #define SHF_ALLOC 0x00000002 /* Occupies memory */
  /src/sys/sys/
exec_elf.h 558 #define SHF_ALLOC 0x00000002 /* Occupies memory */
  /src/tools/arm-elf2aout/sys/
exec_elf.h 469 #define SHF_ALLOC 0x00000002 /* Occupies memory */
  /src/tools/m68k-elf2aout/sys/
exec_elf.h 469 #define SHF_ALLOC 0x00000002 /* Occupies memory */
  /src/external/gpl3/binutils.old/dist/include/elf/
common.h 602 #define SHF_ALLOC (1 << 1) /* Occupies memory during execution */
  /src/external/gpl3/gdb/dist/include/elf/
common.h 600 #define SHF_ALLOC (1 << 1) /* Occupies memory during execution */
  /src/external/gpl3/gdb.old/dist/include/elf/
common.h 566 #define SHF_ALLOC (1 << 1) /* Occupies memory during execution */
  /src/external/gpl3/binutils/dist/include/elf/
common.h 617 #define SHF_ALLOC (1 << 1) /* Occupies memory during execution */

Completed in 48 milliseconds