Home
last modified time | relevance | path

Searched refs:STYP_TBSS (Results 1 – 17 of 17) sorted by relevance

/netbsd/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/
H A DXCOFF.h78 STYP_TBSS = 0x0800, enumerator
/netbsd/external/apache2/llvm/dist/llvm/lib/MC/
H A DXCOFFObjectWriter.cpp260 TBSS(".tbss", XCOFF::STYP_TBSS, /* IsVirtual */ true,
527 (Section->Flags == XCOFF::STYP_TBSS)) && in writeSections()
884 if ((Section->Flags == XCOFF::STYP_TBSS) && !HasTDataSection) in assignAddressesAndIndices()
/netbsd/external/gpl3/gdb/dist/include/coff/
H A Dxcoff.h79 #define STYP_TBSS 0x0800 macro
H A DChangeLog-041593 (SSUBTYP_DWRNGES, STYP_TDATA, STYP_TBSS, R_TLS, R_TLS_IE)
/netbsd/external/gpl3/binutils/dist/include/coff/
H A Dxcoff.h84 #define STYP_TBSS 0x0800 macro
H A DChangeLog-041593 (SSUBTYP_DWRNGES, STYP_TDATA, STYP_TBSS, R_TLS, R_TLS_IE)
/netbsd/external/gpl3/binutils.old/dist/include/coff/
H A Dxcoff.h79 #define STYP_TBSS 0x0800 macro
H A DChangeLog-041593 (SSUBTYP_DWRNGES, STYP_TDATA, STYP_TBSS, R_TLS, R_TLS_IE)
/netbsd/external/gpl3/gdb.old/dist/include/coff/
H A Dxcoff.h79 #define STYP_TBSS 0x0800 macro
H A DChangeLog-041593 (SSUBTYP_DWRNGES, STYP_TDATA, STYP_TBSS, R_TLS, R_TLS_IE)
/netbsd/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
H A DXCOFFDumper.cpp435 ECase(STYP_INFO), ECase(STYP_TDATA), ECase(STYP_TBSS),
/netbsd/external/apache2/llvm/dist/llvm/lib/Object/
H A DXCOFFObjectFile.cpp314 return Flags & (XCOFF::STYP_BSS | XCOFF::STYP_TBSS); in isSectionBSS()
/netbsd/external/gpl3/gdb/dist/binutils/
H A Dod-xcoff.c190 { STYP_TBSS, "tbss" },
/netbsd/external/gpl3/binutils/dist/binutils/
H A Dod-xcoff.c190 { STYP_TBSS, "tbss" },
/netbsd/external/gpl3/binutils.old/dist/binutils/
H A Dod-xcoff.c190 { STYP_TBSS, "tbss" },
/netbsd/external/gpl3/gdb.old/dist/binutils/
H A Dod-xcoff.c190 { STYP_TBSS, "tbss" },
/netbsd/external/gpl3/binutils/dist/bfd/
H A Dcoffcode.h561 styp_flags = STYP_TBSS; in sec_to_styp_flags()
809 else if (styp_flags & STYP_TBSS) in styp_to_sec_flags()