| /NextBSD/contrib/llvm/lib/Object/ |
| HD | COFFYAML.cpp | 192 void ScalarBitSetTraits<COFF::Characteristics>::bitset( in bitset() 193 IO &IO, COFF::Characteristics &Value) { in bitset() 264 : Characteristics(COFFYAML::WeakExternalCharacteristics(0)) {} in NWeakExternalCharacteristics() 266 : Characteristics(COFFYAML::WeakExternalCharacteristics(C)) {} in NWeakExternalCharacteristics() 267 uint32_t denormalize(IO &) { return Characteristics; } in denormalize() 268 COFFYAML::WeakExternalCharacteristics Characteristics; member 273 : Characteristics(COFF::SectionCharacteristics(0)) {} in NSectionCharacteristics() 275 : Characteristics(COFF::SectionCharacteristics(C)) {} in NSectionCharacteristics() 276 uint32_t denormalize(IO &) { return Characteristics; } in denormalize() 277 COFF::SectionCharacteristics Characteristics; member [all …]
|
| HD | COFFObjectFile.cpp | 287 return uint64_t(1) << (((Sec->Characteristics & 0x00F00000) >> 20) - 1); in getSectionAlignment() 292 return Sec->Characteristics & COFF::IMAGE_SCN_CNT_CODE; in isSectionText() 297 return Sec->Characteristics & COFF::IMAGE_SCN_CNT_INITIALIZED_DATA; in isSectionData() 305 return (Sec->Characteristics & BssFlags) == BssFlags; in isSectionBSS() 934 assert((Sec->Characteristics & COFF::IMAGE_SCN_CNT_UNINITIALIZED_DATA) == 0 && in getSectionContents()
|
| /NextBSD/contrib/llvm/include/llvm/MC/ |
| HD | MCSectionCOFF.h | 34 mutable unsigned Characteristics; variable 47 MCSectionCOFF(StringRef Section, unsigned Characteristics, in MCSectionCOFF() argument 51 Characteristics(Characteristics), COMDATSymbol(COMDATSymbol), in MCSectionCOFF() 53 assert ((Characteristics & 0x00F00000) == 0 && in MCSectionCOFF() 64 unsigned getCharacteristics() const { return Characteristics; } in getCharacteristics()
|
| HD | MCContext.h | 361 MCSectionCOFF *getCOFFSection(StringRef Section, unsigned Characteristics, 366 MCSectionCOFF *getCOFFSection(StringRef Section, unsigned Characteristics,
|
| /NextBSD/contrib/llvm/lib/MC/ |
| HD | WinCOFFObjectWriter.cpp | 322 coff_section->Header.Characteristics = Sec.getCharacteristics(); in defineSection() 324 uint32_t &Characteristics = coff_section->Header.Characteristics; in defineSection() local 327 Characteristics |= COFF::IMAGE_SCN_ALIGN_1BYTES; in defineSection() 330 Characteristics |= COFF::IMAGE_SCN_ALIGN_2BYTES; in defineSection() 333 Characteristics |= COFF::IMAGE_SCN_ALIGN_4BYTES; in defineSection() 336 Characteristics |= COFF::IMAGE_SCN_ALIGN_8BYTES; in defineSection() 339 Characteristics |= COFF::IMAGE_SCN_ALIGN_16BYTES; in defineSection() 342 Characteristics |= COFF::IMAGE_SCN_ALIGN_32BYTES; in defineSection() 345 Characteristics |= COFF::IMAGE_SCN_ALIGN_64BYTES; in defineSection() 348 Characteristics |= COFF::IMAGE_SCN_ALIGN_128BYTES; in defineSection() [all …]
|
| HD | MCContext.cpp | 385 unsigned Characteristics, in getCOFFSection() argument 408 CachedName, Characteristics, COMDATSymbol, Selection, Kind, Begin); in getCOFFSection() 415 unsigned Characteristics, in getCOFFSection() argument 418 return getCOFFSection(Section, Characteristics, Kind, "", 0, BeginSymName); in getCOFFSection() 437 unsigned Characteristics = in getAssociativeCOFFSection() local 439 return getCOFFSection(Sec->getSectionName(), Characteristics, Sec->getKind(), in getAssociativeCOFFSection()
|
| HD | MCSectionCOFF.cpp | 36 Characteristics |= COFF::IMAGE_SCN_LNK_COMDAT; in setSelection()
|
| /NextBSD/contrib/llvm/include/llvm/Object/ |
| HD | COFFYAML.h | 24 inline Characteristics operator|(Characteristics a, Characteristics b) { 26 return static_cast<Characteristics>(Ret); 151 struct ScalarBitSetTraits<COFF::Characteristics> { in LLVM_YAML_IS_SEQUENCE_VECTOR() 152 static void bitset(IO &IO, COFF::Characteristics &Value); in LLVM_YAML_IS_SEQUENCE_VECTOR()
|
| HD | COFF.h | 69 support::ulittle16_t Characteristics; member 409 support::ulittle32_t Characteristics; member 414 return (Characteristics & COFF::IMAGE_SCN_LNK_NRELOC_OVFL) && in hasExtendedRelocations() 441 support::ulittle32_t Characteristics; member 489 support::ulittle32_t Characteristics; member 512 support::ulittle32_t Characteristics; member 612 return COFFHeader->isImportLibrary() ? 0 : COFFHeader->Characteristics; in getCharacteristics()
|
| /NextBSD/sys/boot/efi/include/i386/ |
| HD | pe.h | 81 UINT16 Characteristics; member 246 UINT32 Characteristics; member 549 UINT32 Characteristics; member 584 UINT32 Characteristics; member 594 UINT32 Characteristics; member
|
| /NextBSD/contrib/llvm/lib/CodeGen/ |
| HD | TargetLoweringObjectFileImpl.cpp | 851 unsigned Characteristics = getCOFFSectionFlags(Kind); in getExplicitSectionGlobal() local 865 Characteristics |= COFF::IMAGE_SCN_LNK_COMDAT; in getExplicitSectionGlobal() 871 Characteristics, in getExplicitSectionGlobal() 902 unsigned Characteristics = getCOFFSectionFlags(Kind); in SelectSectionForGlobal() local 904 Characteristics |= COFF::IMAGE_SCN_LNK_COMDAT; in SelectSectionForGlobal() 917 return getContext().getCOFFSection(Name, Characteristics, Kind, in SelectSectionForGlobal() 922 return getContext().getCOFFSection(Name, Characteristics, Kind, TmpData, in SelectSectionForGlobal() 974 unsigned Characteristics = getCOFFSectionFlags(Kind); in getSectionForJumpTable() local 975 Characteristics |= COFF::IMAGE_SCN_LNK_COMDAT; in getSectionForJumpTable() 977 return getContext().getCOFFSection(Name, Characteristics, Kind, COMDATSymName, in getSectionForJumpTable()
|
| /NextBSD/sys/boot/efi/include/amd64/ |
| HD | pe.h | 81 UINT16 Characteristics; member 246 UINT32 Characteristics; member 549 UINT32 Characteristics; member 584 UINT32 Characteristics; member
|
| /NextBSD/contrib/llvm/include/llvm/Support/ |
| HD | COFF.h | 62 uint16_t Characteristics; member 109 enum Characteristics { enum 244 uint32_t Characteristics; member 374 uint32_t Characteristics; member
|
| /NextBSD/contrib/llvm/lib/MC/MCParser/ |
| HD | COFFAsmParser.cpp | 36 unsigned Characteristics, 39 bool ParseSectionSwitch(StringRef Section, unsigned Characteristics, 295 unsigned Characteristics, in ParseSectionSwitch() argument 297 return ParseSectionSwitch(Section, Characteristics, Kind, "", (COFF::COMDATType)0); in ParseSectionSwitch() 301 unsigned Characteristics, in ParseSectionSwitch() argument 310 Section, Characteristics, Kind, COMDATSymName, Type)); in ParseSectionSwitch()
|
| /NextBSD/contrib/llvm/lib/Target/X86/ |
| HD | X86TargetObjectFile.cpp | 159 const unsigned Characteristics = COFF::IMAGE_SCN_CNT_INITIALIZED_DATA | in getSectionForConstant() local 169 return getContext().getCOFFSection(".rdata", Characteristics, Kind, in getSectionForConstant()
|
| /NextBSD/contrib/llvm/tools/llvm-nm/ |
| HD | llvm-nm.cpp | 652 uint32_t Characteristics = 0; in getSymbolNMTypeChar() local 658 Characteristics = Section->Characteristics; in getSymbolNMTypeChar() 666 if (Characteristics & COFF::IMAGE_SCN_CNT_CODE) in getSymbolNMTypeChar() 668 if (Characteristics & COFF::IMAGE_SCN_CNT_INITIALIZED_DATA) in getSymbolNMTypeChar() 669 return Characteristics & COFF::IMAGE_SCN_MEM_WRITE ? 'd' : 'r'; in getSymbolNMTypeChar() 670 if (Characteristics & COFF::IMAGE_SCN_CNT_UNINITIALIZED_DATA) in getSymbolNMTypeChar() 672 if (Characteristics & COFF::IMAGE_SCN_LNK_INFO) in getSymbolNMTypeChar()
|
| /NextBSD/contrib/llvm/tools/llvm-readobj/ |
| HD | COFFDumper.cpp | 174 static const EnumEntry<COFF::Characteristics> ImageFileCharacteristics[] = { 765 W.printFlags ("Characteristics", Section->Characteristics, in printSections() 789 !(Section->Characteristics & COFF::IMAGE_SCN_CNT_UNINITIALIZED_DATA)) { in printSections() 941 W.printEnum ("Search", Aux->Characteristics, in printSymbol() 970 if (Section && Section->Characteristics & COFF::IMAGE_SCN_LNK_COMDAT in printSymbol()
|
| /NextBSD/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/ |
| HD | RuntimeDyld.cpp | 267 bool IsDiscardable = CoffSection->Characteristics & in isRequiredForExecution() 282 return ((COFFObj->getCOFFSection(Section)->Characteristics & in isReadOnlyData() 299 return COFFObj->getCOFFSection(Section)->Characteristics & in isZeroInit()
|
| /NextBSD/contrib/libreadline/ |
| HD | config.h.in | 15 /* Characteristics of the compiler. */
|
| /NextBSD/contrib/apr/ |
| HD | configure.in | 2129 dnl ----------------------------- Checking for Locking Characteristics
|
| /NextBSD/contrib/binutils/bfd/po/ |
| HD | bfd.pot | 3701 "Characteristics 0x%x\n"
|
| /NextBSD/contrib/gdb/gdb/doc/ |
| HD | gdbint.texinfo | 2853 @section Compiler Characteristics
|
| /NextBSD/contrib/binutils/ld/ |
| HD | ld.texinfo | 2100 If given, the appropriate bit in the ``Characteristics'' field of the COFF
|
| /NextBSD/contrib/gcc/doc/ |
| HD | tm.texi | 1777 @subsection Basic Characteristics of Registers
|
| HD | extend.texi | 869 Characteristics of decimal floating types are defined in header file
|