/toolchain/binutils/binutils-2.25/opcodes/ |
D | ia64-gen.c | 725 if ((notestr = strstr (name, "+")) != NULL) in parse_resource_users() 898 return ((op == IA64_OPND_RR_R3 && strstr (field, "rr")) in irf_operand() 899 || (op == IA64_OPND_DBR_R3 && strstr (field, "dbr")) in irf_operand() 900 || (op == IA64_OPND_IBR_R3 && strstr (field, "ibr")) in irf_operand() 901 || (op == IA64_OPND_PKR_R3 && strstr (field, "pkr")) in irf_operand() 902 || (op == IA64_OPND_PMC_R3 && strstr (field, "pmc")) in irf_operand() 903 || (op == IA64_OPND_PMD_R3 && strstr (field, "pmd")) in irf_operand() 904 || (op == IA64_OPND_MSR_R3 && strstr (field, "msr")) in irf_operand() 905 || (op == IA64_OPND_CPUID_R3 && strstr (field, "cpuid")) in irf_operand() 906 || (op == IA64_OPND_DAHR_R3 && strstr (field, "dahr"))); in irf_operand() [all …]
|
D | ip2k-asm.c | 94 afteroffset = strstr (*strp, "(IP)"); in parse_fr() 98 afteroffset = strstr (*strp, "(ip)"); in parse_fr() 121 afteroffset = strstr (*strp, "(DP)"); in parse_fr() 125 afteroffset = strstr (*strp, "(dp)"); in parse_fr() 162 afteroffset = strstr (*strp, "(SP)"); in parse_fr() 166 afteroffset = strstr (*strp, "(sp)"); in parse_fr()
|
D | nds32-dis.c | 269 else if (strstr (opc->instruction, "tito")) in nds32_parse_opcode() 959 while (strstr ((*opc)->opcode, string) == NULL in nds32_special_opcode() 960 && strstr ((*opc)->instruction, string) == NULL && (*opc)->next) in nds32_special_opcode() 1031 if (info->section && strstr (info->section->name, ".ex9.itable") != NULL) in print_insn_nds32() 1045 && strstr (info->section->name, ".ex9.itable") != NULL) in print_insn_nds32()
|
D | xgate-dis.c | 329 where = strstr (xgate_opcodes[i].constraints, lastName); in macro_search() 337 where = strstr (xgate_opcodes[i].constraints, currentName); in macro_search()
|
D | vax-dis.c | 124 while ((options = strstr (options, entry_switch))) in parse_disassembler_options()
|
/toolchain/binutils/binutils-2.25/gold/testsuite/ |
D | plugin_section_order.c | 155 if (strstr(name, "_Z3foov") != NULL) in claim_file_hook() 157 else if (strstr(name, "_Z3barv") != NULL) in claim_file_hook() 159 else if (strstr(name, "_Z3bazv") != NULL) in claim_file_hook()
|
/toolchain/binutils/binutils-2.25/intl/ |
D | plural-exp.c | 109 plural = strstr (nullentry, "plural="); 110 nplurals = strstr (nullentry, "nplurals=");
|
/toolchain/binutils/binutils-2.25/cpu/ |
D | ip2k.opc | 130 afteroffset = strstr (*strp, "(IP)"); 134 afteroffset = strstr (*strp, "(ip)"); 157 afteroffset = strstr (*strp, "(DP)"); 161 afteroffset = strstr (*strp, "(dp)"); 198 afteroffset = strstr (*strp, "(SP)"); 202 afteroffset = strstr (*strp, "(sp)");
|
/toolchain/binutils/binutils-2.25/libiberty/ |
D | strstr.c | 30 strstr (const char *s1, const char *s2) in strstr() function
|
D | cplus-dem.c | 2305 if ((ARM_DEMANGLING || HP_DEMANGLING) && (*anchor = strstr (mangled, "__pt__"))) in arm_pt() 2320 if ((*anchor = strstr (mangled, "__tm__")) in arm_pt() 2321 || (*anchor = strstr (mangled, "__ps__")) in arm_pt() 2322 || (*anchor = strstr (mangled, "__pt__"))) in arm_pt() 2335 else if ((*anchor = strstr (mangled, "__S"))) in arm_pt() 2652 || strstr (scan + 2, "__") == NULL) in iterate_demangle_function() 2884 if ((scan = strstr (scan, "__")) == NULL || (*(scan + 2) == '\0')) in demangle_prefix()
|
D | Makefile.in | 154 strncmp.c strrchr.c strsignal.c strstr.c strtod.c strtol.c \ 221 ./strrchr.$(objext) ./strstr.$(objext) ./strtod.$(objext) \ 1449 ./strstr.$(objext): $(srcdir)/strstr.c 1451 $(COMPILE.c) $(PICFLAG) $(srcdir)/strstr.c -o pic/$@; \ 1454 $(COMPILE.c) $(PICFLAG) $(NOASANFLAG) $(srcdir)/strstr.c -o noasan/$@; \ 1456 $(COMPILE.c) $(srcdir)/strstr.c $(OUTPUT_OPTION)
|
/toolchain/binutils/binutils-2.25/gas/config/ |
D | tc-nds32.c | 2199 if (nds32_pic && strstr (arg_label, "@PLT")) in do_pseudo_b() 2220 && (strstr (arg_label, "@GOT") || strstr (arg_label, "@PLT"))) in do_pseudo_bal() 2319 if (!nds32_pic && !strstr(arg_label, "@")) in do_pseudo_la_internal() 2324 else if (strstr (arg_label, "@TPOFF")) in do_pseudo_la_internal() 2331 else if (strstr(arg_label, "@GOTTPOFF")) in do_pseudo_la_internal() 2338 else if (nds32_pic && ((strstr (arg_label, "@PLT") in do_pseudo_la_internal() 2339 || strstr (arg_label, "@GOTOFF")))) in do_pseudo_la_internal() 2345 else if (nds32_pic && strstr (arg_label, "@GOT")) in do_pseudo_la_internal() 2436 if (strstr (argv[1], "@TPOFF")) in do_pseudo_ls_bhw() 2443 else if (strstr (argv[1], "@GOTTPOFF")) in do_pseudo_ls_bhw() [all …]
|
D | tc-xc16x.c | 326 if (!strstr (seg->name,".debug")) in md_apply_fix()
|
D | tc-tic54x.c | 4432 if (strstr (line, ".if") in subsym_substitute() 4433 || strstr (line, ".elseif") in subsym_substitute() 4434 || strstr (line, ".break")) in subsym_substitute() 4439 if (strstr (line, ".eval") || strstr (line, ".asg")) in subsym_substitute() 4444 if (strstr (line, ".macro")) in subsym_substitute() 4459 tmp = strstr (ptr + 2, "\"\"\""); in subsym_substitute() 4903 if (strstr (line, "||") != NULL || parallel_on_next_line_hint) in md_assemble() 4905 char *tmp = strstr (line, "||"); in md_assemble()
|
/toolchain/binutils/binutils-2.25/gold/ |
D | debug.h | 65 if (strstr(arg, debug_options[i].name)) in debug_string_to_enum()
|
/toolchain/binutils/binutils-2.25/ld/ |
D | sysdep.h | 111 extern char *strstr ();
|
/toolchain/binutils/binutils-2.25/binutils/ |
D | sysdep.h | 86 extern char *strstr ();
|
D | nm.c | 626 xf = (strstr (xn, "gnu_compiled") != NULL in size_forward1() 627 || strstr (xn, "gcc2_compiled") != NULL); in size_forward1() 628 yf = (strstr (yn, "gnu_compiled") != NULL in size_forward1() 629 || strstr (yn, "gcc2_compiled") != NULL); in size_forward1() 1129 if (strstr (bfd_get_target (file), "64") != NULL in set_print_width()
|
D | objdump.c | 667 af = (strstr (an, "gnu_compiled") != NULL in compare_symbols() 668 || strstr (an, "gcc2_compiled") != NULL); in compare_symbols() 669 bf = (strstr (bn, "gnu_compiled") != NULL in compare_symbols() 670 || strstr (bn, "gcc2_compiled") != NULL); in compare_symbols() 2101 && (strstr (bfd_asymbol_name (sym), "gnu_compiled") in disassemble_section() 2103 && (strstr (bfd_asymbol_name (sym), "gcc2_compiled") in disassemble_section()
|
/toolchain/binutils/binutils-2.25/bfd/ |
D | sysdep.h | 146 extern char *strstr ();
|
D | elf32-xc16x.c | 312 if (!strstr (input_section->name,".debug")) in elf32_xc16x_final_link_relocate()
|
/toolchain/binutils/binutils-2.25/ld/emultempl/ |
D | scoreelf.em | 47 if (strstr (bfd_get_target (link_info.output_bfd), "score") == NULL)
|
/toolchain/binutils/binutils-2.25/config/ |
D | override.m4 | 53 [m4_fatal(m4_do([m4 with buggy strstr detected. Please install
|
/toolchain/binutils/binutils-2.25/gas/ |
D | as.h | 126 extern char *strstr ();
|
D | config.in | 83 /* Define to 1 if you have the declaration of `strstr', and to 0 if you don't. 221 /* Define if strstr is not declared in system header files. */
|