Home
last modified time | relevance | path

Searched refs:R_SSYM_SHIFT (Results 1 – 2 of 2) sorted by relevance

/external/llvm/include/llvm/MC/
DMCELFObjectWriter.h107 #define R_SSYM_SHIFT 24 macro
121 return (unsigned)((Type >> R_SSYM_SHIFT) & 0xff); in getRSsym()
135 return (Type & R_SSYM_MASK) | ((Value & 0xff) << R_SSYM_SHIFT); in setRSsym()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
DMCELFObjectWriter.h109 #define R_SSYM_SHIFT 24 macro
123 return (unsigned)((Type >> R_SSYM_SHIFT) & 0xff); in getRSsym()
137 return (Type & R_SSYM_MASK) | ((Value & 0xff) << R_SSYM_SHIFT); in setRSsym()