Home
last modified time | relevance | path

Searched refs:r_word0 (Results 1 – 10 of 10) sorted by relevance

/netbsd/external/apache2/llvm/dist/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMMachObjectWriter.cpp232 MRE.r_word0 = ((OtherHalf << 0) | in RecordARMScatteredHalfRelocation()
243 MRE.r_word0 = ((FixupOffset << 0) | in RecordARMScatteredHalfRelocation()
310 MRE.r_word0 = ((0 << 0) | in RecordARMScatteredRelocation()
320 MRE.r_word0 = ((FixupOffset << 0) | in RecordARMScatteredRelocation()
471 MRE.r_word0 = FixupOffset; in recordRelocation()
495 MREPair.r_word0 = Value; in recordRelocation()
/netbsd/external/gpl3/gdb/dist/gas/testsuite/gas/z80/
H A Dz80_reloc.d15 00000015[ ]+r_word0[ ]+glb_proc
25 0000002b[ ]+r_word0[ ]+data32
/netbsd/external/gpl3/gdb.old/dist/gas/testsuite/gas/z80/
H A Dz80_reloc.d15 00000015[ ]+r_word0[ ]+glb_proc
25 0000002b[ ]+r_word0[ ]+data32
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MachObjectWriter.cpp206 MRE.r_word0 = FixupOffset; in RecordX86_64Relocation()
357 MRE.r_word0 = FixupOffset; in RecordX86_64Relocation()
431 MRE.r_word0 = ((0 << 0) | // r_address in recordScatteredRelocation()
453 MRE.r_word0 = ((FixupOffset << 0) | in recordScatteredRelocation()
497 MRE.r_word0 = Value; in recordTLVPRelocation()
593 MRE.r_word0 = FixupOffset; in RecordX86Relocation()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64MachObjectWriter.cpp237 MRE.r_word0 = FixupOffset; in recordRelocation()
294 MRE.r_word0 = FixupOffset; in recordRelocation()
383 MRE.r_word0 = FixupOffset; in recordRelocation()
404 MRE.r_word0 = FixupOffset; in recordRelocation()
/netbsd/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/JITLink/
H A DMachOLinkGraphBuilder.h168 RI.r_address = ARI.r_word0; in getRelocationInfo()
/netbsd/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
H A DMachOEmitter.cpp334 MRE.r_word0 = R.address; in makeRelocationInfo()
350 MRE.r_word0 = (((unsigned)R.address << 0) | ((unsigned)R.type << 24) | in makeScatteredRelocationInfo()
/netbsd/external/apache2/llvm/dist/llvm/lib/Object/
H A DMachOObjectFile.cpp137 return RE.r_word0; in getPlainRelocationAddress()
142 return RE.r_word0 & 0xffffff; in getScatteredRelocationAddress()
154 return (RE.r_word0 >> 30) & 1; in getScatteredRelocationPCRel()
166 return (RE.r_word0 >> 28) & 3; in getScatteredRelocationLength()
4208 return RE.r_word0 >> 31; in getScatteredRelocationScattered()
4218 return (RE.r_word0 >> 24) & 0xf; in getScatteredRelocationType()
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/
H A DMachO.h976 uint32_t r_word0, r_word1; member
1262 sys::swapByteOrder(reloc.r_word0); in swapStruct()
/netbsd/external/apache2/llvm/dist/llvm/lib/MC/
H A DMachObjectWriter.cpp969 W.write<uint32_t>(Rel.MRE.r_word0); in writeObject()