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

/external/llvm/include/llvm/MC/
H A DMCELFObjectWriter.h76 #define R_SSYM_SHIFT 24 macro
90 return (unsigned)((Type >> R_SSYM_SHIFT) & 0xff);
104 return (Type & R_SSYM_MASK) | ((Value & 0xff) << R_SSYM_SHIFT);

Completed in 74 milliseconds