Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/lib/MC/
H A DELFObjectWriter.cpp82 struct ELFRelocationEntry { struct
83 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