Home
last modified time | relevance | path

Searched refs:PPC_RELOC_BR24 (Results 1 – 25 of 156) sorted by relevance

1234567

/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCMachObjectWriter.cpp96 Type = MachO::PPC_RELOC_BR24; // R_PPC_REL24 in getRelocType()
314 RelocType != MachO::PPC_RELOC_BR24 && in RecordPPCRelocation()
/dports/devel/llvm10/llvm-10.0.1.src/lib/Target/PowerPC/MCTargetDesc/
H A DPPCMachObjectWriter.cpp96 Type = MachO::PPC_RELOC_BR24; // R_PPC_REL24 in getRelocType()
314 RelocType != MachO::PPC_RELOC_BR24 && in RecordPPCRelocation()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCMachObjectWriter.cpp96 Type = MachO::PPC_RELOC_BR24; // R_PPC_REL24 in getRelocType()
314 RelocType != MachO::PPC_RELOC_BR24 && in RecordPPCRelocation()
/dports/devel/llvm90/llvm-9.0.1.src/lib/Target/PowerPC/MCTargetDesc/
H A DPPCMachObjectWriter.cpp96 Type = MachO::PPC_RELOC_BR24; // R_PPC_REL24 in getRelocType()
314 RelocType != MachO::PPC_RELOC_BR24 && in RecordPPCRelocation()
/dports/devel/llvm80/llvm-8.0.1.src/lib/Target/PowerPC/MCTargetDesc/
H A DPPCMachObjectWriter.cpp97 Type = MachO::PPC_RELOC_BR24; // R_PPC_REL24 in getRelocType()
315 RelocType != MachO::PPC_RELOC_BR24 && in RecordPPCRelocation()
/dports/devel/llvm70/llvm-7.0.1.src/lib/Target/PowerPC/MCTargetDesc/
H A DPPCMachObjectWriter.cpp97 Type = MachO::PPC_RELOC_BR24; // R_PPC_REL24 in getRelocType()
315 RelocType != MachO::PPC_RELOC_BR24 && in RecordPPCRelocation()
/dports/emulators/x49gp/x49gp/x49gp-code/qemu/patches/
H A Dqemu-0.9.0-osx-intel-port.patch168 - if (rel->r_type == PPC_RELOC_BR24)
174 + if (rel->r_type == PPC_RELOC_BR24 || rel->r_pcrel)
/dports/devel/llvm80/llvm-8.0.1.src/test/CodeGen/PowerPC/
H A Dhello-reloc.s69 ; DARWIN-G4-DUMP: Type: PPC_RELOC_BR24 (3)
/dports/devel/llvm90/llvm-9.0.1.src/test/CodeGen/PowerPC/
H A Dhello-reloc.s69 ; DARWIN-G4-DUMP: Type: PPC_RELOC_BR24 (3)
/dports/devel/llvm70/llvm-7.0.1.src/test/CodeGen/PowerPC/
H A Dhello-reloc.s69 ; DARWIN-G4-DUMP: Type: PPC_RELOC_BR24 (3)
/dports/editors/lazarus-qt5/lazarus/components/fpdebug/
H A Dmacho.pas1407 PPC_RELOC_BR24, { 24 bit branch displacement (to a word address) }
/dports/editors/lazarus/lazarus/components/fpdebug/
H A Dmacho.pas1407 PPC_RELOC_BR24, { 24 bit branch displacement (to a word address) }
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/lld/unittests/MachOTests/
H A DMachONormalizedFileBinaryWriterTests.cpp496 PPC_RELOC_BR24, 2)); in TEST()
582 EXPECT_EQ(br24.type, PPC_RELOC_BR24); in TEST()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/lld/unittests/MachOTests/
H A DMachONormalizedFileBinaryWriterTests.cpp496 PPC_RELOC_BR24, 2)); in TEST()
582 EXPECT_EQ(br24.type, PPC_RELOC_BR24); in TEST()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/lld/unittests/MachOTests/
H A DMachONormalizedFileBinaryWriterTests.cpp496 PPC_RELOC_BR24, 2)); in TEST()
582 EXPECT_EQ(br24.type, PPC_RELOC_BR24); in TEST()
/dports/devel/llvm11/llvm-11.0.1.src/tools/lld/unittests/MachOTests/
H A DMachONormalizedFileBinaryWriterTests.cpp496 PPC_RELOC_BR24, 2)); in TEST()
582 EXPECT_EQ(br24.type, PPC_RELOC_BR24); in TEST()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/lld/unittests/MachOTests/
H A DMachONormalizedFileBinaryWriterTests.cpp496 PPC_RELOC_BR24, 2)); in TEST()
582 EXPECT_EQ(br24.type, PPC_RELOC_BR24); in TEST()
/dports/devel/llvm90/llvm-9.0.1.src/tools/lld/unittests/MachOTests/
H A DMachONormalizedFileBinaryWriterTests.cpp496 PPC_RELOC_BR24, 2)); in TEST()
582 EXPECT_EQ(br24.type, PPC_RELOC_BR24); in TEST()
/dports/devel/llvm12/llvm-project-12.0.1.src/lld/unittests/MachOTests/
H A DMachONormalizedFileBinaryWriterTests.cpp496 PPC_RELOC_BR24, 2)); in TEST()
582 EXPECT_EQ(br24.type, PPC_RELOC_BR24); in TEST()
/dports/devel/llvm10/llvm-10.0.1.src/tools/lld/unittests/MachOTests/
H A DMachONormalizedFileBinaryWriterTests.cpp496 PPC_RELOC_BR24, 2)); in TEST()
582 EXPECT_EQ(br24.type, PPC_RELOC_BR24); in TEST()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/lld/unittests/MachOTests/
H A DMachONormalizedFileBinaryWriterTests.cpp496 PPC_RELOC_BR24, 2)); in TEST()
582 EXPECT_EQ(br24.type, PPC_RELOC_BR24); in TEST()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/lld/unittests/MachOTests/
H A DMachONormalizedFileBinaryWriterTests.cpp496 PPC_RELOC_BR24, 2)); in TEST()
582 EXPECT_EQ(br24.type, PPC_RELOC_BR24); in TEST()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/lld/unittests/MachOTests/
H A DMachONormalizedFileBinaryWriterTests.cpp496 PPC_RELOC_BR24, 2)); in TEST()
582 EXPECT_EQ(br24.type, PPC_RELOC_BR24); in TEST()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/lld/unittests/MachOTests/
H A DMachONormalizedFileBinaryWriterTests.cpp496 PPC_RELOC_BR24, 2)); in TEST()
582 EXPECT_EQ(br24.type, PPC_RELOC_BR24); in TEST()
/dports/devel/llvm13/llvm-project-13.0.1.src/lld/unittests/MachOTests/
H A DMachONormalizedFileBinaryWriterTests.cpp496 PPC_RELOC_BR24, 2));
582 EXPECT_EQ(br24.type, PPC_RELOC_BR24);

1234567