Searched refs:symidx (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc/kernel/
H A Dmodule.c46 unsigned int symidx; local
51 for (symidx = 0; sechdrs[symidx].sh_type != SHT_SYMTAB; symidx++) {
52 if (symidx == hdr->e_shnum-1) {
57 sym = (Elf32_Sym *)sechdrs[symidx].sh_addr;
58 strtab = (char *)sechdrs[sechdrs[symidx].sh_link].sh_addr;
60 for (i = 1; i < sechdrs[symidx].sh_size / sizeof(Elf_Sym); i++) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc64/kernel/
H A Dmodule.c64 unsigned int symidx; local
69 for (symidx = 0; sechdrs[symidx].sh_type != SHT_SYMTAB; symidx++) {
70 if (symidx == hdr->e_shnum-1) {
75 sym = (Elf64_Sym *)sechdrs[symidx].sh_addr;
76 strtab = (char *)sechdrs[sechdrs[symidx].sh_link].sh_addr;
78 for (i = 1; i < sechdrs[symidx].sh_size / sizeof(Elf_Sym); i++) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/modutils/
H A Dinsmod.c2026 unsigned long symidx, int info,
2072 f->local_symtab[symidx] = sym;
2101 if (ELF_ST_BIND(info) == STB_LOCAL && symidx != -1) {
2102 if (symidx >= f->local_symtab_size)
2104 name, (long) symidx, (long) f->local_symtab_size);
2106 f->local_symtab[symidx] = sym;
2025 obj_add_symbol(struct obj_file *f, const char *name, unsigned long symidx, int info, int secidx, ElfW(Addr) value, unsigned long size) argument

Completed in 35 milliseconds