Lines Matching refs:strcmp
92 return strcmp(str + strlen(str) - strlen(postfix), postfix) == 0; in strends()
105 return (strcmp(myname, "vmlinux") == 0) || in is_vmlinux()
106 (strcmp(myname, "vmlinux.o") == 0); in is_vmlinux()
125 if (strcmp(mod->name, modname) == 0) in find_module()
227 if (strcmp(s->name, name) == 0) in find_symbol()
258 if (strcmp(export_list[i].str, s) == 0) in export_no()
507 if (strcmp(secname, ".modinfo") == 0) { in parse_elf()
512 } else if (strcmp(secname, "__ksymtab") == 0) in parse_elf()
514 else if (strcmp(secname, "__ksymtab_unused") == 0) in parse_elf()
516 else if (strcmp(secname, "__ksymtab_gpl") == 0) in parse_elf()
518 else if (strcmp(secname, "__ksymtab_unused_gpl") == 0) in parse_elf()
520 else if (strcmp(secname, "__ksymtab_gpl_future") == 0) in parse_elf()
578 if (strcmp(symname, VMLINUX_SYMBOL_STR(__this_module)) == 0) in ignore_undef_symbol()
581 if (strcmp(symname, "_GLOBAL_OFFSET_TABLE_") == 0) in ignore_undef_symbol()
675 if (strcmp(symname, VMLINUX_SYMBOL_STR(init_module)) == 0) in handle_modversions()
677 if (strcmp(symname, VMLINUX_SYMBOL_STR(cleanup_module)) == 0) in handle_modversions()
810 if (strcmp(p, sym) == 0) in match()
1170 if (strcmp(tosec, ".init.text") == 0 && in secref_whitelist()
1285 if (strcmp(symsec, sec) != 0) in find_elf_symbol2()
1588 (((Cur) == (Start) + 1) && (strcmp("__ex_table", (Sec)) == 0))
1995 if (strcmp(filename, "-") != 0) { in read_symbols_from_files()