/toolchain/binutils/binutils-2.27/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() 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()
|
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.27/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.27/intl/ |
D | plural-exp.c | 109 plural = strstr (nullentry, "plural="); 110 nplurals = strstr (nullentry, "nplurals=");
|
/toolchain/binutils/binutils-2.27/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()
|
/toolchain/binutils/binutils-2.27/gold/ |
D | debug.h | 67 if (strstr(arg, debug_options[i].name)) in debug_string_to_enum()
|
/toolchain/binutils/binutils-2.27/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.27/ld/ |
D | sysdep.h | 111 extern char *strstr ();
|
/toolchain/binutils/binutils-2.27/binutils/ |
D | sysdep.h | 86 extern char *strstr ();
|
D | nm.c | 664 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()
|
D | objdump.c | 682 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()
|
D | dllwrap.c | 833 if (strstr (target, "cygwin")) in main() 835 else if (strstr (target, "mingw")) in main()
|
/toolchain/binutils/binutils-2.27/bfd/ |
D | sysdep.h | 146 extern char *strstr ();
|
D | elf32-arc.c | 212 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) \
|
D | elf32-xc16x.c | 312 if (!strstr (input_section->name,".debug")) in elf32_xc16x_final_link_relocate()
|
/toolchain/binutils/binutils-2.27/ld/emultempl/ |
D | scoreelf.em | 47 if (strstr (bfd_get_target (link_info.output_bfd), "score") == NULL)
|
/toolchain/binutils/binutils-2.27/gas/config/ |
D | tc-xc16x.c | 326 if (!strstr (seg->name,".debug")) in md_apply_fix()
|
D | tc-tic54x.c | 4400 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/ |
D | as.h | 119 extern char *strstr ();
|
D | config.in | 97 /* 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/ |
D | override.m4 | 53 [m4_fatal(m4_do([m4 with buggy strstr detected. Please install
|