Searched refs:secstrings (Results 1 - 25 of 29) sorted by relevance

12

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/kernel/
H A Dmodule_32.c73 const char *secstrings,
84 if ((strstr(secstrings + sechdrs[i].sh_name, ".init") != 0)
89 if (strstr(secstrings + sechdrs[i].sh_name, ".debug") != 0)
110 char *secstrings,
117 if (strcmp(secstrings + sechdrs[i].sh_name, ".init.plt") == 0)
119 else if (strcmp(secstrings + sechdrs[i].sh_name, ".plt") == 0)
129 = get_plt_size(hdr, sechdrs, secstrings, 0);
131 = get_plt_size(hdr, sechdrs, secstrings, 1);
278 char *secstrings; local
281 secstrings
71 get_plt_size(const Elf32_Ehdr *hdr, const Elf32_Shdr *sechdrs, const char *secstrings, int is_init) argument
108 module_frob_arch_sections(Elf32_Ehdr *hdr, Elf32_Shdr *sechdrs, char *secstrings, struct module *me) argument
[all...]
H A Dmodule_64.c158 char *secstrings,
166 if (strcmp(secstrings + sechdrs[i].sh_name, ".stubs") == 0)
168 else if (strcmp(secstrings + sechdrs[i].sh_name, ".toc") == 0)
170 else if (strcmp(secstrings+sechdrs[i].sh_name,"__versions")==0)
175 while ((p = strstr(secstrings + sechdrs[i].sh_name, ".init")))
414 char *secstrings; local
417 secstrings = (char *)hdr + sechdrs[hdr->e_shstrndx].sh_offset;
419 if (strcmp(secstrings+sechdrs[i].sh_name, name) == 0)
156 module_frob_arch_sections(Elf64_Ehdr *hdr, Elf64_Shdr *sechdrs, char *secstrings, struct module *me) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/kernel/
H A Dmodule.c45 char *secstrings,
108 char *secstrings = (void *)hdr + sechdrs[hdr->e_shstrndx].sh_offset; local
111 if (!strcmp(".text", secstrings + s->sh_name))
113 if (!strcmp(".altinstructions", secstrings + s->sh_name))
115 if (!strcmp(".smp_locks", secstrings + s->sh_name))
117 if (!strcmp(".parainstructions", secstrings + s->sh_name))
43 module_frob_arch_sections(Elf_Ehdr *hdr, Elf_Shdr *sechdrs, char *secstrings, struct module *mod) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/lib/
H A Dbug.c65 char *secstrings; local
72 secstrings = (char *)hdr + sechdrs[hdr->e_shstrndx].sh_offset;
74 if (strcmp(secstrings+sechdrs[i].sh_name, "__bug_table"))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dmoduleloader.h13 char *secstrings,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/x86_64/kernel/
H A Dmodule.c61 char *secstrings,
148 char *secstrings = (void *)hdr + sechdrs[hdr->e_shstrndx].sh_offset; local
151 if (!strcmp(".text", secstrings + s->sh_name))
153 if (!strcmp(".altinstructions", secstrings + s->sh_name))
155 if (!strcmp(".smp_locks", secstrings + s->sh_name))
59 module_frob_arch_sections(Elf_Ehdr *hdr, Elf_Shdr *sechdrs, char *secstrings, struct module *mod) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/blackfin/kernel/
H A Dmodule.c161 char *secstrings, struct module *mod)
167 if ((strcmp(".l1.text", secstrings + s->sh_name) == 0) ||
168 ((strcmp(".text", secstrings + s->sh_name)==0) &&
182 if ((strcmp(".l1.data", secstrings + s->sh_name) == 0)||
183 ((strcmp(".data", secstrings + s->sh_name)==0) &&
197 if (strcmp(".l1.bss", secstrings + s->sh_name) == 0 ||
198 ((strcmp(".bss", secstrings + s->sh_name)==0) &&
212 if (strcmp(".l1.data.B", secstrings + s->sh_name) == 0) {
225 if (strcmp(".l1.bss.B", secstrings + s->sh_name) == 0) {
386 char *secstrings; local
160 module_frob_arch_sections(Elf_Ehdr * hdr, Elf_Shdr * sechdrs, char *secstrings, struct module *mod) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/v850/kernel/
H A Dmodule.c66 const char *secstrings,
77 if ((strstr(secstrings + sechdrs[i].sh_name, ".init") != 0)
99 char *secstrings,
106 if (strcmp(secstrings + sechdrs[i].sh_name, ".init.plt") == 0)
108 else if (strcmp(secstrings + sechdrs[i].sh_name, ".plt") == 0)
118 = get_plt_size(hdr, sechdrs, secstrings, 0);
120 = get_plt_size(hdr, sechdrs, secstrings, 1);
64 get_plt_size(const Elf32_Ehdr *hdr, const Elf32_Shdr *sechdrs, const char *secstrings, int is_init) argument
97 module_frob_arch_sections(Elf32_Ehdr *hdr, Elf32_Shdr *sechdrs, char *secstrings, struct module *me) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/xtensa/kernel/
H A Dmodule.c39 char *secstrings,
37 module_frob_arch_sections(Elf32_Ehdr *hdr, Elf32_Shdr *sechdrs, char *secstrings, struct module *me) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/frv/kernel/
H A Dmodule.c39 char *secstrings,
37 module_frob_arch_sections(Elf_Ehdr *hdr, Elf_Shdr *sechdrs, char *secstrings, struct module *mod) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/kernel/
H A Dmodule.c109 const char *secstrings,
117 && strcmp(secstrings+sechdrs[i].sh_name, name) == 0)
420 const char *secstrings)
422 return find_sec(hdr, sechdrs, secstrings, ".data.percpu");
455 const char *secstrings)
991 char *secstrings, Elf_Shdr *sechdrs)
1021 sattr->name = kstrdup(secstrings + sechdrs[i].sh_name,
1352 const char *secstrings)
1376 || strncmp(secstrings + s->sh_name,
1380 DEBUGP("\t%s\n", secstrings
107 find_sec(Elf_Ehdr *hdr, Elf_Shdr *sechdrs, const char *secstrings, const char *name) argument
418 find_pcpusec(Elf_Ehdr *hdr, Elf_Shdr *sechdrs, const char *secstrings) argument
453 find_pcpusec(Elf_Ehdr *hdr, Elf_Shdr *sechdrs, const char *secstrings) argument
990 add_sect_attrs(struct module *mod, unsigned int nsect, char *secstrings, Elf_Shdr *sechdrs) argument
1349 layout_sections(struct module *mod, const Elf_Ehdr *hdr, Elf_Shdr *sechdrs, const char *secstrings) argument
1481 elf_type(const Elf_Sym *sym, Elf_Shdr *sechdrs, const char *secstrings, struct module *mod) argument
1521 add_kallsyms(struct module *mod, Elf_Shdr *sechdrs, unsigned int symindex, unsigned int strindex, const char *secstrings) argument
1539 add_kallsyms(struct module *mod, Elf_Shdr *sechdrs, unsigned int symindex, unsigned int strindex, const char *secstrings) argument
1556 char *secstrings, *args, *modmagic, *strtab = NULL; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/cris/kernel/
H A Dmodule.c44 char *secstrings,
42 module_frob_arch_sections(Elf_Ehdr *hdr, Elf_Shdr *sechdrs, char *secstrings, struct module *mod) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/kernel/
H A Dvpe.c298 Elf_Shdr * sechdrs, const char *secstrings)
318 // || strncmp(secstrings + s->sh_name, ".init", 5) == 0)
595 const char *secstrings,
605 if (strncmp(secstrings + sechdrs[i].sh_name, ".bss", 4) == 0) {
843 char *secstrings, *strtab = NULL; local
877 secstrings = (void *)hdr + sechdrs[hdr->e_shstrndx].sh_offset;
903 layout_sections(&mod, hdr, sechdrs, secstrings);
927 secstrings + sechdrs[i].sh_name, sechdrs[i].sh_addr);
931 simplify_symbols(sechdrs, symindex, strtab, secstrings,
976 secstrings
297 layout_sections(struct module *mod, const Elf_Ehdr * hdr, Elf_Shdr * sechdrs, const char *secstrings) argument
592 simplify_symbols(Elf_Shdr * sechdrs, unsigned int symindex, const char *strtab, const char *secstrings, unsigned int nsecs, struct module *mod) argument
[all...]
H A Dmodule.c73 char *secstrings, struct module *mod)
388 char *secstrings = (void *)hdr + sechdrs[hdr->e_shstrndx].sh_offset; local
392 if (strcmp("__dbe_table", secstrings + s->sh_name) != 0)
72 module_frob_arch_sections(Elf_Ehdr *hdr, Elf_Shdr *sechdrs, char *secstrings, struct module *mod) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sh/kernel/
H A Dmodule.c43 char *secstrings,
41 module_frob_arch_sections(Elf_Ehdr *hdr, Elf_Shdr *sechdrs, char *secstrings, struct module *mod) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sh64/kernel/
H A Dmodule.c50 char *secstrings,
48 module_frob_arch_sections(Elf_Ehdr *hdr, Elf_Shdr *sechdrs, char *secstrings, struct module *mod) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/h8300/kernel/
H A Dmodule.c27 char *secstrings,
25 module_frob_arch_sections(Elf_Ehdr *hdr, Elf_Shdr *sechdrs, char *secstrings, struct module *mod) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68knommu/kernel/
H A Dmodule.c27 char *secstrings,
25 module_frob_arch_sections(Elf_Ehdr *hdr, Elf_Shdr *sechdrs, char *secstrings, struct module *mod) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/alpha/kernel/
H A Dmodule.c87 char *secstrings, struct module *me)
103 else if (!strcmp(".got", secstrings + s->sh_name)) {
86 module_frob_arch_sections(Elf64_Ehdr *hdr, Elf64_Shdr *sechdrs, char *secstrings, struct module *me) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/scripts/mod/
H A Dmodpost.c390 const char *secstrings local
398 secname = secstrings + sechdrs[i].sh_name;
800 const char *secstrings = (void *)hdr + local
811 symsec = secstrings + elf->sechdrs[sym->st_shndx].sh_name;
851 const char *secstrings = (void *)hdr + local
853 const char *secname = secstrings + sechdrs[sym->st_shndx].sh_name;
919 const char *secstrings = (void *)hdr + local
924 const char *name = secstrings + sechdrs[i].sh_name;
957 secname = secstrings +
991 secname = secstrings
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ia64/kernel/
H A Dmodule.c435 module_frob_arch_sections (Elf_Ehdr *ehdr, Elf_Shdr *sechdrs, char *secstrings, argument
446 if (strcmp(".core.plt", secstrings + s->sh_name) == 0)
448 else if (strcmp(".init.plt", secstrings + s->sh_name) == 0)
450 else if (strcmp(".got", secstrings + s->sh_name) == 0)
452 else if (strcmp(".opd", secstrings + s->sh_name) == 0)
454 else if (strcmp(".IA_64.unwind", secstrings + s->sh_name) == 0)
472 if (strstr(secstrings + s->sh_name, ".init"))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc/kernel/
H A Dmodule.c43 char *secstrings,
41 module_frob_arch_sections(Elf_Ehdr *hdr, Elf_Shdr *sechdrs, char *secstrings, struct module *mod) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68k/kernel/
H A Dmodule.c35 char *secstrings,
33 module_frob_arch_sections(Elf_Ehdr *hdr, Elf_Shdr *sechdrs, char *secstrings, struct module *mod) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/kernel/
H A Dmodule.c65 char *secstrings,
63 module_frob_arch_sections(Elf_Ehdr *hdr, Elf_Shdr *sechdrs, char *secstrings, struct module *mod) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc64/kernel/
H A Dmodule.c61 char *secstrings,
59 module_frob_arch_sections(Elf_Ehdr *hdr, Elf_Shdr *sechdrs, char *secstrings, struct module *mod) argument

Completed in 157 milliseconds

12