Searched refs:this_rel (Results 1 - 1 of 1) sorted by relevance

/frameworks/rs/cpu_ref/linkloader/include/impl/
H A DELFObject.hxx947 ELFRelocTy *this_rel = (*reltab)[j]; local
948 ELFSymbolTy *this_sym = (*symtab)[this_rel->getSymTabIndex()];
949 if (this_rel->getType() == R_MIPS_LO16 && this_sym == sym) {
950 Inst_t *this_inst = (Inst_t *)&(*text)[this_rel->getOffset()];
989 ELFRelocTy *this_rel = (*reltab)[j]; local
990 ELFSymbolTy *this_sym = (*symtab)[this_rel->getSymTabIndex()];
991 if (this_rel->getType() == R_MIPS_LO16 && this_sym == sym) {
992 Inst_t *this_inst = (Inst_t *)&(*text)[this_rel->getOffset()];

Completed in 7 milliseconds