Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Object/
H A DELFObjectFile.h422 const Elf_Rel *getRel(DataRefImpl Rel) const;
1046 symbolIdx = getRel(Rel)->getSymbol(EF.isMips64EL()); in getRelocationSymbol()
1063 return getRel(Rel)->r_offset; in getRelocationOffset()
1072 return getRel(Rel)->getType(EF.isMips64EL()); in getRelocationType()
1099 ELFObjectFile<ELFT>::getRel(DataRefImpl Rel) const { in getRel() function
/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DELFDump.cpp112 const typename ELFT::Rel *ERel = Obj->getRel(Rel); in getRelocationValueString()