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
132 const Elf_Rel *getRel(DataRefImpl Rel) const;560 symbolIdx = getRel(Rel)->getSymbol(EF.isMips64EL()); in getRelocationSymbol()623 return getRel(Rel)->r_offset; in getROffset()637 Result = getRel(Rel)->getType(EF.isMips64EL()); in getRelocationType()662 type = getRel(Rel)->getType(EF.isMips64EL()); in getRelocationTypeName()706 type = getRel(Rel)->getType(EF.isMips64EL()); in getRelocationValueString()707 symbol_index = getRel(Rel)->getSymbol(EF.isMips64EL()); in getRelocationValueString()783 ELFObjectFile<ELFT>::getRel(DataRefImpl Rel) const { in getRel() function