Home
last modified time | relevance | path

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

/external/llvm/test/tools/llvm-objdump/
Dcoff-many-relocs.test1 // Test that llvm-objdump can handle IMAGE_SCN_LNK_NRELOC_OVFL.
/external/llvm/docs/
Dyaml2obj.rst145 , IMAGE_SCN_LNK_NRELOC_OVFL
/external/llvm/include/llvm/Support/
DCOFF.h287 IMAGE_SCN_LNK_NRELOC_OVFL = 0x01000000, enumerator
/external/llvm/lib/Object/
DCOFFYAML.cpp226 BCase(IMAGE_SCN_LNK_NRELOC_OVFL); in bitset()
/external/llvm/include/llvm/Object/
DCOFF.h391 return (Characteristics & COFF::IMAGE_SCN_LNK_NRELOC_OVFL) && in hasExtendedRelocations()
/external/lldb/source/Plugins/ObjectFile/PECOFF/
DObjectFilePECOFF.cpp107 #define IMAGE_SCN_LNK_NRELOC_OVFL 0x01000000 // The section contains extended relocations. macro
/external/llvm/lib/MC/
DWinCOFFObjectWriter.cpp1009 Section->Header.Characteristics |= COFF::IMAGE_SCN_LNK_NRELOC_OVFL; in WriteObject()
/external/llvm/tools/llvm-readobj/
DCOFFDumper.cpp247 LLVM_READOBJ_ENUM_ENT(COFF, IMAGE_SCN_LNK_NRELOC_OVFL ),
/external/valgrind/coregrind/m_debuginfo/
Dreadpdb.c276 #define IMAGE_SCN_LNK_NRELOC_OVFL 0x01000000 macro