Searched refs:toDRI (Results 1 – 1 of 1) sorted by relevance
145 DataRefImpl toDRI(Elf_Sym_Iter Symb) const { in toDRI() function157 DataRefImpl toDRI(Elf_Shdr_Iter Sec) const { in toDRI() function163 DataRefImpl toDRI(const Elf_Shdr *Sec) const { in toDRI() function174 DataRefImpl toDRI(Elf_Dyn_Iter Dyn) const { in toDRI() function254 Symb = toDRI(++toELFSymIter(Symb)); in moveSymbolNext()433 Sec = toDRI(++toELFShdrIter(Sec)); in moveSectionNext()542 return section_iterator(SectionRef(toDRI(R), this)); in getRelocatedSection()578 SymbolData = toDRI(EF.begin_symbols() + symbolIdx); in getRelocationSymbol()581 SymbolData = toDRI(EF.begin_dynamic_symbols() + symbolIdx); in getRelocationSymbol()804 return basic_symbol_iterator(SymbolRef(toDRI(EF.begin_symbols()), this)); in symbol_begin_impl()[all …]