Home
last modified time | relevance | path

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

/linux/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.
298 Since apply_relocate_add() requires access to a module's section headers,
/linux/arch/openrisc/kernel/
H A Dmodule.c16 int apply_relocate_add(Elf32_Shdr *sechdrs, in apply_relocate_add() function
/linux/arch/microblaze/kernel/
H A Dmodule.c18 int apply_relocate_add(Elf32_Shdr *sechdrs, const char *strtab, in apply_relocate_add() function
/linux/arch/sh/kernel/
H A Dmodule.c24 int apply_relocate_add(Elf32_Shdr *sechdrs, in apply_relocate_add() function
/linux/arch/csky/kernel/
H A Dmodule.c49 int apply_relocate_add(Elf32_Shdr *sechdrs, const char *strtab, in apply_relocate_add() function
/linux/arch/nios2/kernel/
H A Dmodule.c23 int apply_relocate_add(Elf32_Shdr *sechdrs, const char *strtab, in apply_relocate_add() function
/linux/arch/hexagon/kernel/
H A Dmodule.c67 int apply_relocate_add(Elf_Shdr *sechdrs, const char *strtab, in apply_relocate_add() function
/linux/arch/xtensa/kernel/
H A Dmodule.c47 int apply_relocate_add(Elf32_Shdr *sechdrs, in apply_relocate_add() function
/linux/arch/m68k/kernel/
H A Dmodule.c62 int apply_relocate_add(Elf32_Shdr *sechdrs, in apply_relocate_add() function
/linux/arch/arc/kernel/
H A Dmodule.c45 int apply_relocate_add(Elf32_Shdr *sechdrs, in apply_relocate_add() function
/linux/arch/sparc/kernel/
H A Dmodule.c53 int apply_relocate_add(Elf_Shdr *sechdrs, in apply_relocate_add() function
/linux/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/arch/alpha/kernel/
H A Dmodule.c133 apply_relocate_add(Elf64_Shdr *sechdrs, const char *strtab, in apply_relocate_add() function
/linux/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/arch/loongarch/kernel/
H A Dmodule.c422 int apply_relocate_add(Elf_Shdr *sechdrs, const char *strtab, in apply_relocate_add() function
/linux/arch/s390/kernel/
H A Dmodule.c453 int apply_relocate_add(Elf_Shdr *sechdrs, const char *strtab, in apply_relocate_add() function
/linux/arch/riscv/kernel/
H A Dmodule.c766 int apply_relocate_add(Elf_Shdr *sechdrs, const char *strtab, in apply_relocate_add() function
/linux/kernel/livepatch/
H A Dcore.c325 return apply_relocate_add(sechdrs, strtab, symndx, secndx, pmod); in klp_write_section_relocs()