Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/include/coff/
Dxcoff.h614 #define xcoff_big_format_p(abfd) \ macro
621 #define xcoff_big_format_p(abfd) \ macro
DChangeLog-9103102 * xcoff.h (xcoff_big_format_p): Make <bigaf> the default archive
110 Fix xcoff_big_format_p macro.
/toolchain/binutils/binutils-2.27/bfd/
Dcoff-rs6000.c268 if (xcoff_big_format_p (archive)) in member_layout_init()
294 xcoff_big_format_p (archive) in archive_iterator_begin()
1207 if (! xcoff_big_format_p (abfd)) in _bfd_xcoff_slurp_armap()
1460 if (! xcoff_big_format_p (abfd)) in _bfd_xcoff_read_ar_hdr()
1548 if (! xcoff_big_format_p (archive)) in _bfd_xcoff_openr_next_archived_file()
1605 if (! xcoff_big_format_p (abfd->my_archive)) in _bfd_xcoff_stat_arch_elt()
2033 if (! xcoff_big_format_p (abfd)) in _bfd_xcoff_write_armap()
2496 if (! xcoff_big_format_p (abfd)) in _bfd_xcoff_write_archive_contents()
Dcoff64-rs6000.c2031 || ! xcoff_big_format_p (archive)) in xcoff64_openr_next_archived_file()
DChangeLog-00019316 (xcoff_big_format_p): New macro.