Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Object/
DELFObjectFile.h155 class elf_relocation_iterator : public relocation_iterator {
157 elf_relocation_iterator(const relocation_iterator &B) in elf_relocation_iterator() function
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldELF.cpp833 for (elf_relocation_iterator i = si->relocation_begin(), in findOPDEntrySection()