Home
last modified time | relevance | path

Searched refs:stubs (Results 1 – 19 of 19) sorted by relevance

/linux-4.4.14/arch/powerpc/kernel/
Dmodule_64.c453 struct ppc64_stub_entry *stubs; in stub_for_addr() local
456 num_stubs = sechdrs[me->arch.stubs_section].sh_size / sizeof(*stubs); in stub_for_addr()
459 stubs = (void *)sechdrs[me->arch.stubs_section].sh_addr; in stub_for_addr()
460 for (i = 0; stub_func_addr(stubs[i].funcdata); i++) { in stub_for_addr()
463 if (stub_func_addr(stubs[i].funcdata) == func_addr(addr)) in stub_for_addr()
464 return (unsigned long)&stubs[i]; in stub_for_addr()
467 if (!create_stub(sechdrs, &stubs[i], addr, me)) in stub_for_addr()
470 return (unsigned long)&stubs[i]; in stub_for_addr()
/linux-4.4.14/scripts/
D.check-lc_ctype.cmd11 /usr/include/i386-linux-gnu/gnu/stubs.h \
12 /usr/include/i386-linux-gnu/gnu/stubs-32.h \
D.docproc.cmd11 /usr/include/i386-linux-gnu/gnu/stubs.h \
12 /usr/include/i386-linux-gnu/gnu/stubs-32.h \
/linux-4.4.14/arch/arm/kernel/
Dvmlinux.lds.S175 .stubs 0x1000 : AT(__stubs_start) {
176 *(.stubs)
178 . = __stubs_start + SIZEOF(.stubs);
Dentry-armv.S1066 .section .stubs, "ax", %progbits
/linux-4.4.14/arch/avr32/kernel/
DMakefile8 obj-y += syscall_table.o syscall-stubs.o irq.o
/linux-4.4.14/scripts/kconfig/
D.conf.o.cmd15 /usr/include/i386-linux-gnu/gnu/stubs.h \
16 /usr/include/i386-linux-gnu/gnu/stubs-32.h \
D.zconf.tab.o.cmd11 /usr/include/i386-linux-gnu/gnu/stubs.h \
12 /usr/include/i386-linux-gnu/gnu/stubs-32.h \
/linux-4.4.14/scripts/basic/
D.fixdep.cmd16 /usr/include/i386-linux-gnu/gnu/stubs.h \
17 /usr/include/i386-linux-gnu/gnu/stubs-32.h \
/linux-4.4.14/Documentation/s390/
DDASD21 The driver currently supports ECKD-devices and there are stubs for
/linux-4.4.14/lib/
DKconfig.kgdb37 intended to for the development of new kgdb stubs
DKconfig.debug1804 the interpreter code. It also enables test stubs for eBPF maps and
/linux-4.4.14/Documentation/
Dgdb-kernel-debugging.txt10 be transferred to the other gdb stubs as well.
/linux-4.4.14/sound/core/
DKconfig101 those stubs used pcm timer (e.g. dmix, dsnoop & co) may work
/linux-4.4.14/Documentation/networking/
Dphy.txt329 Or using one of the two stubs, phy_register_fixup_for_uid() and
337 The stubs set one of the two matching criteria, and set the other one to
/linux-4.4.14/arch/m68k/ifpsp060/src/
Disp.S34 # Also, subroutine stubs exist in this file (_isp_done for
Dpfpsp.S34 # Also, subroutine stubs exist in this file (_fpsp_done for
Dfpsp.S35 # Also, subroutine stubs exist in this file (_fpsp_done for
/linux-4.4.14/Documentation/gpio/
Dgpio-legacy.txt78 GPIO calls are available, either as "real code" or as optimized-away stubs,