Home
last modified time | relevance | path

Searched refs:elf_relocation_iterator (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
DELFObjectFile.h203 class elf_relocation_iterator : public relocation_iterator {
205 elf_relocation_iterator(const relocation_iterator &B) in elf_relocation_iterator() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldELF.cpp626 for (elf_relocation_iterator i = si->relocation_begin(), in findOPDEntrySection()