Searched refs:SHF_MASKOS (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.3-release/contrib/binutils/include/elf/
H A Dcommon.h380 /* #define SHF_MASKOS 0x0F000000 *//* OS-specific semantics */
381 #define SHF_MASKOS 0x0FF00000 /* New value, Oct 4, 1999 Draft */ macro
/freebsd-10.3-release/sys/sys/
H A Delf_common.h475 #define SHF_MASKOS 0x0ff00000 /* OS-specific semantics. */ macro
/freebsd-10.3-release/contrib/llvm/include/llvm/Support/
H A DELF.h1316 SHF_MASKOS = 0x0ff00000,
/freebsd-10.3-release/contrib/binutils/binutils/
H A Dreadelf.c3915 else if (flag & SHF_MASKOS)
3941 else if (flag & SHF_MASKOS)
3944 sh_flags &= ~ SHF_MASKOS;
/freebsd-10.3-release/contrib/binutils/bfd/
H A Delf.c6084 & (SHF_MASKOS | SHF_MASKPROC));

Completed in 220 milliseconds