Searched refs:r_word1 (Results 1 – 8 of 8) sorted by relevance
238 MRE.r_word1 = Value2; in RecordARMScatteredHalfRelocation()249 MRE.r_word1 = Value; in RecordARMScatteredHalfRelocation()315 MRE.r_word1 = Value2; in RecordARMScatteredRelocation()325 MRE.r_word1 = Value; in RecordARMScatteredRelocation()472 MRE.r_word1 = in recordRelocation()496 MREPair.r_word1 = ((0xffffff << 0) | in recordRelocation()
207 MRE.r_word1 = in RecordX86_64Relocation()358 MRE.r_word1 = (Index << 0) | (IsPCRel << 24) | (Log2Size << 25) | in RecordX86_64Relocation()436 MRE.r_word1 = Value2; in recordScatteredRelocation()458 MRE.r_word1 = Value; in recordScatteredRelocation()498 MRE.r_word1 = in recordTLVPRelocation()594 MRE.r_word1 = in RecordX86Relocation()
238 MRE.r_word1 = (IsPCRel << 24) | (Log2Size << 25) | (Type << 28); in recordRelocation()295 MRE.r_word1 = (IsPCRel << 24) | (Log2Size << 25) | (Type << 28); in recordRelocation()380 MRE.r_word1 = in recordRelocation()401 MRE.r_word1 = in recordRelocation()
155 MRE.r_word1 = ((Index << 8) | // was << 0 in makeRelocationInfo()171 MRE.r_word1 = Value2; in makeScatteredRelocationInfo()
635 Rel.MRE.r_word1 = (Rel.MRE.r_word1 & (~0U << 24)) | Index | (1 << 27); in computeSymbolTable()637 Rel.MRE.r_word1 = (Rel.MRE.r_word1 & 0xff) | Index << 8 | (1 << 4); in computeSymbolTable()970 W.write<uint32_t>(Rel.MRE.r_word1); in writeObject()
148 return (RE.r_word1 >> 24) & 1; in getPlainRelocationPCRel()149 return (RE.r_word1 >> 7) & 1; in getPlainRelocationPCRel()160 return (RE.r_word1 >> 25) & 3; in getPlainRelocationLength()161 return (RE.r_word1 >> 5) & 3; in getPlainRelocationLength()172 return RE.r_word1 >> 28; in getPlainRelocationType()173 return RE.r_word1 & 0xf; in getPlainRelocationType()4184 return RE.r_word1 & 0xffffff; in getPlainRelocationSymbolNum()4185 return RE.r_word1 >> 8; in getPlainRelocationSymbolNum()4191 return (RE.r_word1 >> 27) & 1; in getPlainRelocationExternal()4192 return (RE.r_word1 >> 4) & 1; in getPlainRelocationExternal()[all …]
942 uint32_t r_word0, r_word1; member1229 sys::swapByteOrder(reloc.r_word1); in swapStruct()
973 uint32_t r_word0, r_word1; member1260 sys::swapByteOrder(reloc.r_word1); in swapStruct()