HomeSort by: relevance | last modified time | path
    Searched refs:SHF_ALLOC (Results 1 - 11 of 11) 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/sys/arch/amiga/stand/bootblock/elf2bb/
elf2bb.c 182 if (be32toh(sh[i].sh_flags) & SHF_ALLOC) {
256 if (be32toh(sh[i].sh_flags) & SHF_ALLOC) {
  /src/sys/arch/atari/stand/tostools/libtos/
exec_elf.h 350 #define SHF_ALLOC 0x2 /* Section occupies memory */
  /src/sys/arch/amd64/stand/prekern/
elf.c 66 if (!(shdr->sh_flags & SHF_ALLOC)) {
  /src/tools/amiga-elf2bb/sys/
exec_elf.h 380 #define SHF_ALLOC 0x2 /* Section occupies memory */
  /src/sys/lib/libsa/
loadfile_elf32.c 402 if (!(shdr[i].sh_flags & SHF_ALLOC)) {
  /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/sys/arch/epoc32/stand/e32boot/include/
elf.h 467 #define SHF_ALLOC 0x00000002 /* Occupies memory */
  /src/sys/sys/
exec_elf.h 562 #define SHF_ALLOC 0x00000002 /* Occupies memory */
  /src/sys/kern/
kern_ksyms.c 1056 ksyms_hdr.kh_shdr[SHBSS].sh_flags = SHF_ALLOC | SHF_EXECINSTR;

Completed in 33 milliseconds