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

/frameworks/compile/linkloader/include/impl/
H A DELFObject.hxx548 ELFRelocTy *this_rel = (*reltab)[j]; local
549 ELFSymbolTy *this_sym = (*symtab)[this_rel->getSymTabIndex()];
550 if (this_rel->getType() == R_MIPS_LO16 && this_sym == sym) {
551 Inst_t *this_inst = (Inst_t *)&(*text)[this_rel->getOffset()];
585 ELFRelocTy *this_rel = (*reltab)[j]; local
586 ELFSymbolTy *this_sym = (*symtab)[this_rel->getSymTabIndex()];
587 if (this_rel->getType() == R_MIPS_LO16 && this_sym == sym) {
588 Inst_t *this_inst = (Inst_t *)&(*text)[this_rel->getOffset()];

Completed in 155 milliseconds