Home
last modified time | relevance | path

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/
Dcoff-many-relocs.test1 // Test that llvm-objdump can handle IMAGE_SCN_LNK_NRELOC_OVFL.
/external/llvm/test/tools/llvm-objdump/
Dcoff-many-relocs.test1 // Test that llvm-objdump can handle IMAGE_SCN_LNK_NRELOC_OVFL.
/external/swiftshader/third_party/LLVM/include/llvm/Support/
DCOFF.h186 IMAGE_SCN_LNK_NRELOC_OVFL = 0x01000000, enumerator
/external/llvm/docs/
Dyaml2obj.rst146 , IMAGE_SCN_LNK_NRELOC_OVFL
/external/swiftshader/third_party/llvm-7.0/llvm/docs/
Dyaml2obj.rst146 , IMAGE_SCN_LNK_NRELOC_OVFL
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/
DFormatUtil.cpp243 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-7.0/llvm/include/llvm/BinaryFormat/
DCOFF.h315 IMAGE_SCN_LNK_NRELOC_OVFL = 0x01000000, enumerator
/external/llvm/include/llvm/Support/
DCOFF.h279 IMAGE_SCN_LNK_NRELOC_OVFL = 0x01000000, enumerator
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/CodeView/
DEnumTables.cpp281 CV_ENUM_ENT(COFF, IMAGE_SCN_LNK_NRELOC_OVFL),
/external/llvm/lib/DebugInfo/CodeView/
DEnumTables.cpp312 CV_ENUM_ENT(COFF, IMAGE_SCN_LNK_NRELOC_OVFL),
/external/llvm/lib/ObjectYAML/
DCOFFYAML.cpp228 BCase(IMAGE_SCN_LNK_NRELOC_OVFL); in bitset()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/
DCOFFYAML.cpp276 BCase(IMAGE_SCN_LNK_NRELOC_OVFL); in bitset()
/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/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
DWinCOFFObjectWriter.cpp582 S.Characteristics |= COFF::IMAGE_SCN_LNK_NRELOC_OVFL; in writeSectionHeaders()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Object/
DCOFF.h453 return (Characteristics & COFF::IMAGE_SCN_LNK_NRELOC_OVFL) && in hasExtendedRelocations()
/external/llvm/tools/llvm-readobj/
DCOFFDumper.cpp387 LLVM_READOBJ_ENUM_ENT(COFF, IMAGE_SCN_LNK_NRELOC_OVFL ),
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-readobj/
DCOFFDumper.cpp433 LLVM_READOBJ_ENUM_ENT(COFF, IMAGE_SCN_LNK_NRELOC_OVFL ),