Home
last modified time | relevance | path

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

/external/swiftshader/src/Reactor/
DDLL.hpp88 struct Relocation struct in sw::DLL
90 Relocation(unsigned int offset, bool ripRelative) : offset(offset), ripRelative(ripRelative) in Relocation() argument
94 unsigned int offset;
95 bool ripRelative;
/external/llvm/include/llvm/ObjectYAML/
DCOFFYAML.h49 struct Relocation { struct
59 std::vector<Relocation> Relocations; argument
DELFYAML.h91 Relocation, enumerator
133 struct Relocation { struct
140 std::vector<Relocation> Relocations; argument
/external/llvm/bindings/python/llvm/
Dobject.py358 class Relocation(LLVMObject): class
/external/llvm/tools/llvm-readobj/
DCOFFDumper.cpp209 for (const auto &Relocation : Relocations) { in resolveSymbol() local
280 for (const auto &Relocation : Relocations) { in printBinaryBlockWithRelocs() local
DARMWinEHPrinter.cpp219 for (const auto &Relocation : Section.relocations()) { in getRelocatedSymbol() local
/external/llvm/lib/MC/
DWinCOFFObjectWriter.cpp961 for (auto &Relocation : Sec->Relocations) { in writeObject() local