Home
last modified time | relevance | path

Searched refs:_bfd_target_vector_entries (Results 1 – 3 of 3) sorted by relevance

/toolchain/binutils/binutils-2.25/bfd/
Dformat.c51 extern const size_t _bfd_target_vector_entries;
230 amt = sizeof (*matching_vector) * 2 * _bfd_target_vector_entries; in bfd_check_format_matches()
276 ar_match_index = _bfd_target_vector_entries; in bfd_check_format_matches()
369 match_count = ar_match_index - _bfd_target_vector_entries; in bfd_check_format_matches()
373 matching_vector + _bfd_target_vector_entries, in bfd_check_format_matches()
Dtargets.c1493 const size_t _bfd_target_vector_entries = sizeof (_bfd_target_vector)/sizeof (*_bfd_target_vector); variable
DChangeLog-00014493 * targets.c (_bfd_target_vector_entries): Compute value based on
5339 (_bfd_target_vector_entries): Calculate this based on the array