Searched refs:end_rel (Results 1 – 4 of 4) sorted by relevance
237 for (auto RI = Obj.begin_rel(Shdr), RE = Obj.end_rel(Shdr); RI != RE; in dumpRelSection()
372 for (Elf_Rel_iterator RI = ELF->begin_rel(&*SI), RE = ELF->end_rel(&*SI); in FindExceptionTable()
647 RE = Obj->end_rel(Sec); in printRelocations()
382 Elf_Rel_Iter end_rel(const Elf_Shdr *sec) const { in end_rel() function