Searched refs:SymIndex (Results 1 – 2 of 2) sorted by relevance
3323 uint32_t SymIndex = R.getSymbol(Obj->isMips64EL()); in printDynamicRelocation() local3324 const Elf_Sym *Sym = this->dumper()->dynamic_symbols().begin() + SymIndex; in printDynamicRelocation()4310 uint32_t SymIndex = Rel.getSymbol(Obj->isMips64EL()); in printDynamicRelocation() local4311 const Elf_Sym *Sym = this->dumper()->dynamic_symbols().begin() + SymIndex; in printDynamicRelocation()4382 uint64_t SymIndex = decodeULEB128(Cur, &Size, Contents.end(), &Err); in printAddrsig() local4385 W.printNumber("Sym", this->dumper()->getStaticSymbolName(SymIndex), in printAddrsig()4386 SymIndex); in printAddrsig()
2973 uint32_t SymIndex = R.getSymbol(Obj->isMips64EL()); in printDynamicRelocation() local2974 const Elf_Sym *Sym = this->dumper()->dynamic_symbols().begin() + SymIndex; in printDynamicRelocation()3492 uint32_t SymIndex = Rel.getSymbol(Obj->isMips64EL()); in printDynamicRelocation() local3493 const Elf_Sym *Sym = this->dumper()->dynamic_symbols().begin() + SymIndex; in printDynamicRelocation()