/external/llvm/test/tools/llvm-objdump/ |
D | coff-many-relocs.test | 1 // Test that llvm-objdump can handle IMAGE_SCN_LNK_NRELOC_OVFL.
|
/external/llvm-project/llvm/test/tools/llvm-objdump/COFF/ |
D | many-relocs.test | 1 // Test that llvm-objdump can handle IMAGE_SCN_LNK_NRELOC_OVFL.
|
/external/llvm-project/llvm/docs/ |
D | yaml2obj.rst | 146 , IMAGE_SCN_LNK_NRELOC_OVFL
|
/external/llvm/docs/ |
D | yaml2obj.rst | 146 , IMAGE_SCN_LNK_NRELOC_OVFL
|
/external/llvm-project/llvm/test/tools/llvm-objcopy/COFF/ |
D | add-section.test | 48 # CHECK-EXTENDED-RELOCS-NEXT: IMAGE_SCN_LNK_NRELOC_OVFL
|
/external/llvm-project/llvm/tools/llvm-objcopy/COFF/ |
D | Reader.cpp | 67 S.Header.Characteristics &= ~COFF::IMAGE_SCN_LNK_NRELOC_OVFL; in readSections()
|
D | Writer.cpp | 101 S.Header.Characteristics |= COFF::IMAGE_SCN_LNK_NRELOC_OVFL; in layoutSections()
|
/external/llvm/include/llvm/Support/ |
D | COFF.h | 279 IMAGE_SCN_LNK_NRELOC_OVFL = 0x01000000, enumerator
|
/external/llvm-project/llvm/tools/llvm-pdbutil/ |
D | FormatUtil.cpp | 242 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-10.0/llvm/include/llvm/BinaryFormat/ |
D | COFF.h | 314 IMAGE_SCN_LNK_NRELOC_OVFL = 0x01000000, enumerator
|
/external/llvm-project/llvm/include/llvm/BinaryFormat/ |
D | COFF.h | 315 IMAGE_SCN_LNK_NRELOC_OVFL = 0x01000000, enumerator
|
/external/llvm-project/llvm/lib/ObjectYAML/ |
D | COFFEmitter.cpp | 263 if (S.Header.Characteristics & COFF::IMAGE_SCN_LNK_NRELOC_OVFL) { in layoutCOFF() 512 if (S.Header.Characteristics & COFF::IMAGE_SCN_LNK_NRELOC_OVFL) in writeCOFF()
|
D | COFFYAML.cpp | 278 BCase(IMAGE_SCN_LNK_NRELOC_OVFL); in bitset()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/ |
D | COFFEmitter.cpp | 263 if (S.Header.Characteristics & COFF::IMAGE_SCN_LNK_NRELOC_OVFL) { in layoutCOFF() 512 if (S.Header.Characteristics & COFF::IMAGE_SCN_LNK_NRELOC_OVFL) in writeCOFF()
|
D | COFFYAML.cpp | 278 BCase(IMAGE_SCN_LNK_NRELOC_OVFL); in bitset()
|
/external/llvm/lib/DebugInfo/CodeView/ |
D | EnumTables.cpp | 312 CV_ENUM_ENT(COFF, IMAGE_SCN_LNK_NRELOC_OVFL),
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/ |
D | EnumTables.cpp | 294 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/llvm-project/llvm/lib/DebugInfo/CodeView/ |
D | EnumTables.cpp | 302 CV_ENUM_ENT(COFF, IMAGE_SCN_LNK_NRELOC_OVFL),
|
/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/llvm-project/llvm/lib/MC/ |
D | WinCOFFObjectWriter.cpp | 581 S.Characteristics |= COFF::IMAGE_SCN_LNK_NRELOC_OVFL; in writeSectionHeaders()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/ |
D | WinCOFFObjectWriter.cpp | 570 S.Characteristics |= COFF::IMAGE_SCN_LNK_NRELOC_OVFL; in writeSectionHeaders()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/ |
D | COFF.h | 455 return (Characteristics & COFF::IMAGE_SCN_LNK_NRELOC_OVFL) && in hasExtendedRelocations()
|