Home
last modified time | relevance | path

Searched refs:IMAGE_SCN_LNK_NRELOC_OVFL (Results 1 – 25 of 28) sorted by relevance

12

/external/llvm/test/tools/llvm-objdump/
Dcoff-many-relocs.test1 // Test that llvm-objdump can handle IMAGE_SCN_LNK_NRELOC_OVFL.
/external/llvm-project/llvm/test/tools/llvm-objdump/COFF/
Dmany-relocs.test1 // Test that llvm-objdump can handle IMAGE_SCN_LNK_NRELOC_OVFL.
/external/llvm-project/llvm/docs/
Dyaml2obj.rst146 , IMAGE_SCN_LNK_NRELOC_OVFL
/external/llvm/docs/
Dyaml2obj.rst146 , IMAGE_SCN_LNK_NRELOC_OVFL
/external/llvm-project/llvm/test/tools/llvm-objcopy/COFF/
Dadd-section.test48 # CHECK-EXTENDED-RELOCS-NEXT: IMAGE_SCN_LNK_NRELOC_OVFL
/external/llvm-project/llvm/tools/llvm-objcopy/COFF/
DReader.cpp67 S.Header.Characteristics &= ~COFF::IMAGE_SCN_LNK_NRELOC_OVFL; in readSections()
DWriter.cpp101 S.Header.Characteristics |= COFF::IMAGE_SCN_LNK_NRELOC_OVFL; in layoutSections()
/external/llvm/include/llvm/Support/
DCOFF.h279 IMAGE_SCN_LNK_NRELOC_OVFL = 0x01000000, enumerator
/external/llvm-project/llvm/tools/llvm-pdbutil/
DFormatUtil.cpp242 PUSH_CHARACTERISTIC_FLAG(SC, IMAGE_SCN_LNK_NRELOC_OVFL, C, Style, in formatSectionCharacteristics()
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DCOFF.h284 IMAGE_SCN_LNK_NRELOC_OVFL = 0x01000000, enumerator
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DCOFF.h314 IMAGE_SCN_LNK_NRELOC_OVFL = 0x01000000, enumerator
/external/llvm-project/llvm/include/llvm/BinaryFormat/
DCOFF.h315 IMAGE_SCN_LNK_NRELOC_OVFL = 0x01000000, enumerator
/external/llvm-project/llvm/lib/ObjectYAML/
DCOFFEmitter.cpp263 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()
DCOFFYAML.cpp278 BCase(IMAGE_SCN_LNK_NRELOC_OVFL); in bitset()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DCOFFEmitter.cpp263 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()
DCOFFYAML.cpp278 BCase(IMAGE_SCN_LNK_NRELOC_OVFL); in bitset()
/external/llvm/lib/DebugInfo/CodeView/
DEnumTables.cpp312 CV_ENUM_ENT(COFF, IMAGE_SCN_LNK_NRELOC_OVFL),
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/
DEnumTables.cpp294 CV_ENUM_ENT(COFF, IMAGE_SCN_LNK_NRELOC_OVFL),
/external/llvm/lib/ObjectYAML/
DCOFFYAML.cpp228 BCase(IMAGE_SCN_LNK_NRELOC_OVFL); in bitset()
/external/llvm-project/llvm/lib/DebugInfo/CodeView/
DEnumTables.cpp302 CV_ENUM_ENT(COFF, IMAGE_SCN_LNK_NRELOC_OVFL),
/external/llvm/lib/MC/
DWinCOFFObjectWriter.cpp1003 Section->Header.Characteristics |= COFF::IMAGE_SCN_LNK_NRELOC_OVFL; in writeObject()
/external/llvm/include/llvm/Object/
DCOFF.h434 return (Characteristics & COFF::IMAGE_SCN_LNK_NRELOC_OVFL) && in hasExtendedRelocations()
/external/llvm-project/llvm/lib/MC/
DWinCOFFObjectWriter.cpp581 S.Characteristics |= COFF::IMAGE_SCN_LNK_NRELOC_OVFL; in writeSectionHeaders()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DWinCOFFObjectWriter.cpp570 S.Characteristics |= COFF::IMAGE_SCN_LNK_NRELOC_OVFL; in writeSectionHeaders()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
DCOFF.h455 return (Characteristics & COFF::IMAGE_SCN_LNK_NRELOC_OVFL) && in hasExtendedRelocations()

12