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

/frameworks/compile/linkloader/include/impl/
H A DELFObject.hxx551 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 23 milliseconds