Searched refs:stubs (Results 1 - 10 of 10) sorted by relevance

/linux-master/arch/arm/include/asm/
H A Dvmlinux.lds.h121 * The vectors and stubs are relocatable code, and the
145 .stubs ADDR(.vectors) + 0x1000 : AT(__stubs_lma) { \
146 *(.stubs) \
148 ARM_LMA(__stubs, .stubs); \
149 . = __stubs_lma + SIZEOF(.stubs); \
/linux-master/tools/testing/selftests/powerpc/copyloops/
H A DMakefile19 EXTRA_SOURCES := validate.c ../harness.c stubs.S
55 copy_tofrom_user_reference.S stubs.S
/linux-master/net/dsa/
H A DMakefile3 # the stubs are built-in whenever DSA is built-in or module
5 obj-y := stubs.o
/linux-master/kernel/time/
H A DMakefile9 obj-y += posix-stubs.o
/linux-master/arch/powerpc/kernel/
H A Dmodule_64.c111 /* Used by ftrace to identify stubs */
171 /* Only count r_type relocs, others don't need stubs */
253 pr_debug("Looks like a total of %lu stubs, max\n", relocs);
410 /* Find .toc and .stubs sections, symtab and strtab */
412 if (strcmp(secstrings + sechdrs[i].sh_name, ".stubs") == 0)
441 pr_err("%s: doesn't contain .stubs.\n", me->name);
454 /* If we don't have a .toc, just use .stubs. We need to set r2
462 /* Override the stubs size */
672 struct ppc64_stub_entry *stubs; local
675 num_stubs = sechdrs[me->arch.stubs_section].sh_size / sizeof(*stubs);
[all...]
/linux-master/drivers/net/phy/
H A DMakefile17 # the stubs are built-in whenever PHYLIB is built-in or module
18 obj-y += stubs.o
/linux-master/arch/arm/kernel/
H A Dentry-armv.S835 * Vector stubs.
916 .section .stubs, "ax", %progbits
/linux-master/arch/m68k/ifpsp060/src/
H A Disp.S34 # Also, subroutine stubs exist in this file (_isp_done for
H A Dpfpsp.S34 # Also, subroutine stubs exist in this file (_fpsp_done for
H A Dfpsp.S35 # Also, subroutine stubs exist in this file (_fpsp_done for

Completed in 233 milliseconds