Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DELFObjectFile.h455 const Elf_Rela *getRela(DataRefImpl Rela) const;
1110 symbolIdx = getRela(Rel)->getSymbol(EF.isMips64EL()); in getRelocationSymbol()
1129 return getRela(Rel)->r_offset; in getRelocationOffset()
1140 return getRela(Rel)->getType(EF.isMips64EL()); in getRelocationType()
1159 return (int64_t)getRela(Rel)->r_addend; in getRelocationAddend()
1177 ELFObjectFile<ELFT>::getRela(DataRefImpl Rela) const { in getRela() function
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DELFDump.cpp112 const typename ELFT::Rela *ERela = Obj->getRela(Rel); in getRelocationValueString()