Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Object/
H A DELFObjectFile.h206 class elf_relocation_iterator : public relocation_iterator {
208 elf_relocation_iterator(const relocation_iterator &B) in elf_relocation_iterator() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldELF.cpp691 for (elf_relocation_iterator i = si->relocation_begin(), in findOPDEntrySection()