HomeSort by: relevance | last modified time | path
    Searched refs:SHF_WRITE (Results 1 - 10 of 10) 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/sys/arch/atari/stand/tostools/libtos/
exec_elf.h 349 #define SHF_WRITE 0x1 /* Section contains writable data */
  /src/sys/arch/amd64/stand/prekern/
elf.c 353 } else if (shdr->sh_flags & SHF_WRITE) {
  /src/sys/arch/amiga/stand/bootblock/elf2bb/
elf2bb.c 184 if (be32toh(sh[i].sh_flags) & SHF_WRITE)
  /src/tools/amiga-elf2bb/sys/
exec_elf.h 379 #define SHF_WRITE 0x1 /* Section contains writable data */
  /src/sys/kern/
subr_kobj.c 406 } else if (!(shdr[i].sh_flags & SHF_WRITE)) {
483 } else if (!(shdr[i].sh_flags & SHF_WRITE)) {
  /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/sys/arch/epoc32/stand/e32boot/include/
elf.h 466 #define SHF_WRITE 0x00000001 /* Contains writable data */
  /src/sys/sys/
exec_elf.h 561 #define SHF_WRITE 0x00000001 /* Contains writable data */

Completed in 24 milliseconds