Searched defs:ELFRelocationEntry (Results 1 – 3 of 3) sorted by relevance
31 struct ELFRelocationEntry { struct39 ELFRelocationEntry(uint64_t Offset, const MCSymbolELF *Symbol, unsigned Type, in ELFRelocationEntry() argument45 void print(raw_ostream &Out) const { in print()51 void dump() const { print(errs()); } in dump()
31 struct ELFRelocationEntry { struct39 ELFRelocationEntry(uint64_t Offset, const MCSymbolELF *Symbol, unsigned Type, in ELFRelocationEntry() argument45 void print(raw_ostream &Out) const { in print()50 void dump() const { print(errs()); } in dump()
84 struct ELFRelocationEntry { struct92 ELFRelocationEntry() in ELFRelocationEntry() argument95 ELFRelocationEntry(uint64_t RelocOffset, int Idx, in ELFRelocationEntry() function