Home
last modified time | relevance | path

Searched refs:stubSize (Results 1 – 25 of 125) sorted by relevance

12345

/dports/graphics/libglvnd/libglvnd-8f3c5b17a21e2222ab3e5fd38870b915815aca49/tests/dummy/
H A Dpatchentrypoints.c35 int stubSize, void *incrementPtr) in patch_x86_64() argument
50 if (stubSize < sizeof(tmpl)) { in patch_x86_64()
65 int stubSize, void *incrementPtr) in patch_x86() argument
79 if (stubSize < sizeof(tmpl)) { in patch_x86()
103 int stubSize, void *incrementPtr) in patch_armv7_thumb() argument
118 if (stubSize < sizeof(tmpl)) { in patch_armv7_thumb()
132 int stubSize, void *incrementPtr) in patch_aarch64() argument
152 if (stubSize < sizeof(tmpl)) { in patch_aarch64()
166 int stubSize, void *incrementPtr) in patch_ppc64() argument
189 if (stubSize < sizeof(tmpl)) { in patch_ppc64()
[all …]
H A Dpatchentrypoints.h37 GLboolean dummyCheckPatchSupported(int type, int stubSize);
39 GLboolean dummyPatchFunction(int type, int stubSize,
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.aot/share/classes/jdk.tools.jaotc/src/jdk/tools/jaotc/
H A DStubInformation.java28 private int stubSize; // the stub size field in StubInformation
44 this.stubSize = -1; in StubInformation()
60 public void setSize(int stubSize) { in setSize() argument
61 this.stubSize = stubSize; in setSize()
65 return stubSize; in getSize()
110 assert stubSize > 0 : "incorrect stubSize: " + stubSize; in verify()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.aot/share/classes/jdk.tools.jaotc/src/jdk/tools/jaotc/
H A DStubInformation.java30 private int stubSize; // the stub size field in StubInformation
49 this.stubSize = -1; in StubInformation()
65 public void setSize(int stubSize) { in setSize() argument
66 this.stubSize = stubSize; in setSize()
70 return stubSize; in getSize()
115 assert stubSize > 0 : "incorrect stubSize: " + stubSize; in verify()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.aot/share/classes/jdk.tools.jaotc/src/jdk/tools/jaotc/
H A DStubInformation.java28 private int stubSize; // the stub size field in StubInformation
44 this.stubSize = -1; in StubInformation()
60 public void setSize(int stubSize) { in setSize() argument
61 this.stubSize = stubSize; in setSize()
65 return stubSize; in getSize()
110 assert stubSize > 0 : "incorrect stubSize: " + stubSize; in verify()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/jdk.aot/share/classes/jdk.tools.jaotc/src/jdk/tools/jaotc/
H A DStubInformation.java30 private int stubSize; // the stub size field in StubInformation
49 this.stubSize = -1; in StubInformation()
65 public void setSize(int stubSize) { in setSize() argument
66 this.stubSize = stubSize; in setSize()
70 return stubSize; in getSize()
115 assert stubSize > 0 : "incorrect stubSize: " + stubSize; in verify()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.aot/share/classes/jdk.tools.jaotc/src/jdk/tools/jaotc/
H A DStubInformation.java30 private int stubSize; // the stub size field in StubInformation
49 this.stubSize = -1; in StubInformation()
65 public void setSize(int stubSize) { in setSize() argument
66 this.stubSize = stubSize; in setSize()
70 return stubSize; in getSize()
115 assert stubSize > 0 : "incorrect stubSize: " + stubSize; in verify()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.aot/share/classes/jdk.tools.jaotc/src/jdk/tools/jaotc/
H A DStubInformation.java30 private int stubSize; // the stub size field in StubInformation
49 this.stubSize = -1; in StubInformation()
65 public void setSize(int stubSize) { in setSize() argument
66 this.stubSize = stubSize; in setSize()
70 return stubSize; in getSize()
115 assert stubSize > 0 : "incorrect stubSize: " + stubSize; in verify()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/jdk.aot/share/classes/jdk.tools.jaotc/src/jdk/tools/jaotc/
H A DStubInformation.java30 private int stubSize; // the stub size field in StubInformation
49 this.stubSize = -1; in StubInformation()
65 public void setSize(int stubSize) { in setSize() argument
66 this.stubSize = stubSize; in setSize()
70 return stubSize; in getSize()
115 assert stubSize > 0 : "incorrect stubSize: " + stubSize; in verify()
/dports/graphics/libglvnd/libglvnd-8f3c5b17a21e2222ab3e5fd38870b915815aca49/tests/
H A Dtestgldispatch.c74 static GLboolean common_InitiatePatch(int type, int stubSize,
80 static GLboolean dummy0_InitiatePatch(int type, int stubSize,
86 static GLboolean dummy1_InitiatePatch(int type, int stubSize,
415 static GLboolean common_InitiatePatch(int type, int stubSize, in common_InitiatePatch() argument
418 if (!dummyPatchFunction(type, stubSize, lookupStubOffset, "Vertex3fv", in common_InitiatePatch()
424 if (!dummyPatchFunction(type, stubSize, lookupStubOffset, GENERATED_FUNCTION_NAME, in common_InitiatePatch()
432 static GLboolean dummy0_InitiatePatch(int type, int stubSize, in dummy0_InitiatePatch() argument
435 return common_InitiatePatch(type, stubSize, lookupStubOffset, 0); in dummy0_InitiatePatch()
438 static GLboolean dummy1_InitiatePatch(int type, int stubSize, in dummy1_InitiatePatch() argument
441 return common_InitiatePatch(type, stubSize, lookupStubOffset, 1); in dummy1_InitiatePatch()
/dports/graphics/libglvnd/libglvnd-8f3c5b17a21e2222ab3e5fd38870b915815aca49/src/GLdispatch/
H A DGLdispatch.h148 GLboolean (* isPatchSupported)(int type, int stubSize);
177 int stubSize,
/dports/graphics/libglvnd/libglvnd-8f3c5b17a21e2222ab3e5fd38870b915815aca49/include/glvnd/
H A Dlibeglabi.h333 GLboolean (* isPatchSupported)(int type, int stubSize);
362 int stubSize,
H A Dlibglxabi.h327 GLboolean (* isPatchSupported)(int type, int stubSize);
356 int stubSize,
/dports/lang/ghc/ghc-8.10.7/rts/linker/macho/
H A Dplt.h25 #define STUB_SIZE ADD_SUFFIX(stubSize)
/dports/lang/ghc/ghc-8.10.7/rts/linker/
H A Delf_plt.h34 #define STUB_SIZE ADD_SUFFIX(stubSize)
/dports/devel/llvm11/llvm-11.0.1.src/tools/lld/MachO/
H A DTarget.h63 size_t stubSize; variable
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/lld/MachO/
H A DTarget.h63 size_t stubSize; variable
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/lld/MachO/
H A DTarget.h65 size_t stubSize; variable
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/lld/MachO/
H A DTarget.h67 size_t stubSize; variable
/dports/devel/llvm12/llvm-project-12.0.1.src/lld/MachO/
H A DTarget.h67 size_t stubSize; variable
/dports/archivers/maxcso/maxcso-1.10.0/7zip/CPP/7zip/Archive/Zip/
H A DZipHandler.cpp215 UInt64 stubSize = m_Archive.GetEmbeddedStubSize(); in GetArchiveProperty() local
216 if (stubSize != 0) in GetArchiveProperty()
217 prop = stubSize; in GetArchiveProperty()
294 UInt64 stubSize = m_Archive.GetEmbeddedStubSize(); in GetArchiveProperty() local
295 if (stubSize < (UInt64)-m_Archive.ArcInfo.Base) in GetArchiveProperty()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/lld/lib/ReaderWriter/MachO/
H A DStubsPass.cpp123 return _stubInfo.stubSize; in size()
131 return llvm::makeArrayRef(_stubInfo.stubBytes, _stubInfo.stubSize); in rawContent()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/lld/lib/ReaderWriter/MachO/
H A DStubsPass.cpp123 return _stubInfo.stubSize; in size()
131 return llvm::makeArrayRef(_stubInfo.stubBytes, _stubInfo.stubSize); in rawContent()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/lld/lib/ReaderWriter/MachO/
H A DStubsPass.cpp123 return _stubInfo.stubSize; in size()
131 return llvm::makeArrayRef(_stubInfo.stubBytes, _stubInfo.stubSize); in rawContent()
/dports/devel/llvm11/llvm-11.0.1.src/tools/lld/lib/ReaderWriter/MachO/
H A DStubsPass.cpp123 return _stubInfo.stubSize; in size()
131 return llvm::makeArrayRef(_stubInfo.stubBytes, _stubInfo.stubSize); in rawContent()

12345