Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Target/Mips/MCTargetDesc/
DMipsELFObjectWriter.cpp39 const ELFRelocationEntry R; ///< The relocation.
42 MipsRelocationEntry(const ELFRelocationEntry &R) : R(R) {} in MipsRelocationEntry()
68 std::vector<ELFRelocationEntry> &Relocs) override;
141 static unsigned getMatchingLoType(const ELFRelocationEntry &Reloc) { in getMatchingLoType()
179 const ELFRelocationEntry &R, in isMatchingReloc()
432 std::vector<ELFRelocationEntry> &Relocs) { in sortRelocs()
444 [](const ELFRelocationEntry &A, const ELFRelocationEntry &B) { in sortRelocs()
449 std::list<ELFRelocationEntry> Remainder; in sortRelocs()
457 std::back_inserter(Sorted), [](const ELFRelocationEntry &Reloc) { in sortRelocs()
/openbsd/src/gnu/llvm/llvm/include/llvm/MC/
DMCELFObjectWriter.h30 struct ELFRelocationEntry { struct
38 ELFRelocationEntry(uint64_t Offset, const MCSymbolELF *Symbol, unsigned Type, in ELFRelocationEntry() argument
95 std::vector<ELFRelocationEntry> &Relocs);
/openbsd/src/gnu/llvm/llvm/lib/MC/
DMCELFObjectTargetWriter.cpp27 std::vector<ELFRelocationEntry> &Relocs) { in sortRelocs()
DELFObjectWriter.cpp221 DenseMap<const MCSectionELF *, std::vector<ELFRelocationEntry>> Relocations;
626 ELFRelocationEntry Rec(0, &SymE, ELF::R_AARCH64_NONE, 0, nullptr, 0); in createMemtagRelocs()
931 std::vector<ELFRelocationEntry> &Relocs = OWriter.Relocations[&Sec]; in writeRelocations()
944 const ELFRelocationEntry &Entry = Relocs[e - i - 1]; in writeRelocations()
1503 ELFRelocationEntry Rec(FixupOffset, SectionSymbol, Type, Addend, SymA, C); in recordRelocation()
1518 ELFRelocationEntry Rec(FixupOffset, RenamedSymA, Type, Addend, SymA, C); in recordRelocation()