Searched defs:ELFRelocationEntry (Results 1 – 1 of 1) sorted by relevance
82 struct ELFRelocationEntry { struct83 uint64_t Offset; // Where is the relocation.84 const MCSymbol *Symbol; // The symbol to relocate with.85 unsigned Type; // The type of the relocation.86 uint64_t Addend; // The addend to use.88 ELFRelocationEntry(uint64_t Offset, const MCSymbol *Symbol, unsigned Type, in ELFRelocationEntry() function