Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/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.27/bfd/
Dcoff-rs6000.c1201 if (xcoff_ardata (abfd) == NULL) in _bfd_xcoff_slurp_armap()
1212 off = strtol (xcoff_ardata (abfd)->symoff, (char **) NULL, 10); in _bfd_xcoff_slurp_armap()
1542 if (xcoff_ardata (archive) == NULL) in _bfd_xcoff_openr_next_archived_file()
1557 || filestart == strtol (xcoff_ardata (archive)->memoff, in _bfd_xcoff_openr_next_archived_file()
1559 || filestart == strtol (xcoff_ardata (archive)->symoff, in _bfd_xcoff_openr_next_archived_file()
1661 memcpy (hdr.prevoff, xcoff_ardata (abfd)->memoff, XCOFFARMAG_ELEMENT_SIZE); in xcoff_write_armap_old()
Dcoff64-rs6000.c1872 if (xcoff_ardata (abfd) == NULL) in xcoff64_slurp_armap()
2030 if ((xcoff_ardata (archive) == NULL) in xcoff64_openr_next_archived_file()