Home
last modified time | relevance | path

Searched refs:apply_relocate_add (Results 1 – 25 of 25) sorted by relevance

/linux-6.15/include/linux/
H A Dmoduleloader.h71 int apply_relocate_add(Elf_Shdr *sechdrs,
94 static inline int apply_relocate_add(Elf_Shdr *sechdrs, in apply_relocate_add() function
/linux-6.15/Documentation/livepatch/
H A Dmodule-elf-format.rst22 livepatch reuses the apply_relocate_add() function in the module loader to
29 Since apply_relocate_add() requires access to a module's section header
54 apply_relocate_add().
100 appropriate section index to apply_relocate_add(), which then uses it to
105 apply_relocate_add(). See Section 3 for more information.
201 section must be resolved before livepatch can call apply_relocate_add() for
218 preserved in order for apply_relocate_add() to find the right symbol.
301 Since apply_relocate_add() requires access to a module's section headers,
/linux-6.15/arch/microblaze/kernel/
H A Dmodule.c18 int apply_relocate_add(Elf32_Shdr *sechdrs, const char *strtab, in apply_relocate_add() function
/linux-6.15/arch/openrisc/kernel/
H A Dmodule.c16 int apply_relocate_add(Elf32_Shdr *sechdrs, in apply_relocate_add() function
/linux-6.15/arch/sh/kernel/
H A Dmodule.c24 int apply_relocate_add(Elf32_Shdr *sechdrs, in apply_relocate_add() function
/linux-6.15/arch/csky/kernel/
H A Dmodule.c49 int apply_relocate_add(Elf32_Shdr *sechdrs, const char *strtab, in apply_relocate_add() function
/linux-6.15/arch/nios2/kernel/
H A Dmodule.c23 int apply_relocate_add(Elf32_Shdr *sechdrs, const char *strtab, in apply_relocate_add() function
/linux-6.15/arch/xtensa/kernel/
H A Dmodule.c47 int apply_relocate_add(Elf32_Shdr *sechdrs, in apply_relocate_add() function
/linux-6.15/arch/hexagon/kernel/
H A Dmodule.c67 int apply_relocate_add(Elf_Shdr *sechdrs, const char *strtab, in apply_relocate_add() function
/linux-6.15/arch/m68k/kernel/
H A Dmodule.c62 int apply_relocate_add(Elf32_Shdr *sechdrs, in apply_relocate_add() function
/linux-6.15/arch/arc/kernel/
H A Dmodule.c45 int apply_relocate_add(Elf32_Shdr *sechdrs, in apply_relocate_add() function
/linux-6.15/arch/sparc/kernel/
H A Dmodule.c53 int apply_relocate_add(Elf_Shdr *sechdrs, in apply_relocate_add() function
/linux-6.15/arch/parisc/kernel/
H A Dmodule.c489 int apply_relocate_add(Elf_Shdr *sechdrs, in apply_relocate_add() function
634 int apply_relocate_add(Elf_Shdr *sechdrs, in apply_relocate_add() function
932 err = apply_relocate_add((Elf_Shdr *)sechdrs, in module_finalize()
/linux-6.15/arch/alpha/kernel/
H A Dmodule.c133 apply_relocate_add(Elf64_Shdr *sechdrs, const char *strtab, in apply_relocate_add() function
/linux-6.15/arch/powerpc/kernel/
H A Dmodule_32.c196 int apply_relocate_add(Elf32_Shdr *sechdrs, in apply_relocate_add() function
H A Dmodule_64.c793 int apply_relocate_add(Elf64_Shdr *sechdrs, in apply_relocate_add() function
/linux-6.15/arch/x86/kernel/
H A Dmodule.c216 int apply_relocate_add(Elf64_Shdr *sechdrs, in apply_relocate_add() function
/linux-6.15/arch/mips/kernel/
H A Dmodule.c384 int apply_relocate_add(Elf_Shdr *sechdrs, const char *strtab, in apply_relocate_add() function
H A Dvpe.c690 err = apply_relocate_add(sechdrs, strtab, in vpe_elfload()
/linux-6.15/arch/arm64/kernel/
H A Dmodule.c218 int apply_relocate_add(Elf64_Shdr *sechdrs, in apply_relocate_add() function
/linux-6.15/arch/loongarch/kernel/
H A Dmodule.c422 int apply_relocate_add(Elf_Shdr *sechdrs, const char *strtab, in apply_relocate_add() function
/linux-6.15/arch/s390/kernel/
H A Dmodule.c453 int apply_relocate_add(Elf_Shdr *sechdrs, const char *strtab, in apply_relocate_add() function
/linux-6.15/arch/riscv/kernel/
H A Dmodule.c767 int apply_relocate_add(Elf_Shdr *sechdrs, const char *strtab, in apply_relocate_add() function
/linux-6.15/kernel/livepatch/
H A Dcore.c323 return apply_relocate_add(sechdrs, strtab, symndx, secndx, pmod); in klp_write_section_relocs()
/linux-6.15/kernel/module/
H A Dmain.c1522 err = apply_relocate_add(info->sechdrs, info->strtab, in apply_relocations()