Home
last modified time | relevance | path

Searched refs:Thunk (Results 51 – 75 of 2125) sorted by relevance

12345678910>>...85

/dports/emulators/qemu5/qemu-5.2.0/roms/edk2/EmulatorPkg/Library/PeiEmuPeCoffExtraActionLib/
H A DPeiEmuPeCoffExtraActionLib.c54 EMU_MAGIC_PAGE()->Thunk = (EMU_THUNK_PROTOCOL *) ThunkPpi->Thunk (); in EmuPeCoffGetThunkStucture()
74 if (EMU_MAGIC_PAGE()->Thunk == NULL) { in PeCoffLoaderRelocateImageExtraAction()
77 EMU_MAGIC_PAGE()->Thunk->PeCoffRelocateImageExtraAction (ImageContext); in PeCoffLoaderRelocateImageExtraAction()
97 if (EMU_MAGIC_PAGE()->Thunk == NULL) { in PeCoffLoaderUnloadImageExtraAction()
100 EMU_MAGIC_PAGE()->Thunk->PeCoffUnloadImageExtraAction (ImageContext); in PeCoffLoaderUnloadImageExtraAction()
/dports/emulators/qemu-utils/qemu-4.2.1/roms/edk2/EmulatorPkg/Library/PeiEmuPeCoffExtraActionLib/
H A DPeiEmuPeCoffExtraActionLib.c54 EMU_MAGIC_PAGE()->Thunk = (EMU_THUNK_PROTOCOL *) ThunkPpi->Thunk (); in EmuPeCoffGetThunkStucture()
74 if (EMU_MAGIC_PAGE()->Thunk == NULL) { in PeCoffLoaderRelocateImageExtraAction()
77 EMU_MAGIC_PAGE()->Thunk->PeCoffRelocateImageExtraAction (ImageContext); in PeCoffLoaderRelocateImageExtraAction()
97 if (EMU_MAGIC_PAGE()->Thunk == NULL) { in PeCoffLoaderUnloadImageExtraAction()
100 EMU_MAGIC_PAGE()->Thunk->PeCoffUnloadImageExtraAction (ImageContext); in PeCoffLoaderUnloadImageExtraAction()
/dports/sysutils/uefi-edk2-qemu/edk2-edk2-stable201911/EmulatorPkg/Library/PeiEmuPeCoffExtraActionLib/
H A DPeiEmuPeCoffExtraActionLib.c54 EMU_MAGIC_PAGE()->Thunk = (EMU_THUNK_PROTOCOL *) ThunkPpi->Thunk (); in EmuPeCoffGetThunkStucture()
74 if (EMU_MAGIC_PAGE()->Thunk == NULL) { in PeCoffLoaderRelocateImageExtraAction()
77 EMU_MAGIC_PAGE()->Thunk->PeCoffRelocateImageExtraAction (ImageContext); in PeCoffLoaderRelocateImageExtraAction()
97 if (EMU_MAGIC_PAGE()->Thunk == NULL) { in PeCoffLoaderUnloadImageExtraAction()
100 EMU_MAGIC_PAGE()->Thunk->PeCoffUnloadImageExtraAction (ImageContext); in PeCoffLoaderUnloadImageExtraAction()
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/EmulatorPkg/Library/PeiEmuPeCoffExtraActionLib/
H A DPeiEmuPeCoffExtraActionLib.c60 EMU_MAGIC_PAGE()->Thunk = (EMU_THUNK_PROTOCOL *) ThunkPpi->Thunk (); in EmuPeCoffGetThunkStucture()
80 if (EMU_MAGIC_PAGE()->Thunk == NULL) { in PeCoffLoaderRelocateImageExtraAction()
83 EMU_MAGIC_PAGE()->Thunk->PeCoffRelocateImageExtraAction (ImageContext); in PeCoffLoaderRelocateImageExtraAction()
103 if (EMU_MAGIC_PAGE()->Thunk == NULL) { in PeCoffLoaderUnloadImageExtraAction()
106 EMU_MAGIC_PAGE()->Thunk->PeCoffUnloadImageExtraAction (ImageContext); in PeCoffLoaderUnloadImageExtraAction()
/dports/sysutils/uefi-edk2-bhyve/edk2-edk2-stable202102/EmulatorPkg/Library/PeiEmuPeCoffExtraActionLib/
H A DPeiEmuPeCoffExtraActionLib.c54 EMU_MAGIC_PAGE()->Thunk = (EMU_THUNK_PROTOCOL *) ThunkPpi->Thunk (); in EmuPeCoffGetThunkStucture()
74 if (EMU_MAGIC_PAGE()->Thunk == NULL) { in PeCoffLoaderRelocateImageExtraAction()
77 EMU_MAGIC_PAGE()->Thunk->PeCoffRelocateImageExtraAction (ImageContext); in PeCoffLoaderRelocateImageExtraAction()
97 if (EMU_MAGIC_PAGE()->Thunk == NULL) { in PeCoffLoaderUnloadImageExtraAction()
100 EMU_MAGIC_PAGE()->Thunk->PeCoffUnloadImageExtraAction (ImageContext); in PeCoffLoaderUnloadImageExtraAction()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/edk2/EmulatorPkg/Library/PeiEmuPeCoffExtraActionLib/
H A DPeiEmuPeCoffExtraActionLib.c54 EMU_MAGIC_PAGE()->Thunk = (EMU_THUNK_PROTOCOL *) ThunkPpi->Thunk (); in EmuPeCoffGetThunkStucture()
74 if (EMU_MAGIC_PAGE()->Thunk == NULL) { in PeCoffLoaderRelocateImageExtraAction()
77 EMU_MAGIC_PAGE()->Thunk->PeCoffRelocateImageExtraAction (ImageContext); in PeCoffLoaderRelocateImageExtraAction()
97 if (EMU_MAGIC_PAGE()->Thunk == NULL) { in PeCoffLoaderUnloadImageExtraAction()
100 EMU_MAGIC_PAGE()->Thunk->PeCoffUnloadImageExtraAction (ImageContext); in PeCoffLoaderUnloadImageExtraAction()
/dports/sysutils/edk2/edk2-edk2-stable202102/EmulatorPkg/Library/PeiEmuPeCoffExtraActionLib/
H A DPeiEmuPeCoffExtraActionLib.c54 EMU_MAGIC_PAGE()->Thunk = (EMU_THUNK_PROTOCOL *) ThunkPpi->Thunk ();
74 if (EMU_MAGIC_PAGE()->Thunk == NULL) {
77 EMU_MAGIC_PAGE()->Thunk->PeCoffRelocateImageExtraAction (ImageContext);
97 if (EMU_MAGIC_PAGE()->Thunk == NULL) {
100 EMU_MAGIC_PAGE()->Thunk->PeCoffUnloadImageExtraAction (ImageContext);
/dports/sysutils/sensu-go/sensu-go-5.11.1/vendor/github.com/graph-gophers/dataloader/
H A DREADME.md47 - loader.Load(key string) Thunk
70 - Get(string) (Thunk, bool)
71 + Get(context.Context, string) (Thunk, bool)
72 - Set(string, Thunk)
73 + Set(context.Context, string, Thunk)
96 - Get(context.Context, string) (Thunk, bool)
98 - Set(context.Context, string, Thunk)
99 + Set(context.Context, interface{}, Thunk)
123 + Get(context.Context, Key) (Thunk, bool)
124 - Set(context.Context, interface{}, Thunk)
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/base/glib/
H A Dglib_signal.h24 static RETURN METHOD##Thunk(SENDER sender, gpointer userdata) { \
31 static RETURN METHOD##Thunk(SENDER sender, ARG1 one, gpointer userdata) { \
38 static RETURN METHOD##Thunk(SENDER sender, ARG1 one, ARG2 two, \
46 static RETURN METHOD##Thunk(SENDER sender, ARG1 one, ARG2 two, ARG3 three, \
56 static RETURN METHOD##Thunk(SENDER sender, ARG1 one, ARG2 two, ARG3 three, \
66 static RETURN METHOD##Thunk(SENDER sender, ARG1 one, ARG2 two, ARG3 three, \
76 static RETURN METHOD##Thunk(SENDER sender, ARG1 one, ARG2 two, ARG3 three, \
86 static RETURN METHOD##Thunk(SENDER sender, gpointer userdata) { \
93 static RETURN METHOD##Thunk(SENDER sender, ARG1 one, gpointer userdata) { \
100 static RETURN METHOD##Thunk(SENDER sender, ARG1 one, ARG2 two, \
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/base/glib/
H A Dglib_signal.h24 static RETURN METHOD##Thunk(SENDER sender, gpointer userdata) { \
31 static RETURN METHOD##Thunk(SENDER sender, ARG1 one, gpointer userdata) { \
38 static RETURN METHOD##Thunk(SENDER sender, ARG1 one, ARG2 two, \
46 static RETURN METHOD##Thunk(SENDER sender, ARG1 one, ARG2 two, ARG3 three, \
56 static RETURN METHOD##Thunk(SENDER sender, ARG1 one, ARG2 two, ARG3 three, \
66 static RETURN METHOD##Thunk(SENDER sender, ARG1 one, ARG2 two, ARG3 three, \
76 static RETURN METHOD##Thunk(SENDER sender, ARG1 one, ARG2 two, ARG3 three, \
86 static RETURN METHOD##Thunk(SENDER sender, gpointer userdata) { \
93 static RETURN METHOD##Thunk(SENDER sender, ARG1 one, gpointer userdata) { \
100 static RETURN METHOD##Thunk(SENDER sender, ARG1 one, ARG2 two, \
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corert/src/ILCompiler.Compiler/src/Compiler/
H A DDelegateCreationInfo.cs144 public IMethodNode Thunk property in ILCompiler.DelegateCreationInfo
154 Thunk = thunk; in DelegateCreationInfo()
295 if (Thunk != null) in AppendMangledName()
298 Thunk.AppendMangledName(nameMangler, sb); in AppendMangledName()
309 && Thunk == other.Thunk; in Equals()
332 if (Thunk == other.Thunk) in CompareTo()
335 if (Thunk == null) in CompareTo()
338 if (other.Thunk == null) in CompareTo()
341 return comparer.Compare(Thunk.Method, other.Thunk.Method); in CompareTo()
/dports/devel/llvm90/llvm-9.0.1.src/tools/lld/ELF/
H A DThunks.cpp58 class AArch64ADRPThunk final : public Thunk {
74 class ARMThunk : public Thunk {
76 ARMThunk(Symbol &dest) : Thunk(dest) {} in ARMThunk()
104 class ThumbThunk : public Thunk {
210 class MipsThunk final : public Thunk {
212 MipsThunk(Symbol &dest) : Thunk(dest) {} in MipsThunk()
221 class MicroMipsThunk final : public Thunk {
285 class PPC64LongBranchThunk : public Thunk {
327 void Thunk::setOffset(uint64_t newOffset) { in setOffset()
798 Thunk::Thunk(Symbol &d) : destination(d), offset(0) {} in Thunk() function in lld::elf::Thunk
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/lld/ELF/
H A DThunks.cpp57 class AArch64ADRPThunk final : public Thunk {
73 class ARMThunk : public Thunk {
103 class ThumbThunk : public Thunk {
214 class MipsThunk final : public Thunk {
225 class MicroMipsThunk final : public Thunk {
263 class PPC32LongThunk final : public Thunk {
367 class PPC64LongBranchThunk : public Thunk {
410 : Thunk(dest, addend) { in PPC64PCRelLongBranchThunk()
429 void Thunk::setOffset(uint64_t newOffset) { in setOffset()
1100 Thunk::Thunk(Symbol &d, int64_t a) : destination(d), addend(a), offset(0) {} in Thunk() function in Thunk
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/lld/ELF/
H A DThunks.cpp57 class AArch64ADRPThunk final : public Thunk {
73 class ARMThunk : public Thunk {
103 class ThumbThunk : public Thunk {
214 class MipsThunk final : public Thunk {
225 class MicroMipsThunk final : public Thunk {
263 class PPC32LongThunk final : public Thunk {
367 class PPC64LongBranchThunk : public Thunk {
410 : Thunk(dest, addend) { in PPC64PCRelLongBranchThunk()
429 void Thunk::setOffset(uint64_t newOffset) { in setOffset()
1100 Thunk::Thunk(Symbol &d, int64_t a) : destination(d), addend(a), offset(0) {} in Thunk() function in Thunk
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/lld/ELF/
H A DThunks.cpp57 class AArch64ADRPThunk final : public Thunk {
73 class ARMThunk : public Thunk {
103 class ThumbThunk : public Thunk {
214 class MipsThunk final : public Thunk {
225 class MicroMipsThunk final : public Thunk {
263 class PPC32LongThunk final : public Thunk {
367 class PPC64LongBranchThunk : public Thunk {
410 : Thunk(dest, addend) { in PPC64PCRelLongBranchThunk()
429 void Thunk::setOffset(uint64_t newOffset) { in setOffset()
1100 Thunk::Thunk(Symbol &d, int64_t a) : destination(d), addend(a), offset(0) {} in Thunk() function in Thunk
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/lld/ELF/
H A DThunks.cpp57 class AArch64ADRPThunk final : public Thunk {
73 class ARMThunk : public Thunk {
103 class ThumbThunk : public Thunk {
214 class MipsThunk final : public Thunk {
225 class MicroMipsThunk final : public Thunk {
263 class PPC32LongThunk final : public Thunk {
367 class PPC64LongBranchThunk : public Thunk {
410 : Thunk(dest, addend) { in PPC64PCRelLongBranchThunk()
429 void Thunk::setOffset(uint64_t newOffset) { in setOffset()
1100 Thunk::Thunk(Symbol &d, int64_t a) : destination(d), addend(a), offset(0) {} in Thunk() function in Thunk
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/lld/ELF/
H A DThunks.cpp57 class AArch64ADRPThunk final : public Thunk {
73 class ARMThunk : public Thunk {
103 class ThumbThunk : public Thunk {
214 class MipsThunk final : public Thunk {
225 class MicroMipsThunk final : public Thunk {
263 class PPC32LongThunk final : public Thunk {
367 class PPC64LongBranchThunk : public Thunk {
410 : Thunk(dest, addend) { in PPC64PCRelLongBranchThunk()
429 void Thunk::setOffset(uint64_t newOffset) { in setOffset()
1100 Thunk::Thunk(Symbol &d, int64_t a) : destination(d), addend(a), offset(0) {} in Thunk() function in Thunk
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/lld/ELF/
H A DThunks.cpp58 class AArch64ADRPThunk final : public Thunk {
74 class ARMThunk : public Thunk {
76 ARMThunk(Symbol &dest) : Thunk(dest, 0) {} in ARMThunk()
104 class ThumbThunk : public Thunk {
210 class MipsThunk final : public Thunk {
221 class MicroMipsThunk final : public Thunk {
259 class PPC32LongThunk final : public Thunk {
291 class PPC64LongBranchThunk : public Thunk {
333 void Thunk::setOffset(uint64_t newOffset) { in setOffset()
837 Thunk::Thunk(Symbol &d, int64_t a) : destination(d), addend(a), offset(0) {} in Thunk() function in lld::elf::Thunk
[all …]
/dports/devel/llvm10/llvm-10.0.1.src/tools/lld/ELF/
H A DThunks.cpp58 class AArch64ADRPThunk final : public Thunk {
74 class ARMThunk : public Thunk {
76 ARMThunk(Symbol &dest) : Thunk(dest, 0) {} in ARMThunk()
104 class ThumbThunk : public Thunk {
210 class MipsThunk final : public Thunk {
221 class MicroMipsThunk final : public Thunk {
259 class PPC32LongThunk final : public Thunk {
291 class PPC64LongBranchThunk : public Thunk {
333 void Thunk::setOffset(uint64_t newOffset) { in setOffset()
837 Thunk::Thunk(Symbol &d, int64_t a) : destination(d), addend(a), offset(0) {} in Thunk() function in lld::elf::Thunk
[all …]
/dports/devel/llvm80/llvm-8.0.1.src/tools/lld/ELF/
H A DThunks.cpp59 class AArch64ADRPThunk final : public Thunk {
75 class ARMThunk : public Thunk {
77 ARMThunk(Symbol &Dest) : Thunk(Dest) {} in ARMThunk()
104 class ThumbThunk : public Thunk {
207 class MipsThunk final : public Thunk {
209 MipsThunk(Symbol &Dest) : Thunk(Dest) {} in MipsThunk()
218 class MicroMipsThunk final : public Thunk {
264 class PPC64LongBranchThunk : public Thunk {
305 void Thunk::setOffset(uint64_t NewOffset) { in setOffset()
718 Thunk::Thunk(Symbol &D) : Destination(D), Offset(0) {} in Thunk() function in lld::elf::Thunk
[all …]
/dports/devel/llvm11/llvm-11.0.1.src/tools/lld/ELF/
H A DThunks.cpp57 class AArch64ADRPThunk final : public Thunk {
73 class ARMThunk : public Thunk {
75 ARMThunk(Symbol &dest) : Thunk(dest, 0) {} in ARMThunk()
103 class ThumbThunk : public Thunk {
209 class MipsThunk final : public Thunk {
220 class MicroMipsThunk final : public Thunk {
258 class PPC32LongThunk final : public Thunk {
304 class PPC64LongBranchThunk : public Thunk {
346 void Thunk::setOffset(uint64_t newOffset) { in setOffset()
865 Thunk::Thunk(Symbol &d, int64_t a) : destination(d), addend(a), offset(0) {} in Thunk() function in Thunk
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/lld/ELF/
H A DThunks.cpp57 class AArch64ADRPThunk final : public Thunk {
73 class ARMThunk : public Thunk {
75 ARMThunk(Symbol &dest) : Thunk(dest, 0) {} in ARMThunk()
103 class ThumbThunk : public Thunk {
209 class MipsThunk final : public Thunk {
220 class MicroMipsThunk final : public Thunk {
258 class PPC32LongThunk final : public Thunk {
304 class PPC64LongBranchThunk : public Thunk {
346 void Thunk::setOffset(uint64_t newOffset) { in setOffset()
865 Thunk::Thunk(Symbol &d, int64_t a) : destination(d), addend(a), offset(0) {} in Thunk() function in Thunk
[all …]
/dports/math/suitesparse-klu/SuiteSparse-5.10.1/GraphBLAS/Test/
H A DGB_mex_offdiag.c18 GxB_Scalar_free_(&Thunk) ; \
36 GxB_Scalar Thunk = NULL ; in mexFunction() local
74 GxB_Scalar_new (&Thunk, GrB_INT64) ; in mexFunction()
75 GxB_Scalar_setElement_INT64_(Thunk, k) ; in mexFunction()
76 GxB_Scalar_wait (&Thunk) ; in mexFunction()
79 METHOD (GxB_Matrix_select_(C, NULL, NULL, GxB_OFFDIAG, A, Thunk, NULL)) ; in mexFunction()
H A DGB_mex_tril.c18 GxB_Scalar_free_(&Thunk) ; \
35 GxB_Scalar Thunk = NULL ; in mexFunction() local
70 GxB_Scalar_new (&Thunk, GrB_INT64) ; in mexFunction()
71 GxB_Scalar_setElement_INT64_(Thunk, k) ; in mexFunction()
72 GxB_Scalar_wait_(&Thunk) ; in mexFunction()
75 METHOD (GxB_Matrix_select_(C, NULL, NULL, GxB_TRIL, A, Thunk, NULL)) ; in mexFunction()
H A DGB_mex_triu.c18 GxB_Scalar_free_(&Thunk) ; \
35 GxB_Scalar Thunk = NULL ; in mexFunction() local
70 GxB_Scalar_new (&Thunk, GrB_INT64) ; in mexFunction()
71 GxB_Scalar_setElement_INT64_(Thunk, k) ; in mexFunction()
72 GxB_Scalar_wait_(&Thunk) ; in mexFunction()
75 METHOD (GxB_Matrix_select_(C, NULL, NULL, GxB_TRIU, A, Thunk, NULL)) ; in mexFunction()

12345678910>>...85