/arch/mips/kernel/ |
D | vpe.c | 427 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 …]
|
D | module.c | 308 unsigned int symindex, unsigned int relsec, in __apply_relocate() argument 334 sym = (Elf_Sym *)sechdrs[symindex].sh_addr in __apply_relocate() 393 unsigned int symindex, unsigned int relsec, in apply_relocate() argument 396 return __apply_relocate(sechdrs, strtab, symindex, relsec, me, false); in apply_relocate() 401 unsigned int symindex, unsigned int relsec, in apply_relocate_add() argument 404 return __apply_relocate(sechdrs, strtab, symindex, relsec, me, true); in apply_relocate_add()
|
/arch/m68k/kernel/ |
D | module.c | 24 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/openrisc/kernel/ |
D | module.c | 18 unsigned int symindex, in apply_relocate_add() argument 37 sym = (Elf32_Sym *)sechdrs[symindex].sh_addr in apply_relocate_add()
|
/arch/h8300/kernel/ |
D | module.c | 11 unsigned int symindex, in apply_relocate_add() argument 27 Elf32_Sym *sym = (Elf32_Sym *)sechdrs[symindex].sh_addr in apply_relocate_add()
|
/arch/microblaze/kernel/ |
D | module.c | 19 unsigned int symindex, unsigned int relsec, struct module *module) in apply_relocate_add() argument 38 sym = (Elf32_Sym *)sechdrs[symindex].sh_addr + in apply_relocate_add()
|
/arch/unicore32/kernel/ |
D | module.c | 30 apply_relocate(Elf32_Shdr *sechdrs, const char *strtab, unsigned int symindex, in apply_relocate() argument 33 Elf32_Shdr *symsec = sechdrs + symindex; in apply_relocate()
|
/arch/csky/kernel/ |
D | module.c | 51 unsigned int symindex, unsigned int relsec, struct module *me) in apply_relocate_add() argument 63 sym = (Elf32_Sym *)sechdrs[symindex].sh_addr in apply_relocate_add()
|
/arch/sh/kernel/ |
D | module.c | 26 unsigned int symindex, in apply_relocate_add() argument 45 sym = (Elf32_Sym *)sechdrs[symindex].sh_addr in apply_relocate_add()
|
/arch/x86/kernel/ |
D | module.c | 91 unsigned int symindex, in apply_relocate() argument 108 sym = (Elf32_Sym *)sechdrs[symindex].sh_addr in apply_relocate() 131 unsigned int symindex, in apply_relocate_add() argument 150 sym = (Elf64_Sym *)sechdrs[symindex].sh_addr in apply_relocate_add()
|
/arch/nios2/kernel/ |
D | module.c | 45 unsigned int symindex, unsigned int relsec, in apply_relocate_add() argument 63 = ((Elf32_Sym *)sechdrs[symindex].sh_addr in apply_relocate_add()
|
/arch/c6x/kernel/ |
D | module.c | 43 unsigned int symindex, in apply_relocate_add() argument 64 sym = (Elf_Sym *)sechdrs[symindex].sh_addr in apply_relocate_add()
|
/arch/hexagon/kernel/ |
D | module.c | 68 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/xtensa/kernel/ |
D | module.c | 49 unsigned int symindex, in apply_relocate_add() argument 65 sym = (Elf32_Sym *)sechdrs[symindex].sh_addr in apply_relocate_add()
|
/arch/arc/kernel/ |
D | module.c | 47 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/ |
D | module.c | 520 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 err, symindex = -1; in module_finalize() local 892 symindex = i; in module_finalize() 953 if (symindex != -1 && !strcmp(secname, "__mcount_loc")) { in module_finalize() 956 strtab, symindex, in module_finalize() 960 strtab, symindex, in module_finalize()
|
/arch/powerpc/kernel/ |
D | module_64.c | 322 unsigned int symindex) in find_dot_toc() argument 327 syms = (Elf64_Sym *)sechdrs[symindex].sh_addr; in find_dot_toc() 328 numsyms = sechdrs[symindex].sh_size / sizeof(Elf64_Sym); in find_dot_toc() 524 unsigned int symindex, in apply_relocate_add() argument 539 sym = find_dot_toc(sechdrs, strtab, symindex); in apply_relocate_add() 552 sym = (Elf64_Sym *)sechdrs[symindex].sh_addr in apply_relocate_add()
|
D | module_32.c | 210 unsigned int symindex, in apply_relocate_add() argument 228 sym = (Elf32_Sym *)sechdrs[symindex].sh_addr in apply_relocate_add()
|
/arch/sparc/kernel/ |
D | module.c | 85 unsigned int symindex, in apply_relocate_add() argument 109 sym = (Elf_Sym *)sechdrs[symindex].sh_addr in apply_relocate_add()
|
/arch/nds32/kernel/ |
D | module.c | 114 unsigned int symindex, unsigned int relindex, in apply_relocate_add() argument 117 Elf32_Shdr *symsec = sechdrs + symindex; in apply_relocate_add()
|
/arch/riscv/kernel/ |
D | module.c | 293 unsigned int symindex, unsigned int relsec, in apply_relocate_add() argument 312 sym = (Elf_Sym *)sechdrs[symindex].sh_addr in apply_relocate_add() 353 (Elf_Sym *)sechdrs[symindex].sh_addr in apply_relocate_add()
|
/arch/alpha/kernel/ |
D | module.c | 134 unsigned int symindex, unsigned int relsec, in apply_relocate_add() argument 147 symtab = (Elf64_Sym *)sechdrs[symindex].sh_addr; in apply_relocate_add()
|
/arch/arm64/kernel/ |
D | module.c | 257 unsigned int symindex, in apply_relocate_add() argument 275 sym = (Elf64_Sym *)sechdrs[symindex].sh_addr in apply_relocate_add()
|
/arch/arm/kernel/ |
D | module.c | 66 apply_relocate(Elf32_Shdr *sechdrs, const char *strtab, unsigned int symindex, in apply_relocate() argument 69 Elf32_Shdr *symsec = sechdrs + symindex; in apply_relocate()
|
/arch/s390/kernel/ |
D | module.c | 416 unsigned int symindex, unsigned int relsec, in apply_relocate_add() argument 428 symtab = (Elf_Sym *) sechdrs[symindex].sh_addr; in apply_relocate_add()
|