Searched refs:R_SSYM_SHIFT (Results 1 – 2 of 2) sorted by relevance
107 #define R_SSYM_SHIFT 24 macro121 return (unsigned)((Type >> R_SSYM_SHIFT) & 0xff); in getRSsym()135 return (Type & R_SSYM_MASK) | ((Value & 0xff) << R_SSYM_SHIFT); in setRSsym()
109 #define R_SSYM_SHIFT 24 macro123 return (unsigned)((Type >> R_SSYM_SHIFT) & 0xff); in getRSsym()137 return (Type & R_SSYM_MASK) | ((Value & 0xff) << R_SSYM_SHIFT); in setRSsym()