Searched refs:getRela (Results 1 – 5 of 5) sorted by relevance
320 const Elf_Rela *getRela(DataRefImpl Rela) const;834 symbolIdx = getRela(Rel)->getSymbol(); in getRelocationSymbol()862 offset = getRela(Rel)->r_offset; in getRelocationAddress()884 Result = getRela(Rel)->getType(); in getRelocationType()909 type = getRela(Rel)->getType(); in getRelocationTypeName()1020 Result = getRela(Rel)->r_addend; in getRelocationAdditionalInfo()1045 type = getRela(Rel)->getType(); in getRelocationValueString()1046 symbol_index = getRela(Rel)->getSymbol(); in getRelocationValueString()1047 addend = getRela(Rel)->r_addend; in getRelocationValueString()1321 ELFObjectFile<target_endianness, is64Bits>::getRela(DataRefImpl Rela) const { in getRela() function in ELFObjectFile
311 const Elf_Rela *getRela(DataRefImpl Rela) const;686 symbolIdx = getRela(Rel)->getSymbol(EF.isMips64EL()); in getRelocationSymbol()705 return getRela(Rel)->r_offset; in getRelocationOffset()714 return getRela(Rel)->getType(EF.isMips64EL()); in getRelocationType()734 return (int64_t)getRela(Rel)->r_addend; in getRelocationAddend()746 ELFObjectFile<ELFT>::getRela(DataRefImpl Rela) const { in getRela() function
349 const Elf_Rela *getRela(DataRefImpl Rela) const;822 symbolIdx = getRela(Rel)->getSymbol(EF.isMips64EL()); in getRelocationSymbol()839 return getRela(Rel)->r_offset; in getRelocationOffset()848 return getRela(Rel)->getType(EF.isMips64EL()); in getRelocationType()868 return (int64_t)getRela(Rel)->r_addend; in getRelocationAddend()883 ELFObjectFile<ELFT>::getRela(DataRefImpl Rela) const { in getRela() function
526 const Elf_Rela *ERela = Obj->getRela(Rel); in getRelocationValueString()
487 const Elf_Rela *ERela = Obj->getRela(Rel); in getRelocationValueString()