Home
last modified time | relevance | path

Searched refs:matching_vector (Results 1 – 9 of 9) sorted by relevance

/openbsd-src/gnu/usr.bin/binutils-2.17/bfd/
H A Dformat.c121 const bfd_target **matching_vector = NULL; in bfd_check_format_matches() local
147 amt = sizeof (*matching_vector) * 2 * _bfd_target_vector_entries; in bfd_check_format_matches()
148 matching_vector = bfd_malloc (amt); in bfd_check_format_matches()
149 if (!matching_vector) in bfd_check_format_matches()
165 free (matching_vector); in bfd_check_format_matches()
176 free (matching_vector); in bfd_check_format_matches()
207 free (matching_vector); in bfd_check_format_matches()
230 free (matching_vector); in bfd_check_format_matches()
257 matching_vector[match_count] = temp; in bfd_check_format_matches()
270 matching_vector[ar_match_index] = *target; in bfd_check_format_matches()
[all …]
H A DChangeLog-02033673 vector if the matching_vector has been created.
5845 in matching_vector instead of target names. Select first target
H A DChangeLog-94958762 * format.c (bfd_check_format_matches): Initialize matching_vector
9494 correct element of matching_vector.
H A DChangeLog-00013413 code handling matching_vector. Don't return a pointer to freed
/openbsd-src/gnu/usr.bin/binutils/bfd/
H A Dformat.c119 const bfd_target **matching_vector = NULL; in bfd_check_format_matches() local
145 amt = sizeof (*matching_vector) * 2 * _bfd_target_vector_entries; in bfd_check_format_matches()
146 matching_vector = bfd_malloc (amt); in bfd_check_format_matches()
147 if (!matching_vector) in bfd_check_format_matches()
163 free (matching_vector); in bfd_check_format_matches()
174 free (matching_vector); in bfd_check_format_matches()
197 free (matching_vector); in bfd_check_format_matches()
218 free (matching_vector); in bfd_check_format_matches()
245 matching_vector[match_count] = temp; in bfd_check_format_matches()
268 matching_vector[ar_match_index] = *target; in bfd_check_format_matches()
[all …]
H A DChangeLog-02033673 vector if the matching_vector has been created.
5845 in matching_vector instead of target names. Select first target
H A DChangeLog-94958762 * format.c (bfd_check_format_matches): Initialize matching_vector
9494 correct element of matching_vector.
H A DChangeLog-00013413 code handling matching_vector. Don't return a pointer to freed
/openbsd-src/usr.bin/yacc/
H A Doutput.c64 int matching_vector(int);
507 state = matching_vector(i); in pack_table()
546 matching_vector(int vector) in matching_vector() function