/toolchain/binutils/binutils-2.25/gprof/ |
D | corefile.c | 94 int matches; in read_function_mappings() local 96 matches = fscanf (file, "%[^\n:]", dummy); in read_function_mappings() 97 if (!matches) in read_function_mappings() 103 matches = fscanf (file, "\n"); in read_function_mappings() 104 if (matches == EOF) in read_function_mappings() 110 matches = fscanf (file, "%[^\n]\n", dummy); in read_function_mappings() 111 if (!matches) in read_function_mappings() 127 int matches; in read_function_mappings() local 130 matches = fscanf (file, "%[^\n:]", dummy); in read_function_mappings() 131 if (!matches) in read_function_mappings() [all …]
|
/toolchain/binutils/binutils-2.25/libiberty/ |
D | fnmatch.txh | 5 matches, @code{FNM_NOMATCH} if not. @var{pattern} may contain the 39 Means that @var{string} also matches @var{pattern} if some initial part 40 of @var{string} matches, and is followed by @code{/} and zero or more
|
D | functions.texi | 77 @var{base} for a member that matches the object pointed to by @var{key}. 356 matches, @code{FNM_NOMATCH} if not. @var{pattern} may contain the 390 Means that @var{string} also matches @var{pattern} if some initial part 391 of @var{string} matches, and is followed by @code{/} and zero or more
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-scripts/ |
D | defined3.d | 7 # Check that DEFINED matches only symbols defined before its location.
|
D | section-match-1.t | 8 the potential matches. */
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/ |
D | mips4-fp.s | 12 # This choice of arguments is so that it matches bc3f on pre-mips4.
|
/toolchain/binutils/binutils-2.25/gold/ |
D | attributes.h | 158 matches(const Object_attribute& oa) const;
|
D | attributes.cc | 77 Object_attribute::matches(const Object_attribute& oa) const in matches() function in gold::Object_attribute
|
/toolchain/binutils/binutils-2.25/ld/emultempl/ |
D | solaris2.em | 97 /* The version name matches what bfd_elf_size_dynamic_sections uses
|
D | m68hc1xelf.em | 342 # Otherwise -s matches stub-group-size
|
D | xtensaelf.em | 424 /* Check that the output endianness matches the Xtensa 453 /* Check that the endianness for each input file matches the output.
|
D | elf32.em | 234 /* See if an input file matches a DT_NEEDED entry by running stat on 840 /* See if an input file matches a DT_NEEDED entry by name. */
|
/toolchain/binutils/binutils-2.25/opcodes/ |
D | ChangeLog-2004 | 453 matches and select first that completely matches.
|
/toolchain/binutils/binutils-2.25/include/aout/ |
D | stab.def | 198 /* End of a lexical block. Desc matches the N_LBRAC's desc.
|
/toolchain/binutils/binutils-2.25/config/ |
D | acx.m4 | 348 # preprocessor (matches 2.13 behavior; matching 2.58's behavior is a
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ |
D | ChangeLog-2007 | 331 add it to $flags when $ccexe matches *++*. 333 with CXXFLAGS when $lang matches c++.
|
/toolchain/binutils/binutils-2.25/ |
D | config-ml.in | 751 # Create a regular expression that matches any string as long
|
/toolchain/binutils/binutils-2.25/bfd/ |
D | ChangeLog-2013 | 597 (find_line): Search all CUs. Select the one that matches and 743 Ensure index entry count loop matches write loop. 1608 the best matches. 2904 ardata on partial matches.
|
D | config.bfd | 141 # can get spurious matches. Even for unambiguous cases, do this as a
|
/toolchain/binutils/binutils-2.25/binutils/ |
D | ChangeLog-2010 | 911 (process_section_p): Set seen field on matches sections.
|
/toolchain/binutils/binutils-2.25/gas/ |
D | ChangeLog-2008 | 1376 (check_macfuncs): Don't check if accumulator matches the data register 1378 (assign_macfunc): Check if accumulator matches the
|
D | ChangeLog-9899 | 2654 (find_opcode): Cope with the case where a register name matches 2684 * config/tc-d30v.c (reg_name_search): Only warn if a name matches 2693 (reg_name_search): If a name matches a register and a symbol, 2711 to see if that register name matches the name of a predefined 2713 (reg_name_search): If a register name matches a symbol name,
|
/toolchain/binutils/binutils-2.25/gas/config/ |
D | tc-arm.c | 13193 int matches = 1; in neon_select_shape() local 13199 matches = 0; in neon_select_shape() 13210 matches = 0; in neon_select_shape() 13218 matches = 0; in neon_select_shape() 13224 matches = 0; in neon_select_shape() 13232 matches = 0; in neon_select_shape() 13238 matches = 0; in neon_select_shape() 13244 matches = 0; in neon_select_shape() 13250 if (!matches) in neon_select_shape() 13253 if (matches && (j >= ARM_IT_MAX_OPERANDS || !inst.operands[j].present)) in neon_select_shape()
|
/toolchain/binutils/binutils-2.25/ld/ |
D | ChangeLog-2012 | 572 carefully. Fix typo where .rela.data.rel.ro matches
|
/toolchain/binutils/binutils-2.25/gas/testsuite/ |
D | ChangeLog-2005 | 55 * gas/all/redef2.d: Allow "$DATA$" as well as ".data" in matches. 56 * gas/all/weakref1.d: Allow "$CODE$" as well as ".text" in matches.
|