Home
last modified time | relevance | path

Searched refs:apply_relocate_add (Results 1 – 20 of 20) 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.
301 Since apply_relocate_add() requires access to a module's section headers,
/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/openrisc/kernel/
H A Dmodule.c16 int apply_relocate_add(Elf32_Shdr *sechdrs, 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/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.c691 err = apply_relocate_add(sechdrs, strtab, in vpe_elfload()
/linux/arch/arm64/kernel/
H A Dmodule.c231 int apply_relocate_add(Elf64_Shdr *sechdrs, in apply_relocate_add() function
/linux/arch/loongarch/kernel/
H A Dmodule.c473 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/arch/powerpc/kernel/
H A Dmodule_64.c793 int apply_relocate_add(Elf64_Shdr *sechdrs, in apply_relocate_add() function
/linux/kernel/livepatch/
H A Dcore.c329 return apply_relocate_add(sechdrs, strtab, symndx, secndx, pmod); in klp_write_section_relocs()
/linux/kernel/module/
H A Dmain.c1641 err = apply_relocate_add(info->sechdrs, info->strtab, in apply_relocations()