Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/binutils/bfd/
H A Dformat.c148 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()
279 free (matching_vector); in bfd_check_format_matches()
299 memcpy (matching_vector, in bfd_check_format_matches()
332 free (matching_vector); in bfd_check_format_matches()
353 free (matching_vector); 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
/freebsd-12.1/contrib/byacc/
H A Doutput.c770 matching_vector(int vector) in matching_vector() function
912 state = matching_vector(i); in pack_table()