Searched refs:R_SSYM_SHIFT (Results 1 – 3 of 3) 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()
114 #define R_SSYM_SHIFT 24 macro128 return (unsigned)((Type >> R_SSYM_SHIFT) & 0xff); in getRSsym()138 return (Type & R_SSYM_MASK) | ((Value & 0xff) << R_SSYM_SHIFT); in setRSsym()
115 #define R_SSYM_SHIFT 24 macro129 return (unsigned)((Type >> R_SSYM_SHIFT) & 0xff); in getRSsym()143 return (Type & R_SSYM_MASK) | ((Value & 0xff) << R_SSYM_SHIFT); in setRSsym()