Searched refs:R_SSYM_SHIFT (Results 1 – 1 of 1) sorted by relevance
106 #define R_SSYM_SHIFT 24 macro120 return (unsigned)((Type >> R_SSYM_SHIFT) & 0xff); in getRSsym()134 return (Type & R_SSYM_MASK) | ((Value & 0xff) << R_SSYM_SHIFT); in setRSsym()