Searched defs:relocation (Results 1 - 7 of 7) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/CodeGen/
H A DObjectCodeEmitter.cpp96 void ObjectCodeEmitter::addRelocation(const MachineRelocation& relocation) { argument
97 BO->addRelocation(relocation);
/external/swiftshader/src/Reactor/
H A DSubzeroReactor.cpp208 static void *relocateSymbol(const ElfHeader *elfHeader, const Elf32_Rel &relocation, const SectionHeader &relocationTable) argument
213 int32_t *patchSite = (int*)(address + relocation.r_offset);
214 uint32_t index = relocation.getSymbol();
247 switch(relocation.getType())
250 // No relocation
266 assert(false && "Unsupported relocation type");
272 switch(relocation.getType())
275 // No relocation
284 assert(false && "Unsupported relocation type");
292 static void *relocateSymbol(const ElfHeader *elfHeader, const Elf64_Rela &relocation, cons
[all...]
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
H A DBinaryObject.h344 void addRelocation(const MachineRelocation& relocation) { argument
345 Relocations.push_back(relocation);
/external/swiftshader/third_party/LLVM/include/llvm/Support/
H A DCOFF.h196 struct relocation { struct in namespace:llvm::COFF
/external/llvm/include/llvm/Support/
H A DCOFF.h289 struct relocation { struct
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DCOFF.h294 struct relocation { struct
/external/testng/ant/
H A Divy-2.1.0.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE META-INF/NOTICE fr/ fr/ ...

Completed in 740 milliseconds