Home
last modified time | relevance | path

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

/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.c314 unsigned int symindex, unsigned int relsec, in __apply_relocate() argument
339 sym = (Elf_Sym *)sechdrs[symindex].sh_addr in __apply_relocate()
387 unsigned int symindex, unsigned int relsec, in apply_relocate() argument
390 return __apply_relocate(sechdrs, strtab, symindex, relsec, me, false); in apply_relocate()
395 unsigned int symindex, unsigned int relsec, in apply_relocate_add() argument
398 return __apply_relocate(sechdrs, strtab, symindex, relsec, me, true); in apply_relocate_add()
/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()
/arch/x86/kernel/
Dmodule.c92 unsigned int symindex, in apply_relocate() argument
109 sym = (Elf32_Sym *)sechdrs[symindex].sh_addr in apply_relocate()
133 unsigned int symindex, in __apply_relocate_add() argument
153 sym = (Elf64_Sym *)sechdrs[symindex].sh_addr in __apply_relocate_add()
224 unsigned int symindex, in apply_relocate_add() argument
237 ret = __apply_relocate_add(sechdrs, strtab, symindex, relsec, me, in apply_relocate_add()
/arch/openrisc/kernel/
Dmodule.c18 unsigned int symindex, in apply_relocate_add() argument
37 sym = (Elf32_Sym *)sechdrs[symindex].sh_addr in apply_relocate_add()
/arch/microblaze/kernel/
Dmodule.c19 unsigned int symindex, unsigned int relsec, struct module *module) in apply_relocate_add() argument
35 sym = (Elf32_Sym *)sechdrs[symindex].sh_addr + in apply_relocate_add()
/arch/h8300/kernel/
Dmodule.c11 unsigned int symindex, in apply_relocate_add() argument
27 Elf32_Sym *sym = (Elf32_Sym *)sechdrs[symindex].sh_addr in apply_relocate_add()
/arch/sh/kernel/
Dmodule.c26 unsigned int symindex, in apply_relocate_add() argument
45 sym = (Elf32_Sym *)sechdrs[symindex].sh_addr in apply_relocate_add()
/arch/csky/kernel/
Dmodule.c50 unsigned int symindex, unsigned int relsec, struct module *me) in apply_relocate_add() argument
62 sym = (Elf32_Sym *)sechdrs[symindex].sh_addr in apply_relocate_add()
/arch/nios2/kernel/
Dmodule.c44 unsigned int symindex, unsigned int relsec, in apply_relocate_add() argument
62 = ((Elf32_Sym *)sechdrs[symindex].sh_addr in apply_relocate_add()
/arch/xtensa/kernel/
Dmodule.c49 unsigned int symindex, in apply_relocate_add() argument
65 sym = (Elf32_Sym *)sechdrs[symindex].sh_addr in apply_relocate_add()
/arch/hexagon/kernel/
Dmodule.c68 unsigned int symindex, unsigned int relsec, in apply_relocate_add() argument
78 Elf32_Sym *sym_base = (Elf32_Sym *) sechdrs[symindex].sh_addr; in apply_relocate_add()
/arch/arc/kernel/
Dmodule.c47 unsigned int symindex, /* sec index for sym tbl */ in apply_relocate_add() argument
63 sym_sec = (Elf32_Sym *) sechdrs[symindex].sh_addr; in apply_relocate_add()
/arch/parisc/kernel/
Dmodule.c520 unsigned int symindex, in apply_relocate_add() argument
545 sym = (Elf32_Sym *)sechdrs[symindex].sh_addr in apply_relocate_add()
665 unsigned int symindex, in apply_relocate_add() argument
689 sym = (Elf64_Sym *)sechdrs[symindex].sh_addr in apply_relocate_add()
865 int symindex = -1; in module_finalize() local
892 symindex = i; in module_finalize()
954 if (symindex != -1 && !strcmp(secname, FTRACE_CALLSITE_SECTION)) { in module_finalize()
958 strtab, symindex, in module_finalize()
962 strtab, symindex, in module_finalize()
/arch/powerpc/kernel/
Dmodule_64.c264 unsigned int symindex) in find_dot_toc() argument
269 syms = (Elf64_Sym *)sechdrs[symindex].sh_addr; in find_dot_toc()
270 numsyms = sechdrs[symindex].sh_size / sizeof(Elf64_Sym); in find_dot_toc()
528 unsigned int symindex, in apply_relocate_add() argument
543 sym = find_dot_toc(sechdrs, strtab, symindex); in apply_relocate_add()
556 sym = (Elf64_Sym *)sechdrs[symindex].sh_addr in apply_relocate_add()
Dmodule_32.c188 unsigned int symindex, in apply_relocate_add() argument
206 sym = (Elf32_Sym *)sechdrs[symindex].sh_addr in apply_relocate_add()
/arch/sparc/kernel/
Dmodule.c85 unsigned int symindex, in apply_relocate_add() argument
109 sym = (Elf_Sym *)sechdrs[symindex].sh_addr in apply_relocate_add()
/arch/nds32/kernel/
Dmodule.c114 unsigned int symindex, unsigned int relindex, in apply_relocate_add() argument
117 Elf32_Shdr *symsec = sechdrs + symindex; in apply_relocate_add()
/arch/riscv/kernel/
Dmodule.c324 unsigned int symindex, unsigned int relsec, in apply_relocate_add() argument
343 sym = (Elf_Sym *)sechdrs[symindex].sh_addr in apply_relocate_add()
384 (Elf_Sym *)sechdrs[symindex].sh_addr in apply_relocate_add()
/arch/alpha/kernel/
Dmodule.c134 unsigned int symindex, unsigned int relsec, in apply_relocate_add() argument
147 symtab = (Elf64_Sym *)sechdrs[symindex].sh_addr; in apply_relocate_add()
/arch/s390/kernel/
Dmodule.c440 unsigned int symindex, unsigned int relsec, in __apply_relocate_add() argument
453 symtab = (Elf_Sym *) sechdrs[symindex].sh_addr; in __apply_relocate_add()
466 unsigned int symindex, unsigned int relsec, in apply_relocate_add() argument
475 return __apply_relocate_add(sechdrs, strtab, symindex, relsec, me, in apply_relocate_add()
/arch/arm64/kernel/
Dmodule.c263 unsigned int symindex, in apply_relocate_add() argument
281 sym = (Elf64_Sym *)sechdrs[symindex].sh_addr in apply_relocate_add()
/arch/arm/kernel/
Dmodule.c72 apply_relocate(Elf32_Shdr *sechdrs, const char *strtab, unsigned int symindex, in apply_relocate() argument
75 Elf32_Shdr *symsec = sechdrs + symindex; in apply_relocate()
/arch/ia64/kernel/
Dmodule.c789 apply_relocate_add (Elf64_Shdr *sechdrs, const char *strtab, unsigned int symindex, in apply_relocate_add() argument
830 ((Elf64_Sym *) sechdrs[symindex].sh_addr in apply_relocate_add()