Home
last modified time | relevance | path

Searched defs:STYP_BSS (Results 1 – 3 of 3) sorted by relevance

/freebsd-12-stable/sys/i386/ibcs2/
Dcoff.h97 STYP_BSS = 0x80, /* bss */ enumerator
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
DXCOFF.h79 STYP_BSS = 0x0080, enumerator
/freebsd-12-stable/contrib/binutils/include/coff/
Dinternal.h394 #define STYP_BSS (0x0080) /* section contains bss only */ macro