Home
last modified time | relevance | path

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

/external/llvm/lib/MC/
DELFObjectWriter.h84 struct ELFRelocationEntry { struct
92 ELFRelocationEntry() in ELFRelocationEntry() argument
95 ELFRelocationEntry(uint64_t RelocOffset, int Idx, in ELFRelocationEntry() argument
102 bool operator<(const ELFRelocationEntry &RE) const {
115 std::vector<ELFRelocationEntry> > Relocations;
DELFObjectWriter.cpp452 ELFRelocationEntry ERE(RelocOffset, Index, Type, RelocSymbol, Addend); in RecordRelocation()
734 std::vector<ELFRelocationEntry> &Relocs = Relocations[SD]; in WriteRelocationsFragment()
739 ELFRelocationEntry entry = Relocs[e - i - 1]; in WriteRelocationsFragment()