Searched refs:ELFRelocationEntry (Results 1 – 4 of 4) sorted by relevance
/external/llvm/lib/MC/ |
D | MCELFObjectTargetWriter.cpp | 35 static int cmpRel(const ELFRelocationEntry *AP, const ELFRelocationEntry *BP) { in cmpRel() 36 const ELFRelocationEntry &A = *AP; in cmpRel() 37 const ELFRelocationEntry &B = *BP; in cmpRel() 49 std::vector<ELFRelocationEntry> &Relocs) { in sortRelocs()
|
D | ELFObjectWriter.cpp | 129 llvm::DenseMap<const MCSectionData *, std::vector<ELFRelocationEntry>> 856 ELFRelocationEntry Rec(FixupOffset, SectionSymbol, Type, Addend); in RecordRelocation() 870 ELFRelocationEntry Rec(FixupOffset, SymA, Type, Addend); in RecordRelocation() 1324 std::vector<ELFRelocationEntry> &Relocs = Relocations[SD]; in WriteRelocationsFragment() 1331 const ELFRelocationEntry &Entry = Relocs[e - i - 1]; in WriteRelocationsFragment()
|
/external/llvm/lib/Target/Mips/MCTargetDesc/ |
D | MipsELFObjectWriter.cpp | 29 MipsRelocationEntry(const ELFRelocationEntry &R) in MipsRelocationEntry() 31 const ELFRelocationEntry R; 52 std::vector<ELFRelocationEntry> &Relocs) override; 265 const ELFRelocationEntry &Reloc) { in getMatchingLoType() 292 const ELFRelocationEntry &First, in areMatchingHiAndLo() 293 const ELFRelocationEntry &Second) { in areMatchingHiAndLo() 364 std::vector<ELFRelocationEntry> &Relocs) { in sortRelocs()
|
/external/llvm/include/llvm/MC/ |
D | MCELFObjectWriter.h | 29 struct ELFRelocationEntry { struct 35 ELFRelocationEntry(uint64_t Offset, const MCSymbol *Symbol, unsigned Type, in ELFRelocationEntry() argument 77 std::vector<ELFRelocationEntry> &Relocs);
|