Searched refs:getRela (Results 1 – 1 of 1) sorted by relevance
115 const Elf_Rela *getRela(DataRefImpl Rela) const;602 symbolIdx = getRela(Rel)->getSymbol(EF.isMips64EL()); in getRelocationSymbol()649 return getRela(Rel)->r_offset; in getROffset()665 Result = getRela(Rel)->getType(EF.isMips64EL()); in getRelocationType()690 type = getRela(Rel)->getType(EF.isMips64EL()); in getRelocationTypeName()711 Result = getRela(Rel)->r_addend; in getRelocationAddend()735 type = getRela(Rel)->getType(EF.isMips64EL()); in getRelocationValueString()736 symbol_index = getRela(Rel)->getSymbol(EF.isMips64EL()); in getRelocationValueString()737 addend = getRela(Rel)->r_addend; in getRelocationValueString()810 ELFObjectFile<ELFT>::getRela(DataRefImpl Rela) const { in getRela() function