Lines Matching refs:strcmp
91 return strcmp(str + strlen(str) - strlen(postfix), postfix) == 0; in strends()
104 return (strcmp(myname, "vmlinux") == 0) || in is_vmlinux()
105 (strcmp(myname, "vmlinux.o") == 0); in is_vmlinux()
124 if (strcmp(mod->name, modname) == 0) in find_module()
226 if (strcmp(s->name, name) == 0) in find_symbol()
257 if (strcmp(export_list[i].str, s) == 0) in export_no()
506 if (strcmp(secname, ".modinfo") == 0) { in parse_elf()
511 } else if (strcmp(secname, "__ksymtab") == 0) in parse_elf()
513 else if (strcmp(secname, "__ksymtab_unused") == 0) in parse_elf()
515 else if (strcmp(secname, "__ksymtab_gpl") == 0) in parse_elf()
517 else if (strcmp(secname, "__ksymtab_unused_gpl") == 0) in parse_elf()
519 else if (strcmp(secname, "__ksymtab_gpl_future") == 0) in parse_elf()
577 if (strcmp(symname, VMLINUX_SYMBOL_STR(__this_module)) == 0) in ignore_undef_symbol()
580 if (strcmp(symname, "_GLOBAL_OFFSET_TABLE_") == 0) in ignore_undef_symbol()
674 if (strcmp(symname, VMLINUX_SYMBOL_STR(init_module)) == 0) in handle_modversions()
676 if (strcmp(symname, VMLINUX_SYMBOL_STR(cleanup_module)) == 0) in handle_modversions()
809 if (strcmp(p, sym) == 0) in match()
1166 if (strcmp(tosec, ".init.text") == 0 && in secref_whitelist()
1281 if (strcmp(symsec, sec) != 0) in find_elf_symbol2()
1584 (((Cur) == (Start) + 1) && (strcmp("__ex_table", (Sec)) == 0))
1991 if (strcmp(filename, "-") != 0) { in read_symbols_from_files()