HomeSort by relevance Sort by last modified time
    Searched full:this_rel (Results 1 - 1 of 1) sorted by null

  /frameworks/rs/cpu_ref/linkloader/include/impl/
ELFObject.hxx 551 ELFRelocTy *this_rel = (*reltab)[j]; local
552 ELFSymbolTy *this_sym = (*symtab)[this_rel->getSymTabIndex()];
553 if (this_rel->getType() == R_MIPS_LO16 && this_sym == sym) {
554 Inst_t *this_inst = (Inst_t *)&(*text)[this_rel->getOffset()];
588 ELFRelocTy *this_rel = (*reltab)[j]; local
589 ELFSymbolTy *this_sym = (*symtab)[this_rel->getSymTabIndex()];
590 if (this_rel->getType() == R_MIPS_LO16 && this_sym == sym) {
591 Inst_t *this_inst = (Inst_t *)&(*text)[this_rel->getOffset()];

Completed in 2495 milliseconds