Searched refs:getRela (Results 1 – 1 of 1) sorted by relevance
400 const Elf_Rela *getRela(DataRefImpl Rela) const;877 symbolIdx = getRela(Rel)->getSymbol(EF.isMips64EL()); in getRelocationSymbol()894 return getRela(Rel)->r_offset; in getRelocationOffset()903 return getRela(Rel)->getType(EF.isMips64EL()); in getRelocationType()923 return (int64_t)getRela(Rel)->r_addend; in getRelocationAddend()938 ELFObjectFile<ELFT>::getRela(DataRefImpl Rela) const { in getRela() function