Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DELFObjectFile.h243 class elf_relocation_iterator : public relocation_iterator {
245 elf_relocation_iterator(const relocation_iterator &B) in elf_relocation_iterator() function
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldELF.cpp730 for (elf_relocation_iterator i = si->relocation_begin(), in findOPDEntrySection()