Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/binutils.old/dist/bfd/
H A Dformat.c233 const bfd_target **matching_vector = NULL; in bfd_check_format_matches() local
258 amt = sizeof (*matching_vector) * 2 * _bfd_target_vector_entries; in bfd_check_format_matches()
259 matching_vector = (const bfd_target **) bfd_malloc (amt); in bfd_check_format_matches()
260 if (!matching_vector) in bfd_check_format_matches()
367 if (matching_vector) in bfd_check_format_matches()
368 matching_vector[match_count] = abfd->xvec; in bfd_check_format_matches()
390 if (matching_vector) in bfd_check_format_matches()
391 matching_vector[ar_match_index] = *target; in bfd_check_format_matches()
421 if (matching_vector && match_count > 1) in bfd_check_format_matches()
422 memcpy (matching_vector, in bfd_check_format_matches()
[all …]
H A DChangeLog-2019120 * format.c (bfd_check_format_matches): Free matching_vector when
H A DChangeLog-20182241 matching_vector. Save initial section id and start each attempted
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
/netbsd-src/external/gpl3/binutils/dist/bfd/
H A Dformat.c316 const bfd_target **matching_vector = NULL; in bfd_check_format_matches() local
343 amt = sizeof (*matching_vector) * 2 * _bfd_target_vector_entries; in bfd_check_format_matches()
344 matching_vector = (const bfd_target **) bfd_malloc (amt); in bfd_check_format_matches()
345 if (!matching_vector) in bfd_check_format_matches()
460 if (matching_vector) in bfd_check_format_matches()
461 matching_vector[match_count] = abfd->xvec; in bfd_check_format_matches()
483 if (matching_vector) in bfd_check_format_matches()
484 matching_vector[ar_match_index] = *target; in bfd_check_format_matches()
514 if (matching_vector && match_count > 1) in bfd_check_format_matches()
515 memcpy (matching_vector, in bfd_check_format_matches()
[all …]
H A DChangeLog-2019120 * format.c (bfd_check_format_matches): Free matching_vector when
H A DChangeLog-20182241 matching_vector. Save initial section id and start each attempted
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
/netbsd-src/external/gpl3/gdb.old/dist/bfd/
H A DChangeLog-2019120 * format.c (bfd_check_format_matches): Free matching_vector when
H A DChangeLog-20182241 matching_vector. Save initial section id and start each attempted
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
/netbsd-src/external/gpl3/gdb/dist/bfd/
H A DChangeLog-2019120 * format.c (bfd_check_format_matches): Free matching_vector when
H A DChangeLog-20182241 matching_vector. Save initial section id and start each attempted
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