Home
last modified time | relevance | path

Searched refs:strstr (Results 1 – 25 of 78) sorted by relevance

1234

/toolchain/binutils/binutils-2.27/opcodes/
Dia64-gen.c725 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 …]
Dip2k-asm.c94 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()
Dnds32-dis.c269 else if (strstr (opc->instruction, "tito")) in nds32_parse_opcode()
988 while (strstr ((*opc)->opcode, string) == NULL in nds32_special_opcode()
989 && strstr ((*opc)->instruction, string) == NULL && (*opc)->next) in nds32_special_opcode()
1060 if (info->section && strstr (info->section->name, ".ex9.itable") != NULL) in print_insn_nds32()
1074 && strstr (info->section->name, ".ex9.itable") != NULL) in print_insn_nds32()
Dxgate-dis.c329 where = strstr (xgate_opcodes[i].constraints, lastName); in macro_search()
337 where = strstr (xgate_opcodes[i].constraints, currentName); in macro_search()
Dvax-dis.c124 while ((options = strstr (options, entry_switch))) in parse_disassembler_options()
/toolchain/binutils/binutils-2.27/gold/testsuite/
Dplugin_section_order.c155 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.27/intl/
Dplural-exp.c109 plural = strstr (nullentry, "plural=");
110 nplurals = strstr (nullentry, "nplurals=");
/toolchain/binutils/binutils-2.27/libiberty/
Dstrstr.c30 strstr (const char *s1, const char *s2) in strstr() function
Dcplus-dem.c2305 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()
/toolchain/binutils/binutils-2.27/gold/
Ddebug.h67 if (strstr(arg, debug_options[i].name)) in debug_string_to_enum()
/toolchain/binutils/binutils-2.27/cpu/
Dip2k.opc130 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.27/ld/
Dsysdep.h111 extern char *strstr ();
/toolchain/binutils/binutils-2.27/binutils/
Dsysdep.h86 extern char *strstr ();
Dnm.c664 xf = (strstr (xn, "gnu_compiled") != NULL in size_forward1()
665 || strstr (xn, "gcc2_compiled") != NULL); in size_forward1()
666 yf = (strstr (yn, "gnu_compiled") != NULL in size_forward1()
667 || strstr (yn, "gcc2_compiled") != NULL); in size_forward1()
1204 if (strstr (bfd_get_target (file), "64") != NULL in set_print_width()
Dobjdump.c682 af = (strstr (an, "gnu_compiled") != NULL in compare_symbols()
683 || strstr (an, "gcc2_compiled") != NULL); in compare_symbols()
684 bf = (strstr (bn, "gnu_compiled") != NULL in compare_symbols()
685 || strstr (bn, "gcc2_compiled") != NULL); in compare_symbols()
2157 && (strstr (bfd_asymbol_name (sym), "gnu_compiled") in disassemble_section()
2159 && (strstr (bfd_asymbol_name (sym), "gcc2_compiled") in disassemble_section()
Ddllwrap.c833 if (strstr (target, "cygwin")) in main()
835 else if (strstr (target, "mingw")) in main()
/toolchain/binutils/binutils-2.27/bfd/
Dsysdep.h146 extern char *strstr ();
Delf32-arc.c212 return (strstr (howto->name, "PC") != NULL) ? TRUE : FALSE; in is_reloc_PC_relative()
218 return (strstr (howto->name, "SDA") != NULL) ? TRUE : FALSE; in is_reloc_SDA_relative()
224 if (strstr (howto->name, "TLS") != NULL) in is_reloc_for_GOT()
226 return (strstr (howto->name, "GOT") != NULL) ? TRUE : FALSE; in is_reloc_for_GOT()
232 return (strstr (howto->name, "PLT") != NULL) ? TRUE : FALSE; in is_reloc_for_PLT()
238 return (strstr (howto->name, "TLS") != NULL) ? TRUE : FALSE; in is_reloc_for_TLS()
313 (strstr (#FORMULA, " P ") != NULL || strstr (#FORMULA, " PDATA ") != NULL); \ in arc_elf_howto_init()
316 if (strstr (#FORMULA, " ME ") != NULL) \ in arc_elf_howto_init()
826 #define IS_ME(FORMULA,BFD) ((strstr (FORMULA, "ME") != NULL) \
Delf32-xc16x.c312 if (!strstr (input_section->name,".debug")) in elf32_xc16x_final_link_relocate()
/toolchain/binutils/binutils-2.27/ld/emultempl/
Dscoreelf.em47 if (strstr (bfd_get_target (link_info.output_bfd), "score") == NULL)
/toolchain/binutils/binutils-2.27/gas/config/
Dtc-xc16x.c326 if (!strstr (seg->name,".debug")) in md_apply_fix()
Dtc-tic54x.c4400 if (strstr (line, ".if") in subsym_substitute()
4401 || strstr (line, ".elseif") in subsym_substitute()
4402 || strstr (line, ".break")) in subsym_substitute()
4407 if (strstr (line, ".eval") || strstr (line, ".asg")) in subsym_substitute()
4412 if (strstr (line, ".macro")) in subsym_substitute()
4427 tmp = strstr (ptr + 2, "\"\"\""); in subsym_substitute()
4867 if (strstr (line, "||") != NULL || parallel_on_next_line_hint) in md_assemble()
4869 char *tmp = strstr (line, "||"); in md_assemble()
/toolchain/binutils/binutils-2.27/gas/
Das.h119 extern char *strstr ();
Dconfig.in97 /* Define to 1 if you have the declaration of `strstr', and to 0 if you don't.
232 /* Define if strstr is not declared in system header files. */
/toolchain/binutils/binutils-2.27/config/
Doverride.m453 [m4_fatal(m4_do([m4 with buggy strstr detected. Please install

1234