Home
last modified time | relevance | path

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

12

/linux-6.1.9/include/linux/
Dmoduleloader.h70 int apply_relocate_add(Elf_Shdr *sechdrs,
76 static inline int apply_relocate_add(Elf_Shdr *sechdrs, in apply_relocate_add() function
/linux-6.1.9/Documentation/livepatch/
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.
298 Since apply_relocate_add() requires access to a module's section headers,
/linux-6.1.9/arch/openrisc/kernel/
Dmodule.c16 int apply_relocate_add(Elf32_Shdr *sechdrs, in apply_relocate_add() function
/linux-6.1.9/arch/microblaze/kernel/
Dmodule.c18 int apply_relocate_add(Elf32_Shdr *sechdrs, const char *strtab, in apply_relocate_add() function
/linux-6.1.9/arch/sh/kernel/
Dmodule.c24 int apply_relocate_add(Elf32_Shdr *sechdrs, in apply_relocate_add() function
/linux-6.1.9/arch/csky/kernel/
Dmodule.c49 int apply_relocate_add(Elf32_Shdr *sechdrs, const char *strtab, in apply_relocate_add() function
/linux-6.1.9/arch/nios2/kernel/
Dmodule.c43 int apply_relocate_add(Elf32_Shdr *sechdrs, const char *strtab, in apply_relocate_add() function
/linux-6.1.9/arch/xtensa/kernel/
Dmodule.c47 int apply_relocate_add(Elf32_Shdr *sechdrs, in apply_relocate_add() function
/linux-6.1.9/arch/hexagon/kernel/
Dmodule.c67 int apply_relocate_add(Elf_Shdr *sechdrs, const char *strtab, in apply_relocate_add() function
/linux-6.1.9/arch/m68k/kernel/
Dmodule.c62 int apply_relocate_add(Elf32_Shdr *sechdrs, in apply_relocate_add() function
/linux-6.1.9/arch/arc/kernel/
Dmodule.c45 int apply_relocate_add(Elf32_Shdr *sechdrs, in apply_relocate_add() function
/linux-6.1.9/arch/sparc/kernel/
Dmodule.c83 int apply_relocate_add(Elf_Shdr *sechdrs, in apply_relocate_add() function
/linux-6.1.9/arch/parisc/kernel/
Dmodule.c518 int apply_relocate_add(Elf_Shdr *sechdrs, in apply_relocate_add() function
663 int apply_relocate_add(Elf_Shdr *sechdrs, in apply_relocate_add() function
961 err = apply_relocate_add((Elf_Shdr *)sechdrs, in module_finalize()
/linux-6.1.9/arch/alpha/kernel/
Dmodule.c133 apply_relocate_add(Elf64_Shdr *sechdrs, const char *strtab, in apply_relocate_add() function
/linux-6.1.9/arch/x86/kernel/
Dmodule.c222 int apply_relocate_add(Elf64_Shdr *sechdrs, in apply_relocate_add() function
/linux-6.1.9/arch/powerpc/kernel/
Dmodule_32.c197 int apply_relocate_add(Elf32_Shdr *sechdrs, in apply_relocate_add() function
Dmodule_64.c520 int apply_relocate_add(Elf64_Shdr *sechdrs, in apply_relocate_add() function
/linux-6.1.9/arch/mips/kernel/
Dmodule.c395 int apply_relocate_add(Elf_Shdr *sechdrs, const char *strtab, in apply_relocate_add() function
Dvpe.c691 err = apply_relocate_add(sechdrs, strtab, in vpe_elfload()
/linux-6.1.9/arch/arm64/kernel/
Dmodule.c261 int apply_relocate_add(Elf64_Shdr *sechdrs, in apply_relocate_add() function
/linux-6.1.9/arch/riscv/kernel/
Dmodule.c324 int apply_relocate_add(Elf_Shdr *sechdrs, const char *strtab, in apply_relocate_add() function
/linux-6.1.9/arch/loongarch/kernel/
Dmodule.c398 int apply_relocate_add(Elf_Shdr *sechdrs, const char *strtab, in apply_relocate_add() function
/linux-6.1.9/arch/s390/kernel/
Dmodule.c465 int apply_relocate_add(Elf_Shdr *sechdrs, const char *strtab, in apply_relocate_add() function
/linux-6.1.9/kernel/livepatch/
Dcore.c316 return apply_relocate_add(sechdrs, strtab, symndx, secndx, pmod); in klp_apply_section_relocs()
/linux-6.1.9/arch/ia64/kernel/
Dmodule.c789 apply_relocate_add (Elf64_Shdr *sechdrs, const char *strtab, unsigned int symindex, in apply_relocate_add() function

12