Home
last modified time | relevance | path

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

12

/Linux-v4.19/include/linux/
Dmoduleloader.h60 int apply_relocate_add(Elf_Shdr *sechdrs,
66 static inline int apply_relocate_add(Elf_Shdr *sechdrs, in apply_relocate_add() function
/Linux-v4.19/Documentation/livepatch/
Dmodule-elf-format.txt41 livepatch reuses the apply_relocate_add() function in the module loader to
48 Since apply_relocate_add() requires access to a module's section header
73 apply_relocate_add().
123 appropriate section index to apply_relocate_add(), which then uses it to
128 apply_relocate_add(). See Section 3 for more information.
214 section must be resolved before livepatch can call apply_relocate_add() for
232 preserved in order for apply_relocate_add() to find the right symbol.
312 Since apply_relocate_add() requires access to a module's section headers,
/Linux-v4.19/arch/openrisc/kernel/
Dmodule.c20 int apply_relocate_add(Elf32_Shdr *sechdrs, in apply_relocate_add() function
/Linux-v4.19/arch/h8300/kernel/
Dmodule.c9 int apply_relocate_add(Elf32_Shdr *sechdrs, in apply_relocate_add() function
/Linux-v4.19/arch/microblaze/kernel/
Dmodule.c21 int apply_relocate_add(Elf32_Shdr *sechdrs, const char *strtab, in apply_relocate_add() function
/Linux-v4.19/arch/sh/kernel/
Dmodule.c37 int apply_relocate_add(Elf32_Shdr *sechdrs, in apply_relocate_add() function
/Linux-v4.19/arch/nios2/kernel/
Dmodule.c44 int apply_relocate_add(Elf32_Shdr *sechdrs, const char *strtab, in apply_relocate_add() function
/Linux-v4.19/arch/c6x/kernel/
Dmodule.c45 int apply_relocate_add(Elf32_Shdr *sechdrs, in apply_relocate_add() function
/Linux-v4.19/arch/hexagon/kernel/
Dmodule.c80 int apply_relocate_add(Elf_Shdr *sechdrs, const char *strtab, in apply_relocate_add() function
/Linux-v4.19/arch/xtensa/kernel/
Dmodule.c47 int apply_relocate_add(Elf32_Shdr *sechdrs, in apply_relocate_add() function
/Linux-v4.19/arch/arc/kernel/
Dmodule.c48 int apply_relocate_add(Elf32_Shdr *sechdrs, in apply_relocate_add() function
/Linux-v4.19/arch/m68k/kernel/
Dmodule.c62 int apply_relocate_add(Elf32_Shdr *sechdrs, in apply_relocate_add() function
/Linux-v4.19/arch/sparc/kernel/
Dmodule.c83 int apply_relocate_add(Elf_Shdr *sechdrs, in apply_relocate_add() function
/Linux-v4.19/arch/x86/kernel/
Dmodule.c141 int apply_relocate_add(Elf64_Shdr *sechdrs, in apply_relocate_add() function
/Linux-v4.19/arch/nds32/kernel/
Dmodule.c113 apply_relocate_add(Elf32_Shdr * sechdrs, const char *strtab, in apply_relocate_add() function
/Linux-v4.19/arch/powerpc/kernel/
Dmodule_32.c212 int apply_relocate_add(Elf32_Shdr *sechdrs, in apply_relocate_add() function
Dmodule_64.c539 int apply_relocate_add(Elf64_Shdr *sechdrs, in apply_relocate_add() function
/Linux-v4.19/arch/alpha/kernel/
Dmodule.c145 apply_relocate_add(Elf64_Shdr *sechdrs, const char *strtab, in apply_relocate_add() function
/Linux-v4.19/arch/parisc/kernel/
Dmodule.c539 int apply_relocate_add(Elf_Shdr *sechdrs, in apply_relocate_add() function
684 int apply_relocate_add(Elf_Shdr *sechdrs, in apply_relocate_add() function
/Linux-v4.19/arch/arm64/kernel/
Dmodule.c229 int apply_relocate_add(Elf64_Shdr *sechdrs, in apply_relocate_add() function
/Linux-v4.19/arch/mips/kernel/
Dmodule.c412 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-v4.19/arch/riscv/kernel/
Dmodule.c300 int apply_relocate_add(Elf_Shdr *sechdrs, const char *strtab, in apply_relocate_add() function
/Linux-v4.19/arch/s390/kernel/
Dmodule.c408 int apply_relocate_add(Elf_Shdr *sechdrs, const char *strtab, in apply_relocate_add() function
/Linux-v4.19/kernel/livepatch/
Dcore.c271 ret = apply_relocate_add(pmod->klp_info->sechdrs, in klp_write_object_relocations()

12