Searched refs:IMAGE_SCN_LNK_NRELOC_OVFL (Results 1 – 19 of 19) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-objdump/ |
D | coff-many-relocs.test | 1 // Test that llvm-objdump can handle IMAGE_SCN_LNK_NRELOC_OVFL.
|
/external/llvm/test/tools/llvm-objdump/ |
D | coff-many-relocs.test | 1 // Test that llvm-objdump can handle IMAGE_SCN_LNK_NRELOC_OVFL.
|
/external/swiftshader/third_party/LLVM/include/llvm/Support/ |
D | COFF.h | 186 IMAGE_SCN_LNK_NRELOC_OVFL = 0x01000000, enumerator
|
/external/llvm/docs/ |
D | yaml2obj.rst | 146 , IMAGE_SCN_LNK_NRELOC_OVFL
|
/external/swiftshader/third_party/llvm-7.0/llvm/docs/ |
D | yaml2obj.rst | 146 , IMAGE_SCN_LNK_NRELOC_OVFL
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/ |
D | FormatUtil.cpp | 243 PUSH_CHARACTERISTIC_FLAG(SC, IMAGE_SCN_LNK_NRELOC_OVFL, C, Style, in formatSectionCharacteristics()
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | COFF.h | 284 IMAGE_SCN_LNK_NRELOC_OVFL = 0x01000000, enumerator
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/BinaryFormat/ |
D | COFF.h | 315 IMAGE_SCN_LNK_NRELOC_OVFL = 0x01000000, enumerator
|
/external/llvm/include/llvm/Support/ |
D | COFF.h | 279 IMAGE_SCN_LNK_NRELOC_OVFL = 0x01000000, enumerator
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/CodeView/ |
D | EnumTables.cpp | 281 CV_ENUM_ENT(COFF, IMAGE_SCN_LNK_NRELOC_OVFL),
|
/external/llvm/lib/DebugInfo/CodeView/ |
D | EnumTables.cpp | 312 CV_ENUM_ENT(COFF, IMAGE_SCN_LNK_NRELOC_OVFL),
|
/external/llvm/lib/ObjectYAML/ |
D | COFFYAML.cpp | 228 BCase(IMAGE_SCN_LNK_NRELOC_OVFL); in bitset()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/ |
D | COFFYAML.cpp | 276 BCase(IMAGE_SCN_LNK_NRELOC_OVFL); in bitset()
|
/external/llvm/lib/MC/ |
D | WinCOFFObjectWriter.cpp | 1003 Section->Header.Characteristics |= COFF::IMAGE_SCN_LNK_NRELOC_OVFL; in writeObject()
|
/external/llvm/include/llvm/Object/ |
D | COFF.h | 434 return (Characteristics & COFF::IMAGE_SCN_LNK_NRELOC_OVFL) && in hasExtendedRelocations()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/ |
D | WinCOFFObjectWriter.cpp | 582 S.Characteristics |= COFF::IMAGE_SCN_LNK_NRELOC_OVFL; in writeSectionHeaders()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Object/ |
D | COFF.h | 453 return (Characteristics & COFF::IMAGE_SCN_LNK_NRELOC_OVFL) && in hasExtendedRelocations()
|
/external/llvm/tools/llvm-readobj/ |
D | COFFDumper.cpp | 387 LLVM_READOBJ_ENUM_ENT(COFF, IMAGE_SCN_LNK_NRELOC_OVFL ),
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-readobj/ |
D | COFFDumper.cpp | 433 LLVM_READOBJ_ENUM_ENT(COFF, IMAGE_SCN_LNK_NRELOC_OVFL ),
|