Searched refs:r_word1 (Results 1 – 8 of 8) sorted by relevance
228 MRE.r_word1 = Value2; in RecordARMScatteredHalfRelocation()239 MRE.r_word1 = Value; in RecordARMScatteredHalfRelocation()296 MRE.r_word1 = Value2; in RecordARMScatteredRelocation()306 MRE.r_word1 = Value; in RecordARMScatteredRelocation()445 MRE.r_word1 = in recordRelocation()469 MREPair.r_word1 = ((0xffffff << 0) | in recordRelocation()
208 MRE.r_word1 = in RecordX86_64Relocation()360 MRE.r_word1 = (Index << 0) | (IsPCRel << 24) | (Log2Size << 25) | in RecordX86_64Relocation()438 MRE.r_word1 = Value2; in recordScatteredRelocation()460 MRE.r_word1 = Value; in recordScatteredRelocation()501 MRE.r_word1 = in recordTLVPRelocation()598 MRE.r_word1 = in RecordX86Relocation()
231 MRE.r_word1 = (IsPCRel << 24) | (Log2Size << 25) | (Type << 28); in recordRelocation()288 MRE.r_word1 = (IsPCRel << 24) | (Log2Size << 25) | (Type << 28); in recordRelocation()399 MRE.r_word1 = in recordRelocation()420 MRE.r_word1 = in recordRelocation()
602 Rel.MRE.r_word1 = (Rel.MRE.r_word1 & (~0U << 24)) | Index | (1 << 27); in computeSymbolTable()604 Rel.MRE.r_word1 = (Rel.MRE.r_word1 & 0xff) | Index << 8 | (1 << 4); in computeSymbolTable()915 write32(Rel.MRE.r_word1); in writeObject()
156 MRE.r_word1 = ((Index << 8) | // was << 0 in makeRelocationInfo()172 MRE.r_word1 = Value2; in makeScatteredRelocationInfo()
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()[all …]
934 uint32_t r_word0, r_word1; member1221 sys::swapByteOrder(reloc.r_word1); in swapStruct()
942 uint32_t r_word0, r_word1; member1229 sys::swapByteOrder(reloc.r_word1); in swapStruct()