Home
last modified time | relevance | path

Searched refs:symindex (Results 1 – 33 of 33) sorted by relevance

/linux-4.4.14/include/linux/
Dmoduleloader.h38 unsigned int symindex,
44 unsigned int symindex, in apply_relocate() argument
61 unsigned int symindex,
67 unsigned int symindex, in apply_relocate_add() argument
/linux-4.4.14/arch/mips/kernel/
Dvpe.c427 unsigned int symindex, in apply_relocations() argument
445 sym = (Elf32_Sym *)sechdrs[symindex].sh_addr in apply_relocations()
478 unsigned int symindex, in simplify_symbols() argument
483 Elf_Sym *sym = (void *)sechdrs[symindex].sh_addr; in simplify_symbols()
485 unsigned int i, n = sechdrs[symindex].sh_size / sizeof(Elf_Sym); in simplify_symbols()
536 static void dump_elfsymbols(Elf_Shdr *sechdrs, unsigned int symindex, in dump_elfsymbols() argument
539 Elf_Sym *sym = (void *)sechdrs[symindex].sh_addr; in dump_elfsymbols()
540 unsigned int i, n = sechdrs[symindex].sh_size / sizeof(Elf_Sym); in dump_elfsymbols()
551 unsigned int symindex, const char *strtab, in find_vpe_symbols() argument
554 Elf_Sym *sym = (void *)sechdrs[symindex].sh_addr; in find_vpe_symbols()
[all …]
Dmodule-rela.c108 unsigned int symindex, unsigned int relsec, in apply_relocate_add() argument
126 sym = (Elf_Sym *)sechdrs[symindex].sh_addr in apply_relocate_add()
Dmodule.c196 unsigned int symindex, unsigned int relsec, in apply_relocate() argument
215 sym = (Elf_Sym *)sechdrs[symindex].sh_addr in apply_relocate()
/linux-4.4.14/arch/m68k/kernel/
Dmodule.c24 unsigned int symindex, in apply_relocate() argument
41 sym = (Elf32_Sym *)sechdrs[symindex].sh_addr in apply_relocate()
64 unsigned int symindex, in apply_relocate_add() argument
81 sym = (Elf32_Sym *)sechdrs[symindex].sh_addr in apply_relocate_add()
/linux-4.4.14/arch/blackfin/kernel/
Dmodule.c152 unsigned int symindex, unsigned int relsec, in apply_relocate_add() argument
170 sym = (Elf32_Sym *) sechdrs[symindex].sh_addr in apply_relocate_add()
237 unsigned int i, strindex = 0, symindex = 0; in module_finalize() local
246 symindex = i; in module_finalize()
270 symindex, i, mod); in module_finalize()
/linux-4.4.14/arch/x86/kernel/
Dmodule.c101 unsigned int symindex, in apply_relocate() argument
118 sym = (Elf32_Sym *)sechdrs[symindex].sh_addr in apply_relocate()
141 unsigned int symindex, in apply_relocate_add() argument
160 sym = (Elf64_Sym *)sechdrs[symindex].sh_addr in apply_relocate_add()
/linux-4.4.14/arch/openrisc/kernel/
Dmodule.c22 unsigned int symindex, in apply_relocate_add() argument
41 sym = (Elf32_Sym *)sechdrs[symindex].sh_addr in apply_relocate_add()
/linux-4.4.14/arch/cris/kernel/
Dmodule.c47 unsigned int symindex, in apply_relocate_add() argument
65 = ((Elf32_Sym *)sechdrs[symindex].sh_addr in apply_relocate_add()
/linux-4.4.14/arch/h8300/kernel/
Dmodule.c10 unsigned int symindex, in apply_relocate_add() argument
26 Elf32_Sym *sym = (Elf32_Sym *)sechdrs[symindex].sh_addr in apply_relocate_add()
/linux-4.4.14/arch/microblaze/kernel/
Dmodule.c22 unsigned int symindex, unsigned int relsec, struct module *module) in apply_relocate_add() argument
41 sym = (Elf32_Sym *)sechdrs[symindex].sh_addr + in apply_relocate_add()
/linux-4.4.14/arch/unicore32/kernel/
Dmodule.c33 apply_relocate(Elf32_Shdr *sechdrs, const char *strtab, unsigned int symindex, in apply_relocate() argument
36 Elf32_Shdr *symsec = sechdrs + symindex; in apply_relocate()
/linux-4.4.14/arch/sh/kernel/
Dmodule.c39 unsigned int symindex, in apply_relocate_add() argument
58 sym = (Elf32_Sym *)sechdrs[symindex].sh_addr in apply_relocate_add()
/linux-4.4.14/arch/nios2/kernel/
Dmodule.c45 unsigned int symindex, unsigned int relsec, in apply_relocate_add() argument
63 = ((Elf32_Sym *)sechdrs[symindex].sh_addr in apply_relocate_add()
/linux-4.4.14/arch/powerpc/kernel/
Dmodule_64.c345 unsigned int symindex) in find_dot_toc() argument
350 syms = (Elf64_Sym *)sechdrs[symindex].sh_addr; in find_dot_toc()
351 numsyms = sechdrs[symindex].sh_size / sizeof(Elf64_Sym); in find_dot_toc()
489 unsigned int symindex, in apply_relocate_add() argument
504 sym = find_dot_toc(sechdrs, strtab, symindex); in apply_relocate_add()
517 sym = (Elf64_Sym *)sechdrs[symindex].sh_addr in apply_relocate_add()
Dmodule_32.c214 unsigned int symindex, in apply_relocate_add() argument
232 sym = (Elf32_Sym *)sechdrs[symindex].sh_addr in apply_relocate_add()
/linux-4.4.14/arch/mn10300/kernel/
Dmodule.c58 unsigned int symindex, in apply_relocate_add() argument
79 sym = (Elf32_Sym *)sechdrs[symindex].sh_addr in apply_relocate_add()
/linux-4.4.14/arch/score/kernel/
Dmodule.c31 unsigned int symindex, unsigned int relindex, in apply_relocate() argument
34 Elf32_Shdr *symsec = sechdrs + symindex; in apply_relocate()
/linux-4.4.14/arch/c6x/kernel/
Dmodule.c47 unsigned int symindex, in apply_relocate_add() argument
68 sym = (Elf_Sym *)sechdrs[symindex].sh_addr in apply_relocate_add()
/linux-4.4.14/arch/arc/kernel/
Dmodule.c63 unsigned int symindex, /* sec index for sym tbl */ in apply_relocate_add() argument
76 sym_sec = (Elf32_Sym *) sechdrs[symindex].sh_addr; in apply_relocate_add()
/linux-4.4.14/arch/xtensa/kernel/
Dmodule.c51 unsigned int symindex, in apply_relocate_add() argument
68 sym = (Elf32_Sym *)sechdrs[symindex].sh_addr in apply_relocate_add()
/linux-4.4.14/arch/hexagon/kernel/
Dmodule.c81 unsigned int symindex, unsigned int relsec, in apply_relocate_add() argument
91 Elf32_Sym *sym_base = (Elf32_Sym *) sechdrs[symindex].sh_addr; in apply_relocate_add()
/linux-4.4.14/arch/tile/kernel/
Dmodule.c124 unsigned int symindex, in apply_relocate_add() argument
144 sym = (Elf_Sym *)sechdrs[symindex].sh_addr in apply_relocate_add()
/linux-4.4.14/arch/m32r/kernel/
Dmodule.c73 unsigned int symindex, in apply_relocate_add() argument
96 sym = (Elf32_Sym *)sechdrs[symindex].sh_addr in apply_relocate_add()
/linux-4.4.14/arch/sparc/kernel/
Dmodule.c84 unsigned int symindex, in apply_relocate_add() argument
108 sym = (Elf_Sym *)sechdrs[symindex].sh_addr in apply_relocate_add()
/linux-4.4.14/arch/metag/kernel/
Dmodule.c200 unsigned int symindex, in apply_relocate_add() argument
219 sym = (Elf32_Sym *)sechdrs[symindex].sh_addr in apply_relocate_add()
/linux-4.4.14/arch/alpha/kernel/
Dmodule.c146 unsigned int symindex, unsigned int relsec, in apply_relocate_add() argument
159 symtab = (Elf64_Sym *)sechdrs[symindex].sh_addr; in apply_relocate_add()
/linux-4.4.14/arch/avr32/kernel/
Dmodule.c146 unsigned int symindex, unsigned int relindex, in apply_relocate_add() argument
149 Elf32_Shdr *symsec = sechdrs + symindex; in apply_relocate_add()
/linux-4.4.14/arch/arm64/kernel/
Dmodule.c208 unsigned int symindex, in apply_relocate_add() argument
226 sym = (Elf64_Sym *)sechdrs[symindex].sh_addr in apply_relocate_add()
/linux-4.4.14/arch/parisc/kernel/
Dmodule.c540 unsigned int symindex, in apply_relocate_add() argument
565 sym = (Elf32_Sym *)sechdrs[symindex].sh_addr in apply_relocate_add()
677 unsigned int symindex, in apply_relocate_add() argument
701 sym = (Elf64_Sym *)sechdrs[symindex].sh_addr in apply_relocate_add()
/linux-4.4.14/arch/arm/kernel/
Dmodule.c55 apply_relocate(Elf32_Shdr *sechdrs, const char *strtab, unsigned int symindex, in apply_relocate() argument
58 Elf32_Shdr *symsec = sechdrs + symindex; in apply_relocate()
/linux-4.4.14/arch/s390/kernel/
Dmodule.c399 unsigned int symindex, unsigned int relsec, in apply_relocate_add() argument
411 symtab = (Elf_Sym *) sechdrs[symindex].sh_addr; in apply_relocate_add()
/linux-4.4.14/arch/ia64/kernel/
Dmodule.c787 apply_relocate_add (Elf64_Shdr *sechdrs, const char *strtab, unsigned int symindex, in apply_relocate_add() argument
828 ((Elf64_Sym *) sechdrs[symindex].sh_addr in apply_relocate_add()