Searched defs:ELF32BE (Results 1 – 9 of 9) sorted by relevance
81 typedef ELFType<support::big, false> ELF32BE; typedef
96 using ELF32BE = ELFType<llvm::endianness::big, false>; variable
96 using ELF32BE = ELFType<support::big, false>; variable
95 using ELF32BE = ELFType<support::big, false>; variable
158 typedef ELFType<support::big, false> ELF32BE; in createELFDebugObject() typedef
626 if (auto *ELF32BE = dyn_cast<ELF32BEObjectFile>(Obj)) in getRelocationValueString() local