Lines Matching refs:rel
137 ELFRelocTy *rel = (*reltab)[i]; in relocateARM() local
138 ELFSymbolTy *sym = (*symtab)[rel->getSymTabIndex()]; in relocateARM()
142 Inst_t *inst = (Inst_t *)&(*text)[rel->getOffset()]; in relocateARM()
152 word_t reltype = rel->getType(); in relocateARM()
369 ELFRelocTy *rel = (*reltab)[i]; in relocateX86_64() local
370 ELFSymbolTy *sym = (*symtab)[rel->getSymTabIndex()]; in relocateX86_64()
374 Inst_t *inst = (Inst_t *)&(*text)[rel->getOffset()]; in relocateX86_64()
376 Inst_t A = (Inst_t)(int64_t)rel->getAddend(); in relocateX86_64()
387 switch (rel->getType()) { in relocateX86_64()
423 ELFRelocTy *rel = (*reltab)[i]; in relocateX86_32() local
424 ELFSymbolTy *sym = (*symtab)[rel->getSymTabIndex()]; in relocateX86_32()
428 Inst_t *inst = (Inst_t *)&(*text)[rel->getOffset()]; in relocateX86_32()
441 switch (rel->getType()) { in relocateX86_32()
471 ELFRelocTy *rel = (*reltab)[i]; in relocateMIPS() local
472 ELFSymbolTy *sym = (*symtab)[rel->getSymTabIndex()]; in relocateMIPS()
475 Inst_t *inst = (Inst_t *)&(*text)[rel->getOffset()]; in relocateMIPS()
491 switch (rel->getType()) { in relocateMIPS()
582 if (rel->getType() == R_MIPS_GOT16) { in relocateMIPS()
604 int got_index = search_got((int)rel->getSymTabIndex(), (void *)(S + A), in relocateMIPS()