Searched refs:stubs (Results 1 - 17 of 17) sorted by relevance
/kernel/linux/linux-5.10/arch/arm/include/asm/ |
H A D | vmlinux.lds.h | 127 * The vectors and stubs are relocatable code, and the 151 .stubs ADDR(.vectors) + 0x1000 : AT(__stubs_lma) { \ 152 *(.stubs) \ 154 ARM_LMA(__stubs, .stubs); \ 155 . = __stubs_lma + SIZEOF(.stubs);
|
/kernel/linux/linux-6.6/arch/arm/include/asm/ |
H A D | vmlinux.lds.h | 121 * 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); \
|
/kernel/linux/linux-5.10/arch/powerpc/kernel/ |
H A D | module_64.c | 107 /* Used by ftrace to identify stubs */ 159 /* Only count 24-bit relocs, others don't need stubs */ in count_relocs() 234 pr_debug("Looks like a total of %lu stubs, max\n", relocs); in get_stubs_size() 295 /* Find .toc and .stubs sections, symtab and strtab */ in module_frob_arch_sections() 298 if (strcmp(secstrings + sechdrs[i].sh_name, ".stubs") == 0) in module_frob_arch_sections() 321 pr_err("%s: doesn't contain .stubs.\n", me->name); in module_frob_arch_sections() 325 /* If we don't have a .toc, just use .stubs. We need to set r2 in module_frob_arch_sections() 332 /* Override the stubs size */ in module_frob_arch_sections() 472 struct ppc64_stub_entry *stubs; in stub_for_addr() local 475 num_stubs = sechdrs[me->arch.stubs_section].sh_size / sizeof(*stubs); in stub_for_addr() [all...] |
/kernel/linux/linux-5.10/tools/testing/selftests/powerpc/copyloops/ |
H A D | Makefile | 18 EXTRA_SOURCES := validate.c ../harness.c stubs.S 54 copy_tofrom_user_reference.S stubs.S
|
/kernel/linux/linux-6.6/tools/testing/selftests/powerpc/copyloops/ |
H A D | Makefile | 19 EXTRA_SOURCES := validate.c ../harness.c stubs.S 55 copy_tofrom_user_reference.S stubs.S
|
/kernel/linux/linux-6.6/arch/powerpc/kernel/ |
H A D | module_64.c | 111 /* Used by ftrace to identify stubs */ 171 /* Only count r_type relocs, others don't need stubs */ in count_relocs() 253 pr_debug("Looks like a total of %lu stubs, max\n", relocs); in get_stubs_size() 410 /* Find .toc and .stubs sections, symtab and strtab */ in module_frob_arch_sections() 412 if (strcmp(secstrings + sechdrs[i].sh_name, ".stubs") == 0) in module_frob_arch_sections() 441 pr_err("%s: doesn't contain .stubs.\n", me->name); in module_frob_arch_sections() 454 /* If we don't have a .toc, just use .stubs. We need to set r2 in module_frob_arch_sections() 462 /* Override the stubs size */ in module_frob_arch_sections() 672 struct ppc64_stub_entry *stubs; in stub_for_addr() local 675 num_stubs = sechdrs[me->arch.stubs_section].sh_size / sizeof(*stubs); in stub_for_addr() [all...] |
/kernel/linux/linux-6.6/net/dsa/ |
H A D | Makefile | 3 # the stubs are built-in whenever DSA is built-in or module 5 obj-y := stubs.o
|
/kernel/linux/linux-6.6/drivers/net/phy/ |
H A D | Makefile | 17 # the stubs are built-in whenever PHYLIB is built-in or module 18 obj-y += stubs.o
|
/kernel/linux/linux-5.10/arch/arm/kernel/ |
H A D | head.S | 527 sub r3, r3, #0xffff1000 @ subtract VA of stubs section
|
H A D | entry-armv.S | 988 * Vector stubs. 1076 .section .stubs, "ax", %progbits
|
/kernel/linux/linux-6.6/arch/arm/kernel/ |
H A D | entry-armv.S | 835 * Vector stubs. 916 .section .stubs, "ax", %progbits
|
/kernel/linux/linux-5.10/arch/m68k/ifpsp060/src/ |
H A D | isp.S | 34 # Also, subroutine stubs exist in this file (_isp_done for
|
H A D | pfpsp.S | 34 # Also, subroutine stubs exist in this file (_fpsp_done for
|
H A D | fpsp.S | 35 # Also, subroutine stubs exist in this file (_fpsp_done for
|
/kernel/linux/linux-6.6/arch/m68k/ifpsp060/src/ |
H A D | isp.S | 34 # Also, subroutine stubs exist in this file (_isp_done for
|
H A D | pfpsp.S | 34 # Also, subroutine stubs exist in this file (_fpsp_done for
|
H A D | fpsp.S | 35 # Also, subroutine stubs exist in this file (_fpsp_done for
|
Completed in 94 milliseconds