Searched refs:getRel (Results 1 – 1 of 1) sorted by relevance
353 const Elf_Rel *getRel(DataRefImpl Rel) const;839 symbolIdx = getRel(Rel)->getSymbol(EF.isMips64EL()); in getRelocationSymbol()856 return getRel(Rel)->r_offset; in getRelocationOffset()865 return getRel(Rel)->getType(EF.isMips64EL()); in getRelocationType()892 ELFObjectFile<ELFT>::getRel(DataRefImpl Rel) const { in getRel() function