Searched refs:ELFRelocation (Results 1 – 3 of 3) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
D | ELF.h | 200 class ELFRelocation { 219 ELFRelocation(uint64_t off, uint32_t sym, uint32_t type,
|
D | ELFWriter.h | 27 class ELFRelocation; variable 237 void EmitRelocation(BinaryObject &RelSec, ELFRelocation &Rel, bool HasRelA);
|
D | ELFWriter.cpp | 832 ELFRelocation Rel(RelOffset, SymIdx, RelType, HasRelA, Addend); in EmitRelocations() 839 void ELFWriter::EmitRelocation(BinaryObject &RelSec, ELFRelocation &Rel, in EmitRelocation()
|