/external/llvm/lib/Target/PowerPC/MCTargetDesc/ |
D | PPCMachObjectWriter.cpp | 147 const uint32_t FixupOffset, const uint32_t Index, in makeRelocationInfo() argument 150 MRE.r_word0 = FixupOffset; in makeRelocationInfo() 179 uint32_t FixupOffset = Layout.getFragmentOffset(Fragment) + Fixup.getOffset(); in getFixupOffset() local 183 FixupOffset &= ~uint32_t(3); in getFixupOffset() 184 return FixupOffset; in getFixupOffset() 196 const uint32_t FixupOffset = getFixupOffset(Layout, Fragment, Fixup); in recordScatteredRelocation() local 241 if (FixupOffset > 0xffffff) { in recordScatteredRelocation() 243 format("0x%x", FixupOffset).print(Buffer, sizeof(Buffer)); in recordScatteredRelocation() 291 if (FixupOffset > 0xffffff) in recordScatteredRelocation() 295 makeScatteredRelocationInfo(MRE, FixupOffset, Type, Log2Size, IsPCRel, Value); in recordScatteredRelocation() [all …]
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/MCTargetDesc/ |
D | PPCMachObjectWriter.cpp | 146 const uint32_t FixupOffset, const uint32_t Index, in makeRelocationInfo() argument 149 MRE.r_word0 = FixupOffset; in makeRelocationInfo() 178 uint32_t FixupOffset = Layout.getFragmentOffset(Fragment) + Fixup.getOffset(); in getFixupOffset() local 182 FixupOffset &= ~uint32_t(3); in getFixupOffset() 183 return FixupOffset; in getFixupOffset() 195 const uint32_t FixupOffset = getFixupOffset(Layout, Fragment, Fixup); in recordScatteredRelocation() local 240 if (FixupOffset > 0xffffff) { in recordScatteredRelocation() 242 format("0x%x", FixupOffset).print(Buffer, sizeof(Buffer)); in recordScatteredRelocation() 290 if (FixupOffset > 0xffffff) in recordScatteredRelocation() 294 makeScatteredRelocationInfo(MRE, FixupOffset, Type, Log2Size, IsPCRel, Value); in recordScatteredRelocation() [all …]
|
/external/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/ |
D | ARMMachObjectWriter.cpp | 147 uint32_t FixupOffset = Layout.getFragmentOffset(Fragment)+Fixup.getOffset(); in RecordARMScatteredHalfRelocation() local 149 if (FixupOffset & 0xff000000) { in RecordARMScatteredHalfRelocation() 152 to_hexString(FixupOffset) + in RecordARMScatteredHalfRelocation() 243 MRE.r_word0 = ((FixupOffset << 0) | in RecordARMScatteredHalfRelocation() 262 uint32_t FixupOffset = Layout.getFragmentOffset(Fragment)+Fixup.getOffset(); in RecordARMScatteredRelocation() local 264 if (FixupOffset & 0xff000000) { in RecordARMScatteredRelocation() 267 to_hexString(FixupOffset) + in RecordARMScatteredRelocation() 320 MRE.r_word0 = ((FixupOffset << 0) | in RecordARMScatteredRelocation() 426 uint32_t FixupOffset = Layout.getFragmentOffset(Fragment)+Fixup.getOffset(); in recordRelocation() local 471 MRE.r_word0 = FixupOffset; in recordRelocation()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/MCTargetDesc/ |
D | ARMMachObjectWriter.cpp | 147 uint32_t FixupOffset = Layout.getFragmentOffset(Fragment)+Fixup.getOffset(); in RecordARMScatteredHalfRelocation() local 149 if (FixupOffset & 0xff000000) { in RecordARMScatteredHalfRelocation() 152 to_hexString(FixupOffset) + in RecordARMScatteredHalfRelocation() 243 MRE.r_word0 = ((FixupOffset << 0) | in RecordARMScatteredHalfRelocation() 262 uint32_t FixupOffset = Layout.getFragmentOffset(Fragment)+Fixup.getOffset(); in RecordARMScatteredRelocation() local 264 if (FixupOffset & 0xff000000) { in RecordARMScatteredRelocation() 267 to_hexString(FixupOffset) + in RecordARMScatteredRelocation() 320 MRE.r_word0 = ((FixupOffset << 0) | in RecordARMScatteredRelocation() 426 uint32_t FixupOffset = Layout.getFragmentOffset(Fragment)+Fixup.getOffset(); in recordRelocation() local 471 MRE.r_word0 = FixupOffset; in recordRelocation()
|
/external/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/ |
D | AArch64MachObjectWriter.cpp | 158 uint32_t FixupOffset = Layout.getFragmentOffset(Fragment); in recordRelocation() local 166 FixupOffset += Fixup.getOffset(); in recordRelocation() 170 FixedValue += FixupOffset; in recordRelocation() 237 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()
|
/external/llvm/lib/Target/AArch64/MCTargetDesc/ |
D | AArch64MachObjectWriter.cpp | 151 uint32_t FixupOffset = Layout.getFragmentOffset(Fragment); in recordRelocation() local 159 FixupOffset += Fixup.getOffset(); in recordRelocation() 163 FixedValue += FixupOffset; in recordRelocation() 230 MRE.r_word0 = FixupOffset; in recordRelocation() 287 MRE.r_word0 = FixupOffset; in recordRelocation() 398 MRE.r_word0 = FixupOffset; in recordRelocation() 419 MRE.r_word0 = FixupOffset; in recordRelocation()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/MCTargetDesc/ |
D | AArch64MachObjectWriter.cpp | 158 uint32_t FixupOffset = Layout.getFragmentOffset(Fragment); in recordRelocation() local 166 FixupOffset += Fixup.getOffset(); in recordRelocation() 170 FixedValue += FixupOffset; in recordRelocation() 237 MRE.r_word0 = FixupOffset; in recordRelocation() 294 MRE.r_word0 = FixupOffset; in recordRelocation() 379 MRE.r_word0 = FixupOffset; in recordRelocation() 400 MRE.r_word0 = FixupOffset; in recordRelocation()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/MCTargetDesc/ |
D | X86MachObjectWriter.cpp | 111 uint32_t FixupOffset = in RecordX86_64Relocation() local 206 MRE.r_word0 = FixupOffset; in RecordX86_64Relocation() 357 MRE.r_word0 = FixupOffset; in RecordX86_64Relocation() 372 uint32_t FixupOffset = Layout.getFragmentOffset(Fragment)+Fixup.getOffset(); in recordScatteredRelocation() local 419 if (FixupOffset > 0xffffff) { in recordScatteredRelocation() 421 format("0x%x", FixupOffset).print(Buffer, sizeof(Buffer)); in recordScatteredRelocation() 446 if (FixupOffset > 0xffffff) { in recordScatteredRelocation() 453 MRE.r_word0 = ((FixupOffset << 0) | in recordScatteredRelocation() 549 uint32_t FixupOffset = Layout.getFragmentOffset(Fragment)+Fixup.getOffset(); in RecordX86Relocation() local 593 MRE.r_word0 = FixupOffset; in RecordX86Relocation()
|
/external/llvm-project/llvm/lib/Target/X86/MCTargetDesc/ |
D | X86MachObjectWriter.cpp | 111 uint32_t FixupOffset = in RecordX86_64Relocation() local 206 MRE.r_word0 = FixupOffset; in RecordX86_64Relocation() 357 MRE.r_word0 = FixupOffset; in RecordX86_64Relocation() 372 uint32_t FixupOffset = Layout.getFragmentOffset(Fragment)+Fixup.getOffset(); in recordScatteredRelocation() local 419 if (FixupOffset > 0xffffff) { in recordScatteredRelocation() 421 format("0x%x", FixupOffset).print(Buffer, sizeof(Buffer)); in recordScatteredRelocation() 446 if (FixupOffset > 0xffffff) { in recordScatteredRelocation() 453 MRE.r_word0 = ((FixupOffset << 0) | in recordScatteredRelocation() 549 uint32_t FixupOffset = Layout.getFragmentOffset(Fragment)+Fixup.getOffset(); in RecordX86Relocation() local 593 MRE.r_word0 = FixupOffset; in RecordX86Relocation()
|
/external/llvm/lib/Target/X86/MCTargetDesc/ |
D | X86MachObjectWriter.cpp | 111 uint32_t FixupOffset = in RecordX86_64Relocation() local 207 MRE.r_word0 = FixupOffset; in RecordX86_64Relocation() 359 MRE.r_word0 = FixupOffset; in RecordX86_64Relocation() 374 uint32_t FixupOffset = Layout.getFragmentOffset(Fragment)+Fixup.getOffset(); in recordScatteredRelocation() local 421 if (FixupOffset > 0xffffff) { in recordScatteredRelocation() 423 format("0x%x", FixupOffset).print(Buffer, sizeof(Buffer)); in recordScatteredRelocation() 448 if (FixupOffset > 0xffffff) { in recordScatteredRelocation() 455 MRE.r_word0 = ((FixupOffset << 0) | in recordScatteredRelocation() 553 uint32_t FixupOffset = Layout.getFragmentOffset(Fragment)+Fixup.getOffset(); in RecordX86Relocation() local 597 MRE.r_word0 = FixupOffset; in RecordX86Relocation()
|
/external/llvm/lib/Target/ARM/MCTargetDesc/ |
D | ARMMachObjectWriter.cpp | 146 uint32_t FixupOffset = Layout.getFragmentOffset(Fragment)+Fixup.getOffset(); in RecordARMScatteredHalfRelocation() local 233 MRE.r_word0 = ((FixupOffset << 0) | in RecordARMScatteredHalfRelocation() 252 uint32_t FixupOffset = Layout.getFragmentOffset(Fragment)+Fixup.getOffset(); in RecordARMScatteredRelocation() local 301 MRE.r_word0 = ((FixupOffset << 0) | in RecordARMScatteredRelocation() 399 uint32_t FixupOffset = Layout.getFragmentOffset(Fragment)+Fixup.getOffset(); in recordRelocation() local 444 MRE.r_word0 = FixupOffset; in recordRelocation()
|
/external/llvm/lib/MC/ |
D | ELFObjectWriter.cpp | 629 uint64_t FixupOffset = Layout.getFragmentOffset(Fragment) + Fixup.getOffset(); in recordRelocation() local 668 uint64_t K = SymBOffset - FixupOffset; in recordRelocation() 710 ELFRelocationEntry Rec(FixupOffset, SectionSymbol, Type, Addend, SymA, in recordRelocation() 726 ELFRelocationEntry Rec(FixupOffset, RenamedSymA, Type, Addend, SymA, in recordRelocation()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/ |
D | ELFObjectWriter.cpp | 1429 uint64_t FixupOffset = Layout.getFragmentOffset(Fragment) + Fixup.getOffset(); in recordRelocation() local 1451 C += FixupOffset - Layout.getSymbolOffset(SymB); in recordRelocation() 1492 ELFRelocationEntry Rec(FixupOffset, SectionSymbol, Type, Addend, SymA, C); in recordRelocation() 1507 ELFRelocationEntry Rec(FixupOffset, RenamedSymA, Type, Addend, SymA, C); in recordRelocation()
|
D | WasmObjectWriter.cpp | 436 uint64_t FixupOffset = Layout.getFragmentOffset(Fragment) + Fixup.getOffset(); in recordRelocation() local 508 WasmRelocationEntry Rec(FixupOffset, SymA, C, Type, &FixupSection); in recordRelocation()
|
/external/llvm-project/llvm/lib/MC/ |
D | ELFObjectWriter.cpp | 1434 uint64_t FixupOffset = Layout.getFragmentOffset(Fragment) + Fixup.getOffset(); in recordRelocation() local 1456 C += FixupOffset - Layout.getSymbolOffset(SymB); in recordRelocation() 1497 ELFRelocationEntry Rec(FixupOffset, SectionSymbol, Type, Addend, SymA, C); in recordRelocation() 1512 ELFRelocationEntry Rec(FixupOffset, RenamedSymA, Type, Addend, SymA, C); in recordRelocation()
|
D | WasmObjectWriter.cpp | 433 uint64_t FixupOffset = Layout.getFragmentOffset(Fragment) + Fixup.getOffset(); in recordRelocation() local 531 WasmRelocationEntry Rec(FixupOffset, SymA, C, Type, &FixupSection); in recordRelocation()
|
/external/llvm-project/llvm/unittests/DebugInfo/GSYM/ |
D | GSYMTest.cpp | 199 auto FixupOffset = FW.tell(); in TEST() local 203 FW.fixup32(4, FixupOffset); // Write an invalid InfoType enumeration value in TEST() 705 const off_t FixupOffset = FW.tell(); in TestFileWriterHelper() local 713 FW.fixup32(U32, FixupOffset); in TestFileWriterHelper()
|