Searched refs:IMAGE_SCN_LNK_NRELOC_OVFL (Results 1 – 9 of 9) sorted by relevance
1 // Test that llvm-objdump can handle IMAGE_SCN_LNK_NRELOC_OVFL.
145 , IMAGE_SCN_LNK_NRELOC_OVFL
287 IMAGE_SCN_LNK_NRELOC_OVFL = 0x01000000, enumerator
226 BCase(IMAGE_SCN_LNK_NRELOC_OVFL); in bitset()
391 return (Characteristics & COFF::IMAGE_SCN_LNK_NRELOC_OVFL) && in hasExtendedRelocations()
107 #define IMAGE_SCN_LNK_NRELOC_OVFL 0x01000000 // The section contains extended relocations. macro
1009 Section->Header.Characteristics |= COFF::IMAGE_SCN_LNK_NRELOC_OVFL; in WriteObject()
247 LLVM_READOBJ_ENUM_ENT(COFF, IMAGE_SCN_LNK_NRELOC_OVFL ),
276 #define IMAGE_SCN_LNK_NRELOC_OVFL 0x01000000 macro