Searched refs:ELFRelocationEntry (Results 1 – 2 of 2) sorted by relevance
84 struct ELFRelocationEntry { struct92 ELFRelocationEntry() in ELFRelocationEntry() argument95 ELFRelocationEntry(uint64_t RelocOffset, int Idx, in ELFRelocationEntry() argument102 bool operator<(const ELFRelocationEntry &RE) const {115 std::vector<ELFRelocationEntry> > Relocations;
452 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()