Searched refs:getRel (Results 1 – 3 of 3) sorted by relevance
411 const Elf_Rel *getRel(DataRefImpl Rel) const;1018 symbolIdx = getRel(Rel)->getSymbol(EF.isMips64EL()); in getRelocationSymbol()1035 return getRel(Rel)->r_offset; in getRelocationOffset()1044 return getRel(Rel)->getType(EF.isMips64EL()); in getRelocationType()1071 ELFObjectFile<ELFT>::getRel(DataRefImpl Rel) const { in getRel() function
78 const typename ELFT::Rel *ERel = Obj->getRel(Rel); in getRelocationValueString()
1824 Symbol = Obj->getRel(Rel)->getSymbol(EF.isMips64EL()); in getRelocationSymbol()