Home
last modified time | relevance | path

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

12

/Linux-v5.15/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-v5.15/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-v5.15/arch/openrisc/kernel/
Dmodule.c16 int apply_relocate_add(Elf32_Shdr *sechdrs, in apply_relocate_add() function
/Linux-v5.15/arch/microblaze/kernel/
Dmodule.c18 int apply_relocate_add(Elf32_Shdr *sechdrs, const char *strtab, in apply_relocate_add() function
/Linux-v5.15/arch/h8300/kernel/
Dmodule.c9 int apply_relocate_add(Elf32_Shdr *sechdrs, in apply_relocate_add() function
/Linux-v5.15/arch/sh/kernel/
Dmodule.c24 int apply_relocate_add(Elf32_Shdr *sechdrs, in apply_relocate_add() function
/Linux-v5.15/arch/csky/kernel/
Dmodule.c49 int apply_relocate_add(Elf32_Shdr *sechdrs, const char *strtab, in apply_relocate_add() function
/Linux-v5.15/arch/nios2/kernel/
Dmodule.c43 int apply_relocate_add(Elf32_Shdr *sechdrs, const char *strtab, in apply_relocate_add() function
/Linux-v5.15/arch/xtensa/kernel/
Dmodule.c47 int apply_relocate_add(Elf32_Shdr *sechdrs, in apply_relocate_add() function
/Linux-v5.15/arch/hexagon/kernel/
Dmodule.c67 int apply_relocate_add(Elf_Shdr *sechdrs, const char *strtab, in apply_relocate_add() function
/Linux-v5.15/arch/m68k/kernel/
Dmodule.c62 int apply_relocate_add(Elf32_Shdr *sechdrs, in apply_relocate_add() function
/Linux-v5.15/arch/arc/kernel/
Dmodule.c45 int apply_relocate_add(Elf32_Shdr *sechdrs, in apply_relocate_add() function
/Linux-v5.15/arch/sparc/kernel/
Dmodule.c83 int apply_relocate_add(Elf_Shdr *sechdrs, in apply_relocate_add() function
/Linux-v5.15/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-v5.15/arch/nds32/kernel/
Dmodule.c113 apply_relocate_add(Elf32_Shdr * sechdrs, const char *strtab, in apply_relocate_add() function
/Linux-v5.15/arch/powerpc/kernel/
Dmodule_32.c186 int apply_relocate_add(Elf32_Shdr *sechdrs, in apply_relocate_add() function
Dmodule_64.c503 int apply_relocate_add(Elf64_Shdr *sechdrs, in apply_relocate_add() function
/Linux-v5.15/arch/x86/kernel/
Dmodule.c221 int apply_relocate_add(Elf64_Shdr *sechdrs, in apply_relocate_add() function
/Linux-v5.15/arch/alpha/kernel/
Dmodule.c133 apply_relocate_add(Elf64_Shdr *sechdrs, const char *strtab, in apply_relocate_add() function
/Linux-v5.15/arch/mips/kernel/
Dmodule.c394 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-v5.15/arch/riscv/kernel/
Dmodule.c312 int apply_relocate_add(Elf_Shdr *sechdrs, const char *strtab, in apply_relocate_add() function
/Linux-v5.15/arch/arm64/kernel/
Dmodule.c260 int apply_relocate_add(Elf64_Shdr *sechdrs, in apply_relocate_add() function
/Linux-v5.15/arch/s390/kernel/
Dmodule.c465 int apply_relocate_add(Elf_Shdr *sechdrs, const char *strtab, in apply_relocate_add() function
/Linux-v5.15/kernel/livepatch/
Dcore.c316 return apply_relocate_add(sechdrs, strtab, symndx, secndx, pmod); in klp_apply_section_relocs()

12