Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/include/llvm/Object/
H A DELFObjectFile.h219 class elf_relocation_iterator : public relocation_iterator {
221 elf_relocation_iterator(const relocation_iterator &B) in elf_relocation_iterator() function
/openbsd/gnu/llvm/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldELF.cpp726 for (elf_relocation_iterator i = si->relocation_begin(), in findOPDEntrySection()