Searched refs:r_symidx (Results 1 – 1 of 1) sorted by relevance
202 uint32_t r_symidx; // symbol table index of the symbol to use variable211 return ((uint64_t)r_symidx << 32) + ((uint64_t)r_type & 0xFFFFFFFFL); in getInfo()213 return (r_symidx << 8) + (r_type & 0xFFL); in getInfo()221 r_offset(off), r_symidx(sym), r_type(type), in r_offset()