Searched refs:ELFRelocationEntry (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/Target/Mips/MCTargetDesc/ |
| H A D | MipsELFObjectWriter.cpp | 40 const ELFRelocationEntry R; ///< The relocation. 43 MipsRelocationEntry(const ELFRelocationEntry &R) : R(R) {} in MipsRelocationEntry() 69 std::vector<ELFRelocationEntry> &Relocs) override; 142 static unsigned getMatchingLoType(const ELFRelocationEntry &Reloc) { in getMatchingLoType() 180 const ELFRelocationEntry &R, in isMatchingReloc() 456 std::vector<ELFRelocationEntry> &Relocs) { in sortRelocs() 468 [](const ELFRelocationEntry &A, const ELFRelocationEntry &B) { in sortRelocs() 473 std::list<ELFRelocationEntry> Remainder; in sortRelocs() 481 std::back_inserter(Sorted), [](const ELFRelocationEntry &Reloc) { in sortRelocs()
|
| /freebsd-12.1/contrib/llvm/include/llvm/MC/ |
| H A D | MCELFObjectWriter.h | 32 struct ELFRelocationEntry { struct 40 ELFRelocationEntry(uint64_t Offset, const MCSymbolELF *Symbol, unsigned Type, in ELFRelocationEntry() argument 94 std::vector<ELFRelocationEntry> &Relocs);
|
| /freebsd-12.1/contrib/llvm/lib/MC/ |
| H A D | MCELFObjectTargetWriter.cpp | 27 std::vector<ELFRelocationEntry> &Relocs) { in sortRelocs()
|
| H A D | ELFObjectWriter.cpp | 235 DenseMap<const MCSectionELF *, std::vector<ELFRelocationEntry>> Relocations; 912 std::vector<ELFRelocationEntry> &Relocs = OWriter.Relocations[&Sec]; in writeRelocations() 924 const ELFRelocationEntry &Entry = Relocs[e - i - 1]; in writeRelocations() 1499 ELFRelocationEntry Rec(FixupOffset, SectionSymbol, Type, Addend, SymA, in recordRelocation() 1515 ELFRelocationEntry Rec(FixupOffset, RenamedSymA, Type, Addend, SymA, in recordRelocation()
|