Home
last modified time | relevance | path

Searched refs:r_word1 (Results 1 – 8 of 8) sorted by relevance

/external/llvm/lib/Target/ARM/MCTargetDesc/
DARMMachObjectWriter.cpp228 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()
/external/llvm/lib/Target/X86/MCTargetDesc/
DX86MachObjectWriter.cpp208 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()
/external/llvm/lib/Target/AArch64/MCTargetDesc/
DAArch64MachObjectWriter.cpp231 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()
/external/llvm/lib/MC/
DMachObjectWriter.cpp602 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()
/external/llvm/lib/Target/PowerPC/MCTargetDesc/
DPPCMachObjectWriter.cpp156 MRE.r_word1 = ((Index << 8) | // was << 0 in makeRelocationInfo()
172 MRE.r_word1 = Value2; in makeScatteredRelocationInfo()
/external/llvm/lib/Object/
DMachOObjectFile.cpp132 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 …]
/external/llvm/include/llvm/Support/
DMachO.h934 uint32_t r_word0, r_word1; member
1221 sys::swapByteOrder(reloc.r_word1); in swapStruct()
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DMachO.h942 uint32_t r_word0, r_word1; member
1229 sys::swapByteOrder(reloc.r_word1); in swapStruct()