Home
last modified time | relevance | path

Searched refs:stub (Results 51 - 75 of 128) sorted by relevance

123456

/kernel/linux/linux-6.6/arch/powerpc/kernel/trace/
H A Dftrace_64_pg.c771 unsigned long stub = (unsigned long)(&ftrace_graph_stub); in ftrace_modify_ftrace_graph_caller() local
777 old = ftrace_call_replace(ip, enable ? stub : addr, 0); in ftrace_modify_ftrace_graph_caller()
778 new = ftrace_call_replace(ip, enable ? addr : stub, 0); in ftrace_modify_ftrace_graph_caller()
/third_party/python/Lib/test/
H A Dtest_pulldom.py262 def stub(self, *args, **kwargs): member in SAXExerciser
265 setProperty = stub
266 setFeature = stub
/kernel/linux/linux-5.10/arch/arm/kernel/
H A Dhyp-stub.S65 * Hypervisor stub installation functions.
92 * stub hypervisor on the remaining ones: because the saved boot mode
112 @ Now install the hypervisor stub:
/third_party/cups-filters/scripting/perl/
H A DCUPS.pm96 # Below is stub documentation for your module. You better edit it!
110 author of the extension was negligent enough to leave the stub
/third_party/icu/tools/scripts/cpysearch/
H A DCpy.pm103 cvsignore cnv res icu exe obj bin exp lib out plg jar spp stub policy ttf
/third_party/libunwind/libunwind/src/arm/
H A Dgetcontext.S32 @ This is a stub version of getcontext() for ARM which only stores core
/third_party/python/Modules/_ctypes/libffi_osx/powerpc/
H A Dppc-darwin_closure.S99 bl Lffi_closure_helper_DARWIN$stub
289 Lffi_closure_helper_DARWIN$stub:
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
H A Drandom.c455 u8 stub; in random_init() local
457 if (getrandom(&stub, 0, GRND_NONBLOCK) == 0 || in random_init()
/third_party/node/deps/brotli/c/enc/
H A Dbackward_references_hq.c43 ZopfliNode stub; in BrotliInitZopfliNodes() local
45 stub.length = 1; in BrotliInitZopfliNodes()
46 stub.distance = 0; in BrotliInitZopfliNodes()
47 stub.dcode_insert_length = 0; in BrotliInitZopfliNodes()
48 stub.u.cost = kInfinity; in BrotliInitZopfliNodes()
49 for (i = 0; i < length; ++i) array[i] = stub; in BrotliInitZopfliNodes()
/third_party/skia/third_party/externals/brotli/c/enc/
H A Dbackward_references_hq.c43 ZopfliNode stub; in BrotliInitZopfliNodes() local
45 stub.length = 1; in BrotliInitZopfliNodes()
46 stub.distance = 0; in BrotliInitZopfliNodes()
47 stub.dcode_insert_length = 0; in BrotliInitZopfliNodes()
48 stub.u.cost = kInfinity; in BrotliInitZopfliNodes()
49 for (i = 0; i < length; ++i) array[i] = stub; in BrotliInitZopfliNodes()
/kernel/linux/linux-6.6/arch/powerpc/kernel/
H A Dmodule_64.c27 a separate r2 value in the init and core section, and stub between
99 #define STUB_MAGIC 0x73747562 /* stub */
108 * with PCREL kernels that use prefix instructions in the stub.
123 * the kernel which may be further. So we jump to a stub.
456 other functions via a stub, or if a function pointer escapes in module_frob_arch_sections()
489 * For mprofile-kernel we use a special stub for ftrace_caller() because we
490 * can't rely on r2 containing this module's TOC when we enter the stub.
496 * To deal with that this stub uses the kernel toc, which is always accessible
507 pr_err("%s: Address of stub entry is not 8-byte aligned\n", me->name); in create_ftrace_stub()
538 /* Even though we don't use funcdata in the stub, i in create_ftrace_stub()
1056 struct ppc64_stub_entry *stub; module_trampoline_target() local
[all...]
/third_party/protobuf/python/
H A Dmox.py224 stub = self.CreateMock(attr_to_replace)
226 stub = self.CreateMockAnything()
228 self.stubs.Set(obj, attr_name, stub)
/kernel/linux/linux-5.10/arch/powerpc/kernel/vdso32/
H A Dvdso32.lds.S32 *(.text .stub .text.* .gnu.linkonce.t.* __ftr_alt_*)
/kernel/linux/linux-5.10/arch/s390/kernel/vdso64/
H A Dvdso64.lds.S30 *(.text .stub .text.* .gnu.linkonce.t.*)
/kernel/linux/linux-5.10/arch/powerpc/kernel/vdso64/
H A Dvdso64.lds.S32 *(.text .stub .text.* .gnu.linkonce.t.* __ftr_alt_*)
/kernel/linux/linux-6.6/arch/parisc/kernel/vdso64/
H A Dvdso64.lds.S28 *(.text .stub .text.* .gnu.linkonce.t.*)
/kernel/linux/linux-6.6/arch/arm/kernel/
H A Dhyp-stub.S67 * Hypervisor stub installation functions.
94 * stub hypervisor on the remaining ones: because the saved boot mode
114 @ Now install the hypervisor stub:
/kernel/linux/linux-6.6/arch/powerpc/kernel/vdso/
H A Dvdso32.lds.S34 *(.text .stub .text.* .gnu.linkonce.t.* __ftr_alt_*)
H A Dvdso64.lds.S34 *(.text .stub .text.* .gnu.linkonce.t.* __ftr_alt_*)
/kernel/linux/linux-6.6/arch/parisc/kernel/vdso32/
H A Dvdso32.lds.S29 *(.text .stub .text.* .gnu.linkonce.t.*)
/kernel/linux/linux-6.6/arch/s390/kernel/vdso32/
H A Dvdso32.lds.S34 *(.text .stub .text.* .gnu.linkonce.t.*)
/kernel/linux/linux-6.6/arch/s390/kernel/vdso64/
H A Dvdso64.lds.S34 *(.text .stub .text.* .gnu.linkonce.t.*)
/kernel/linux/linux-5.10/drivers/xen/
H A DMakefile29 obj-$(CONFIG_XEN_STUB) += xen-stub.o
/kernel/linux/linux-5.10/arch/um/os-Linux/skas/
H A Dmem.c19 #include <sysdep/stub.h>
67 panic("Failed to continue stub, pid = %d, errno = %d\n", pid, in do_syscall_stub()
73 * When the stub stops, we find the following values on the in do_syscall_stub()
/kernel/linux/linux-5.10/arch/arm/boot/compressed/
H A Defi-header.S20 @ is accepted as an EFI binary. Booting via the UEFI stub

Completed in 13 milliseconds

123456