Searched refs:end_rel (Results 1 – 6 of 6) sorted by relevance
257 ScopedVector<TypedRVA>::iterator end_rel = rel32_locations_.end(); in ParseFile() local280 ¤t_rel, end_rel, in ParseFile()326 ScopedVector<TypedRVA>::iterator end_rel, in ParseProgbitsSection() argument344 while (*current_rel != end_rel && in ParseProgbitsSection()358 if (*current_rel != end_rel && in ParseProgbitsSection()383 if (*current_rel != end_rel && in ParseProgbitsSection()
180 ScopedVector<TypedRVA>::iterator end_rel,
228 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()
644 RE = Obj->end_rel(Sec); in printRelocations()
382 Elf_Rel_Iter end_rel(const Elf_Shdr *sec) const { in end_rel() function