Searched defs:ELFRelocationEntry (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/MC/
H A DELFObjectWriter.cpp82 struct ELFRelocationEntry { struct in namespace:__anon25871
92 ELFRelocationEntry(uint64_t Offset, const MCSymbol *Symbol, unsigned Type, function in struct:__anon25871::ELFRelocationEntry
97 ELFRelocationEntry(uint64_t Offset, const MCSectionData *Section, function in struct:__anon25871::ELFRelocationEntry
151 llvm::DenseMap<const MCSectionData *, std::vector<ELFRelocationEntry>>
885 ELFRelocationEntry Rec(FixupOffset, SecAD, Type, Addend);
899 ELFRelocationEntry Rec(FixupOffset, SymA, Type, Addend);
1332 static int cmpRel(const ELFRelocationEntry *AP, const ELFRelocationEntry *BP) {
1333 const ELFRelocationEntry &A = *AP;
1334 const ELFRelocationEntry
[all...]

Completed in 1069 milliseconds