/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 | 320 unsigned int symindex, unsigned int relsec, in __apply_relocate() argument 346 sym = (Elf_Sym *)sechdrs[symindex].sh_addr in __apply_relocate() 405 unsigned int symindex, unsigned int relsec, in apply_relocate() argument 408 return __apply_relocate(sechdrs, strtab, symindex, relsec, me, false); in apply_relocate() 413 unsigned int symindex, unsigned int relsec, in apply_relocate_add() argument 416 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 | 22 unsigned int symindex, in apply_relocate_add() argument 41 sym = (Elf32_Sym *)sechdrs[symindex].sh_addr in apply_relocate_add()
|
/arch/cris/kernel/ |
D | module.c | 47 unsigned int symindex, in apply_relocate_add() argument 65 = ((Elf32_Sym *)sechdrs[symindex].sh_addr in apply_relocate_add()
|
/arch/blackfin/kernel/ |
D | module.c | 155 unsigned int symindex, unsigned int relsec, in apply_relocate_add() argument 173 sym = (Elf32_Sym *) sechdrs[symindex].sh_addr in apply_relocate_add() 240 unsigned int i, strindex = 0, symindex = 0; in module_finalize() local 249 symindex = i; in module_finalize() 273 symindex, i, mod); in module_finalize()
|
/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 | 22 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()
|
/arch/x86/kernel/ |
D | module.c | 103 unsigned int symindex, in apply_relocate() argument 120 sym = (Elf32_Sym *)sechdrs[symindex].sh_addr in apply_relocate() 143 unsigned int symindex, in apply_relocate_add() argument 162 sym = (Elf64_Sym *)sechdrs[symindex].sh_addr in apply_relocate_add()
|
/arch/sh/kernel/ |
D | module.c | 39 unsigned int symindex, in apply_relocate_add() argument 58 sym = (Elf32_Sym *)sechdrs[symindex].sh_addr in apply_relocate_add()
|
/arch/unicore32/kernel/ |
D | module.c | 33 apply_relocate(Elf32_Shdr *sechdrs, const char *strtab, unsigned int symindex, in apply_relocate() argument 36 Elf32_Shdr *symsec = sechdrs + symindex; in apply_relocate()
|
/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/score/kernel/ |
D | module.c | 31 unsigned int symindex, unsigned int relindex, in apply_relocate() argument 34 Elf32_Shdr *symsec = sechdrs + symindex; in apply_relocate()
|
/arch/mn10300/kernel/ |
D | module.c | 58 unsigned int symindex, in apply_relocate_add() argument 79 sym = (Elf32_Sym *)sechdrs[symindex].sh_addr in apply_relocate_add()
|
/arch/c6x/kernel/ |
D | module.c | 47 unsigned int symindex, in apply_relocate_add() argument 68 sym = (Elf_Sym *)sechdrs[symindex].sh_addr in apply_relocate_add()
|
/arch/hexagon/kernel/ |
D | module.c | 81 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()
|
/arch/xtensa/kernel/ |
D | module.c | 51 unsigned int symindex, in apply_relocate_add() argument 68 sym = (Elf32_Sym *)sechdrs[symindex].sh_addr in apply_relocate_add()
|
/arch/arc/kernel/ |
D | module.c | 50 unsigned int symindex, /* sec index for sym tbl */ in apply_relocate_add() argument 66 sym_sec = (Elf32_Sym *) sechdrs[symindex].sh_addr; in apply_relocate_add()
|
/arch/powerpc/kernel/ |
D | module_64.c | 314 unsigned int symindex) in find_dot_toc() argument 319 syms = (Elf64_Sym *)sechdrs[symindex].sh_addr; in find_dot_toc() 320 numsyms = sechdrs[symindex].sh_size / sizeof(Elf64_Sym); in find_dot_toc() 514 unsigned int symindex, in apply_relocate_add() argument 529 sym = find_dot_toc(sechdrs, strtab, symindex); in apply_relocate_add() 542 sym = (Elf64_Sym *)sechdrs[symindex].sh_addr in apply_relocate_add()
|
D | module_32.c | 214 unsigned int symindex, in apply_relocate_add() argument 232 sym = (Elf32_Sym *)sechdrs[symindex].sh_addr in apply_relocate_add()
|
/arch/tile/kernel/ |
D | module.c | 123 unsigned int symindex, in apply_relocate_add() argument 143 sym = (Elf_Sym *)sechdrs[symindex].sh_addr in apply_relocate_add()
|
/arch/m32r/kernel/ |
D | module.c | 73 unsigned int symindex, in apply_relocate_add() argument 96 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/metag/kernel/ |
D | module.c | 200 unsigned int symindex, in apply_relocate_add() argument 219 sym = (Elf32_Sym *)sechdrs[symindex].sh_addr in apply_relocate_add()
|
/arch/alpha/kernel/ |
D | module.c | 146 unsigned int symindex, unsigned int relsec, in apply_relocate_add() argument 159 symtab = (Elf64_Sym *)sechdrs[symindex].sh_addr; in apply_relocate_add()
|