Searched refs:getRela (Results 1 – 2 of 2) sorted by relevance
354 const Elf_Rela *getRela(DataRefImpl Rela) const;841 symbolIdx = getRela(Rel)->getSymbol(EF.isMips64EL()); in getRelocationSymbol()858 return getRela(Rel)->r_offset; in getRelocationOffset()867 return getRela(Rel)->getType(EF.isMips64EL()); in getRelocationType()887 return (int64_t)getRela(Rel)->r_addend; in getRelocationAddend()902 ELFObjectFile<ELFT>::getRela(DataRefImpl Rela) const { in getRela() function
521 const Elf_Rela *ERela = Obj->getRela(Rel); in getRelocationValueString()