Searched refs:stubs (Results 1 – 19 of 19) sorted by relevance
/linux-4.4.14/arch/powerpc/kernel/ |
D | module_64.c | 453 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.cmd | 11 /usr/include/i386-linux-gnu/gnu/stubs.h \ 12 /usr/include/i386-linux-gnu/gnu/stubs-32.h \
|
D | .docproc.cmd | 11 /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/ |
D | vmlinux.lds.S | 175 .stubs 0x1000 : AT(__stubs_start) { 176 *(.stubs) 178 . = __stubs_start + SIZEOF(.stubs);
|
D | entry-armv.S | 1066 .section .stubs, "ax", %progbits
|
/linux-4.4.14/arch/avr32/kernel/ |
D | Makefile | 8 obj-y += syscall_table.o syscall-stubs.o irq.o
|
/linux-4.4.14/scripts/kconfig/ |
D | .conf.o.cmd | 15 /usr/include/i386-linux-gnu/gnu/stubs.h \ 16 /usr/include/i386-linux-gnu/gnu/stubs-32.h \
|
D | .zconf.tab.o.cmd | 11 /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.cmd | 16 /usr/include/i386-linux-gnu/gnu/stubs.h \ 17 /usr/include/i386-linux-gnu/gnu/stubs-32.h \
|
/linux-4.4.14/Documentation/s390/ |
D | DASD | 21 The driver currently supports ECKD-devices and there are stubs for
|
/linux-4.4.14/lib/ |
D | Kconfig.kgdb | 37 intended to for the development of new kgdb stubs
|
D | Kconfig.debug | 1804 the interpreter code. It also enables test stubs for eBPF maps and
|
/linux-4.4.14/Documentation/ |
D | gdb-kernel-debugging.txt | 10 be transferred to the other gdb stubs as well.
|
/linux-4.4.14/sound/core/ |
D | Kconfig | 101 those stubs used pcm timer (e.g. dmix, dsnoop & co) may work
|
/linux-4.4.14/Documentation/networking/ |
D | phy.txt | 329 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/ |
D | isp.S | 34 # Also, subroutine stubs exist in this file (_isp_done for
|
D | pfpsp.S | 34 # Also, subroutine stubs exist in this file (_fpsp_done for
|
D | fpsp.S | 35 # Also, subroutine stubs exist in this file (_fpsp_done for
|
/linux-4.4.14/Documentation/gpio/ |
D | gpio-legacy.txt | 78 GPIO calls are available, either as "real code" or as optimized-away stubs,
|