Lines Matching refs:r_word1
132 return (RE.r_word1 >> 24) & 1; in getPlainRelocationPCRel()
133 return (RE.r_word1 >> 7) & 1; in getPlainRelocationPCRel()
145 return (RE.r_word1 >> 25) & 3; in getPlainRelocationLength()
146 return (RE.r_word1 >> 5) & 3; in getPlainRelocationLength()
157 return RE.r_word1 >> 28; in getPlainRelocationType()
158 return RE.r_word1 & 0xf; in getPlainRelocationType()
1993 return RE.r_word1 & 0xffffff; in getPlainRelocationSymbolNum()
1994 return RE.r_word1 >> 8; in getPlainRelocationSymbolNum()
2000 return (RE.r_word1 >> 27) & 1; in getPlainRelocationExternal()
2001 return (RE.r_word1 >> 4) & 1; in getPlainRelocationExternal()
2011 return RE.r_word1; in getScatteredRelocationValue()