Home
last modified time | relevance | path

Searched defs:relocType (Results 1 – 25 of 78) sorted by relevance

1234

/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.aot/share/classes/jdk.tools.jaotc.binformat/src/jdk/tools/jaotc/binformat/elf/
H A DAMD64JELFRelocObject.java58 RelocType relocType = reloc.getType(); in createRelocation() local
99 private int getELFRelocationType(RelocType relocType) { in getELFRelocationType()
H A DAArch64JELFRelocObject.java59 RelocType relocType = reloc.getType(); in createRelocation() local
106 int getELFRelocationType(RelocType relocType) { in getELFRelocationType()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.aot/share/classes/jdk.tools.jaotc.binformat/src/jdk/tools/jaotc/binformat/elf/
H A DAArch64JELFRelocObject.java44 RelocType relocType = reloc.getType(); in createRelocation() local
91 int getELFRelocationType(RelocType relocType) { in getELFRelocationType()
H A DAMD64JELFRelocObject.java43 RelocType relocType = reloc.getType(); in createRelocation() local
84 private static int getELFRelocationType(RelocType relocType) { in getELFRelocationType()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.aot/share/classes/jdk.tools.jaotc.binformat/src/jdk/tools/jaotc/binformat/elf/
H A DAArch64JELFRelocObject.java59 RelocType relocType = reloc.getType(); in createRelocation() local
106 int getELFRelocationType(RelocType relocType) { in getELFRelocationType()
H A DAMD64JELFRelocObject.java58 RelocType relocType = reloc.getType(); in createRelocation() local
99 private int getELFRelocationType(RelocType relocType) { in getELFRelocationType()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/jdk.aot/share/classes/jdk.tools.jaotc.binformat/src/jdk/tools/jaotc/binformat/elf/
H A DAMD64JELFRelocObject.java43 RelocType relocType = reloc.getType(); in createRelocation() local
84 private static int getELFRelocationType(RelocType relocType) { in getELFRelocationType()
H A DAArch64JELFRelocObject.java44 RelocType relocType = reloc.getType(); in createRelocation() local
91 int getELFRelocationType(RelocType relocType) { in getELFRelocationType()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.aot/share/classes/jdk.tools.jaotc.binformat/src/jdk/tools/jaotc/binformat/elf/
H A DAMD64JELFRelocObject.java43 RelocType relocType = reloc.getType(); in createRelocation() local
84 private static int getELFRelocationType(RelocType relocType) { in getELFRelocationType()
H A DAArch64JELFRelocObject.java44 RelocType relocType = reloc.getType(); in createRelocation() local
91 int getELFRelocationType(RelocType relocType) { in getELFRelocationType()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/jdk.aot/share/classes/jdk.tools.jaotc.binformat/src/jdk/tools/jaotc/binformat/elf/
H A DAArch64JELFRelocObject.java44 RelocType relocType = reloc.getType(); in createRelocation() local
91 int getELFRelocationType(RelocType relocType) { in getELFRelocationType()
H A DAMD64JELFRelocObject.java43 RelocType relocType = reloc.getType(); in createRelocation() local
84 private static int getELFRelocationType(RelocType relocType) { in getELFRelocationType()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.aot/share/classes/jdk.tools.jaotc.binformat/src/jdk/tools/jaotc/binformat/elf/
H A DAArch64JELFRelocObject.java44 RelocType relocType = reloc.getType(); in createRelocation() local
91 int getELFRelocationType(RelocType relocType) { in getELFRelocationType()
H A DAMD64JELFRelocObject.java43 RelocType relocType = reloc.getType(); in createRelocation() local
84 private static int getELFRelocationType(RelocType relocType) { in getELFRelocationType()
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/visa/
H A DRelocationEntry.hpp22 RelocationType relocType; member in vISA::RelocationEntry
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/cmd/compile/internal/noder/
H A Dreloc.go35 relocType const
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/shared/source/device_binary_format/elf/
H A Delf_decoder.cpp134 auto relocType = extractRelocType<ElfRela<NumBits>>(*rela); in decodeRelocations() local
168 auto relocType = extractRelocType<ElfRel<NumBits>>(*reloc); in decodeRelocations() local
/dports/devel/llvm11/llvm-11.0.1.src/tools/lld/wasm/
H A DInputChunks.cpp24 StringRef relocTypeToString(uint8_t relocType) { in relocTypeToString()
35 bool relocIs64(uint8_t relocType) { in relocIs64()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/lld/wasm/
H A DInputChunks.cpp24 StringRef relocTypeToString(uint8_t relocType) { in relocTypeToString()
35 bool relocIs64(uint8_t relocType) { in relocIs64()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/lld/wasm/
H A DInputChunks.cpp24 StringRef relocTypeToString(uint8_t relocType) { in relocTypeToString()
35 bool relocIs64(uint8_t relocType) { in relocIs64()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/lld/wasm/
H A DInputChunks.h25 #include "lld/Common/ErrorHandler.h" in relocTypeToString()
26 #include "lld/Common/LLVM.h" in relocTypeToString()
36 class OutputSection; in relocTypeToString()
37 in relocTypeToString()
38 class InputChunk { in relocTypeToString()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.aot/share/classes/jdk.tools.jaotc.binformat/src/jdk/tools/jaotc/binformat/macho/
H A DJMachORelocObject.java351 RelocType relocType = reloc.getType(); in createRelocation() local
405 private static int getMachORelocationType(RelocType relocType) { in getMachORelocationType()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.aot/share/classes/jdk.tools.jaotc.binformat/src/jdk/tools/jaotc/binformat/pecoff/
H A DJPECoffRelocObject.java291 RelocType relocType = reloc.getType(); in createRelocation() local
336 private static int getPECoffRelocationType(RelocType relocType) { in getPECoffRelocationType()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.aot/share/classes/jdk.tools.jaotc.binformat/src/jdk/tools/jaotc/binformat/macho/
H A DJMachORelocObject.java349 RelocType relocType = reloc.getType(); in createRelocation() local
403 private static int getMachORelocationType(RelocType relocType) { in getMachORelocationType()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.aot/share/classes/jdk.tools.jaotc.binformat/src/jdk/tools/jaotc/binformat/pecoff/
H A DJPECoffRelocObject.java295 RelocType relocType = reloc.getType(); in createRelocation() local
340 private static int getPECoffRelocationType(RelocType relocType) { in getPECoffRelocationType()

1234