Home
last modified time | relevance | path

Searched refs:getRela (Results 1 – 1 of 1) sorted by relevance

/external/llvm/include/llvm/Object/
DELFObjectFile.h133 const Elf_Rela *getRela(DataRefImpl Rela) const;
564 symbolIdx = getRela(Rel)->getSymbol(EF.isMips64EL()); in getRelocationSymbol()
625 return getRela(Rel)->r_offset; in getROffset()
641 Result = getRela(Rel)->getType(EF.isMips64EL()); in getRelocationType()
666 type = getRela(Rel)->getType(EF.isMips64EL()); in getRelocationTypeName()
688 Result = getRela(Rel)->r_addend; in getRelocationAddend()
712 type = getRela(Rel)->getType(EF.isMips64EL()); in getRelocationValueString()
713 symbol_index = getRela(Rel)->getSymbol(EF.isMips64EL()); in getRelocationValueString()
714 addend = getRela(Rel)->r_addend; in getRelocationValueString()
789 ELFObjectFile<ELFT>::getRela(DataRefImpl Rela) const { in getRela() function