Lines Matching refs:strcmp

514       else if (strcmp (arg, "abbrev") == 0)
516 else if (strcmp (arg, "addr") == 0)
521 else if (strcmp (arg, "aranges") == 0)
523 else if (strcmp (arg, "decodedaranges") == 0)
528 else if (strcmp (arg, "ranges") == 0)
533 else if (strcmp (arg, "frame") == 0 || strcmp (arg, "frames") == 0)
535 else if (strcmp (arg, "info") == 0)
540 else if (strcmp (arg, "info+") == 0)
546 else if (strcmp (arg, "loc") == 0)
551 else if (strcmp (arg, "line") == 0)
553 else if (strcmp (arg, "decodedline") == 0)
558 else if (strcmp (arg, "pubnames") == 0)
560 else if (strcmp (arg, "str") == 0)
566 else if (strcmp (arg, "macinfo") == 0)
568 else if (strcmp (arg, "macro") == 0)
570 else if (strcmp (arg, "exception") == 0)
572 else if (strcmp (arg, "gdb_index") == 0)
693 if (strcmp (sname, elf_input_section) == 0)
2453 if (sname == NULL || strcmp (sname, symbol_table_section) != 0)
3829 || strcmp ((const char *) name, "gnu"));
6790 bool is_eh_frame = strcmp (scnname, ".eh_frame") == 0;
6921 if (strcmp (augmentation, "eh") == 0)
8268 else if (strcmp (last_file, file) != 0)
11463 if (flen > 4 && strcmp (".dwo", fname + flen - 4) == 0)
11605 if (strcmp (name, ".debug_info") == 0
11606 || strcmp (name, ".debug_info.dwo") == 0
11607 || strcmp (name, ".zdebug_info") == 0
11608 || strcmp (name, ".zdebug_info.dwo") == 0
11609 || strcmp (name, ".gnu.debuglto_.debug_info") == 0)
11698 && strcmp (&name[14], debug_sections[n].name) == 0)
12067 : strcmp (item1->group, item2->group))
12122 && strcmp (sorted_items[i]->group, sorted_items[i - 1]->group))
12135 || !strcmp ((*item)->group, groups[i][0]->group)));
12327 return ((r1->set == r2->set ? 0 : strcmp (r1->set, r2->set))
12349 && (a->set == b->set || !strcmp (a->set, b->set)));
12728 else if (nhdr.n_namesz == 5 && strcmp (name, "CORE") == 0)
12787 if (sname == NULL || strcmp (sname, notes_section) != 0)
13019 if (!strcmp (name, a->arg))