Searched refs:getRela (Results 1 – 3 of 3) sorted by relevance
412 const Elf_Rela *getRela(DataRefImpl Rela) const;1020 symbolIdx = getRela(Rel)->getSymbol(EF.isMips64EL()); in getRelocationSymbol()1037 return getRela(Rel)->r_offset; in getRelocationOffset()1046 return getRela(Rel)->getType(EF.isMips64EL()); in getRelocationType()1066 return (int64_t)getRela(Rel)->r_addend; in getRelocationAddend()1081 ELFObjectFile<ELFT>::getRela(DataRefImpl Rela) const { in getRela() function
74 const typename ELFT::Rela *ERela = Obj->getRela(Rel); in getRelocationValueString()
1791 const Elf_Rela *RelA = Obj->getRela(Rel); in getRelocationAddend()1827 Symbol = Obj->getRela(Rel)->getSymbol(EF.isMips64EL()); in getRelocationSymbol()