Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/include/coff/
Dxcoff.h615 ((NULL != bfd_ardata (abfd) && NULL == xcoff_ardata (abfd)) || \
617 (NULL != xcoff_ardata (abfd)) && \
618 (xcoff_ardata (abfd)->magic[1] == 'b')))
623 (NULL != xcoff_ardata (abfd)) && \
624 (xcoff_ardata (abfd)->magic[1] == 'b')))
629 #define xcoff_ardata(abfd) \ macro
/toolchain/binutils/binutils-2.25/bfd/
Dcoff-rs6000.c1229 if (xcoff_ardata (abfd) == NULL) in _bfd_xcoff_slurp_armap()
1240 off = strtol (xcoff_ardata (abfd)->symoff, (char **) NULL, 10); in _bfd_xcoff_slurp_armap()
1570 if (xcoff_ardata (archive) == NULL) in _bfd_xcoff_openr_next_archived_file()
1585 || filestart == strtol (xcoff_ardata (archive)->memoff, in _bfd_xcoff_openr_next_archived_file()
1587 || filestart == strtol (xcoff_ardata (archive)->symoff, in _bfd_xcoff_openr_next_archived_file()
1689 memcpy (hdr.prevoff, xcoff_ardata (abfd)->memoff, XCOFFARMAG_ELEMENT_SIZE); in xcoff_write_armap_old()
Dcoff64-rs6000.c1879 if (xcoff_ardata (abfd) == NULL) in xcoff64_slurp_armap()
2037 if ((xcoff_ardata (archive) == NULL) in xcoff64_openr_next_archived_file()