Searched refs:secname (Results 1 – 5 of 5) sorted by relevance
| /linux/scripts/ |
| H A D | generate_initcall_order.pl | 48 my $secname = $initcalls->{$counter}->{'module'} . '__' . 53 print "$index $level $secname\n"; 72 my ($index, $level, $secname) = $data =~ 77 !defined($secname)) { 89 'secname' => $secname 260 foreach my $secname (@{$sections->{$level}}) { 261 print "\t\t*(${section}..${secname}) ;\n";
|
| /linux/arch/arm/kernel/ |
| H A D | module.c | 427 const char *secname = secstrs + s->sh_name; in module_finalize() local 435 if (!strcmp(".ARM.exidx", secname)) in module_finalize() 438 txtname = secname + strlen(".ARM.exidx"); in module_finalize() 451 if (strcmp(".ARM.exidx.init.text", secname) == 0) in module_finalize()
|
| /linux/scripts/mod/ |
| H A D | modpost.c | 508 const char *secname; in parse_elf() local 516 secname = secstrings + sechdrs[i].sh_name; in parse_elf() 517 if (strcmp(secname, ".modinfo") == 0) { in parse_elf() 522 } else if (!strcmp(secname, ".export_symbol")) { in parse_elf() 524 } else if (!strcmp(secname, ".no_trim_symbol")) { in parse_elf() 1076 Elf_Addr faddr, const char *secname, in check_export_symbol() argument 1137 if (match(secname, PATTERNS(ALL_INIT_SECTIONS))) in check_export_symbol() 1140 else if (match(secname, PATTERNS(ALL_EXIT_SECTIONS))) in check_export_symbol() 1444 const char *secname = sec_name(elf, secndx); in check_sec_ref() local 1448 if (match(secname, section_white_list)) in check_sec_ref() [all …]
|
| /linux/arch/parisc/kernel/ |
| H A D | module.c | 914 char *secname = secstrings + s->sh_name; in module_finalize() local 916 if (!strcmp(".altinstructions", secname)) in module_finalize() 925 if (symindex != -1 && !strcmp(secname, FTRACE_CALLSITE_SECTION)) { in module_finalize()
|
| /linux/arch/mips/boot/tools/ |
| H A D | relocs.c | 109 static struct section *sec_lookup(const char *secname) in sec_lookup() argument 114 if (strcmp(secname, sec_name(i)) == 0) in sec_lookup()
|