Home
last modified time | relevance | path

Searched defs:SHF_ALLOC (Results 1 – 4 of 4) sorted by relevance

/openbsd/gnu/usr.bin/binutils/include/elf/
H A Dcommon.h355 #define SHF_ALLOC (1 << 1) /* Occupies memory during execution */ macro
/openbsd/gnu/usr.bin/binutils-2.17/include/elf/
H A Dcommon.h381 #define SHF_ALLOC (1 << 1) /* Occupies memory during execution */ macro
/openbsd/sys/sys/
H A Dexec_elf.h313 #define SHF_ALLOC 0x2 /* occupies memory */ macro
/openbsd/gnu/llvm/llvm/include/llvm/BinaryFormat/
H A DELF.h1083 SHF_ALLOC = 0x2, enumerator