Searched refs:getRela (Results 1 – 2 of 2) sorted by relevance
413 const Elf_Rela *getRela(DataRefImpl Rela) const;1023 symbolIdx = getRela(Rel)->getSymbol(EF.isMips64EL()); in getRelocationSymbol()1040 return getRela(Rel)->r_offset; in getRelocationOffset()1049 return getRela(Rel)->getType(EF.isMips64EL()); in getRelocationType()1069 return (int64_t)getRela(Rel)->r_addend; in getRelocationAddend()1084 ELFObjectFile<ELFT>::getRela(DataRefImpl Rela) const { in getRela() function
74 const typename ELFT::Rela *ERela = Obj->getRela(Rel); in getRelocationValueString()