Searched refs:getRel (Results 1 – 2 of 2) sorted by relevance
304 const Elf_Rel *getRel(DataRefImpl Rel) const;662 symbolIdx = getRel(Rel)->getSymbol(EF.isMips64EL()); in getRelocationSymbol()683 return getRel(Rel)->r_offset; in getRelocationOffset()692 return getRel(Rel)->getType(EF.isMips64EL()); in getRelocationType()725 ELFObjectFile<ELFT>::getRel(DataRefImpl Rel) const { in getRel() function
338 const Elf_Rel *ERel = Obj->getRel(Rel); in getRelocationValueString()