Searched refs:STYP_BSS (Results 1 – 17 of 17) sorted by relevance
| /openbsd/src/gnu/llvm/llvm/include/llvm/BinaryFormat/ |
| D | XCOFF.h | 138 STYP_BSS = 0x0080, enumerator
|
| /openbsd/src/gnu/usr.bin/binutils-2.17/include/coff/ |
| D | internal.h | 394 #define STYP_BSS (0x0080) /* section contains bss only */ macro
|
| /openbsd/src/gnu/usr.bin/binutils/include/coff/ |
| D | internal.h | 394 #define STYP_BSS (0x0080) /* section contains bss only */ macro
|
| /openbsd/src/gnu/llvm/llvm/lib/ObjectYAML/ |
| D | XCOFFEmitter.cpp | 141 InitSections[I].Flags != XCOFF::STYP_BSS) in initSectionHeader() 298 case XCOFF::STYP_BSS: in initAuxFileHeader()
|
| D | XCOFFYAML.cpp | 35 ECase(STYP_BSS); in bitset()
|
| /openbsd/src/gnu/llvm/llvm/lib/Object/ |
| D | XCOFFObjectFile.cpp | 460 ECASE(STYP_BSS, "bss"); in getSectionFileOffsetToRawData() 495 return Flags & (XCOFF::STYP_BSS | XCOFF::STYP_TBSS); in isSectionBSS()
|
| /openbsd/src/gnu/usr.bin/binutils-2.17/bfd/ |
| D | ecoff.c | 298 { _BSS, STYP_BSS }, in ecoff_sec_to_styp_flags() 340 styp = STYP_BSS; in ecoff_sec_to_styp_flags() 400 else if ((styp_flags & STYP_BSS) in _bfd_ecoff_styp_to_sec_flags() 2485 else if ((section.s_flags & STYP_BSS) != 0 in _bfd_ecoff_write_object_contents()
|
| D | coffcode.h | 410 styp_flags = STYP_BSS; in sec_to_styp_flags() 489 styp_flags = STYP_BSS; in sec_to_styp_flags() 631 else if (styp_flags & STYP_BSS) in styp_to_sec_flags()
|
| D | coff64-rs6000.c | 2254 bss_scnhdr.s_flags = STYP_BSS;
|
| D | ChangeLog-9193 | 2442 Bloom): Only set STYP_BSS for SEC_ALLOC sections. 4006 a STYP_NOLOAD | STYP_BSS section if BSS_NOLOAD_IS_SHARED_LIBRARY 4007 is defined. On many COFF targets STYP_BSS is always STYP_NOLOAD. 4022 STYP_NOLOAD | STYP_BSS section. Don't set SEC_NEVER_LOAD for a
|
| /openbsd/src/gnu/usr.bin/binutils/bfd/ |
| D | ecoff.c | 327 styp = STYP_BSS; 372 styp = STYP_BSS; 432 else if ((styp_flags & STYP_BSS) 2627 else if ((section.s_flags & STYP_BSS) != 0
|
| D | coffcode.h | 411 styp_flags = STYP_BSS; 490 styp_flags = STYP_BSS; 632 else if (styp_flags & STYP_BSS)
|
| D | coff64-rs6000.c | 2253 bss_scnhdr.s_flags = STYP_BSS;
|
| D | ChangeLog-9193 | 2442 Bloom): Only set STYP_BSS for SEC_ALLOC sections. 4006 a STYP_NOLOAD | STYP_BSS section if BSS_NOLOAD_IS_SHARED_LIBRARY 4007 is defined. On many COFF targets STYP_BSS is always STYP_NOLOAD. 4022 STYP_NOLOAD | STYP_BSS section. Don't set SEC_NEVER_LOAD for a
|
| /openbsd/src/gnu/usr.bin/binutils/gas/config/ |
| D | obj-coff.c | 2138 s->s_flags |= STYP_BSS; 3749 case 'b': flags |= STYP_BSS; break;
|
| /openbsd/src/gnu/llvm/llvm/lib/MC/ |
| D | XCOFFObjectWriter.cpp | 393 BSS(".bss", XCOFF::STYP_BSS, /* IsVirtual */ true,
|
| /openbsd/src/gnu/llvm/llvm/tools/llvm-readobj/ |
| D | XCOFFDumper.cpp | 978 ECase(STYP_DATA), ECase(STYP_BSS), ECase(STYP_EXCEPT),
|