Lines Matching refs:strncmp
326 if (strncmp (input_line_pointer, "bss\"", 4) == 0) in elf_common_parse()
328 else if (strncmp (input_line_pointer, "data\"", 5) == 0) in elf_common_parse()
829 if (len == 8 && strncmp (str, "progbits", 8) == 0) in obj_elf_section_type()
831 if (len == 6 && strncmp (str, "nobits", 6) == 0) in obj_elf_section_type()
833 if (len == 4 && strncmp (str, "note", 4) == 0) in obj_elf_section_type()
835 if (len == 10 && strncmp (str, "init_array", 10) == 0) in obj_elf_section_type()
837 if (len == 10 && strncmp (str, "fini_array", 10) == 0) in obj_elf_section_type()
839 if (len == 13 && strncmp (str, "preinit_array", 13) == 0) in obj_elf_section_type()
860 if (len == 5 && strncmp (str, "write", 5) == 0) in obj_elf_section_word()
862 if (len == 5 && strncmp (str, "alloc", 5) == 0) in obj_elf_section_word()
864 if (len == 9 && strncmp (str, "execinstr", 9) == 0) in obj_elf_section_word()
866 if (len == 7 && strncmp (str, "exclude", 7) == 0) in obj_elf_section_word()
868 if (len == 3 && strncmp (str, "tls", 3) == 0) in obj_elf_section_word()
1071 if (strncmp (input_line_pointer, "comdat", 6) == 0) in obj_elf_section()
1077 else if (strncmp (name, ".gnu.linkonce", 13) == 0) in obj_elf_section()
2025 if (strncmp (".stab", sec->name, 5)) in adjust_stab_sections()