Lines Matching refs:secname
520 const char *secname; in parse_elf() local
528 secname = secstrings + sechdrs[i].sh_name; in parse_elf()
529 if (strcmp(secname, ".modinfo") == 0) { in parse_elf()
534 } else if (!strcmp(secname, ".export_symbol")) { in parse_elf()
1077 Elf_Addr faddr, const char *secname, in check_export_symbol() argument
1138 if (match(secname, PATTERNS(ALL_INIT_SECTIONS))) in check_export_symbol()
1141 else if (match(secname, PATTERNS(ALL_EXIT_SECTIONS))) in check_export_symbol()
1445 const char *secname = sec_name(elf, secndx); in check_sec_ref() local
1449 if (match(secname, section_white_list)) in check_sec_ref()
1456 section_rela(mod, elf, secndx, secname, in check_sec_ref()
1459 section_rel(mod, elf, secndx, secname, in check_sec_ref()