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

/external/llvm/lib/MC/
H A DMCELFObjectTargetWriter.cpp34 std::vector<ELFRelocationEntry> &Relocs) {
H A DELFObjectWriter.cpp103 llvm::DenseMap<const MCSectionELF *, std::vector<ELFRelocationEntry>>
706 ELFRelocationEntry Rec(FixupOffset, SectionSymbol, Type, Addend);
720 ELFRelocationEntry Rec(FixupOffset, SymA, Type, Addend);
1051 std::vector<ELFRelocationEntry> &Relocs = Relocations[&Sec];
1063 const ELFRelocationEntry &Entry = Relocs[e - i - 1];
/external/llvm/include/llvm/MC/
H A DMCELFObjectWriter.h28 struct ELFRelocationEntry { struct in namespace:llvm
34 ELFRelocationEntry(uint64_t Offset, const MCSymbolELF *Symbol, unsigned Type, function in struct:llvm::ELFRelocationEntry
74 std::vector<ELFRelocationEntry> &Relocs);
/external/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsELFObjectWriter.cpp26 // A helper structure based on ELFRelocationEntry, used for sorting entries in
29 MipsRelocationEntry(const ELFRelocationEntry &R)
31 const ELFRelocationEntry R;
52 std::vector<ELFRelocationEntry> &Relocs) override;
234 const ELFRelocationEntry &Reloc) {
259 const ELFRelocationEntry &First,
260 const ELFRelocationEntry &Second) {
331 static int cmpRel(const ELFRelocationEntry *AP, const ELFRelocationEntry *BP) {
332 const ELFRelocationEntry
[all...]

Completed in 75 milliseconds