Searched refs:getRel (Results 1 – 3 of 3) sorted by relevance
36 public String getRel(); in getRel() method
30 public String getRel() { in getRel() method in References
126 const Elf_Rel *getRel(DataRefImpl Rel) const;543 symbolIdx = getRel(Rel)->getSymbol(EF.isMips64EL()); in getRelocationSymbol()606 return getRel(Rel)->r_offset; in getROffset()620 Result = getRel(Rel)->getType(EF.isMips64EL()); in getRelocationType()645 type = getRel(Rel)->getType(EF.isMips64EL()); in getRelocationTypeName()689 type = getRel(Rel)->getType(EF.isMips64EL()); in getRelocationValueString()690 symbol_index = getRel(Rel)->getSymbol(EF.isMips64EL()); in getRelocationValueString()765 ELFObjectFile<ELFT>::getRel(DataRefImpl Rel) const { in getRel() function