Home
last modified time | relevance | path

Searched refs:matches (Results 1 – 25 of 81) sorted by relevance

1234

/toolchain/binutils/binutils-2.25/gprof/
Dcorefile.c94 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/
Dfnmatch.txh5 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
Dfunctions.texi77 @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/
Ddefined3.d7 # Check that DEFINED matches only symbols defined before its location.
Dsection-match-1.t8 the potential matches. */
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/
Dmips4-fp.s12 # This choice of arguments is so that it matches bc3f on pre-mips4.
/toolchain/binutils/binutils-2.25/gold/
Dattributes.h158 matches(const Object_attribute& oa) const;
Dattributes.cc77 Object_attribute::matches(const Object_attribute& oa) const in matches() function in gold::Object_attribute
/toolchain/binutils/binutils-2.25/ld/emultempl/
Dsolaris2.em97 /* The version name matches what bfd_elf_size_dynamic_sections uses
Dm68hc1xelf.em342 # Otherwise -s matches stub-group-size
Dxtensaelf.em424 /* Check that the output endianness matches the Xtensa
453 /* Check that the endianness for each input file matches the output.
Delf32.em234 /* 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/
DChangeLog-2004453 matches and select first that completely matches.
/toolchain/binutils/binutils-2.25/include/aout/
Dstab.def198 /* End of a lexical block. Desc matches the N_LBRAC's desc.
/toolchain/binutils/binutils-2.25/config/
Dacx.m4348 # preprocessor (matches 2.13 behavior; matching 2.58's behavior is a
/toolchain/binutils/binutils-2.25/ld/testsuite/
DChangeLog-2007331 add it to $flags when $ccexe matches *++*.
333 with CXXFLAGS when $lang matches c++.
/toolchain/binutils/binutils-2.25/
Dconfig-ml.in751 # Create a regular expression that matches any string as long
/toolchain/binutils/binutils-2.25/bfd/
DChangeLog-2013597 (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.
Dconfig.bfd141 # can get spurious matches. Even for unambiguous cases, do this as a
/toolchain/binutils/binutils-2.25/binutils/
DChangeLog-2010911 (process_section_p): Set seen field on matches sections.
/toolchain/binutils/binutils-2.25/gas/
DChangeLog-20081376 (check_macfuncs): Don't check if accumulator matches the data register
1378 (assign_macfunc): Check if accumulator matches the
DChangeLog-98992654 (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/
Dtc-arm.c13193 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/
DChangeLog-2012572 carefully. Fix typo where .rela.data.rel.ro matches
/toolchain/binutils/binutils-2.25/gas/testsuite/
DChangeLog-200555 * 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.

1234