Home
last modified time | relevance | path

Searched refs:xcoff_ardata_big (Results 1 – 4 of 4) sorted by relevance

/toolchain/binutils/binutils-2.25/include/coff/
Dxcoff.h631 #define xcoff_ardata_big(abfd) \ macro
/toolchain/binutils/binutils-2.25/bfd/
Dcoff64-rs6000.c1885 off = bfd_scan_vma (xcoff_ardata_big (abfd)->symoff64, in xcoff64_slurp_armap()
2055 || filestart == bfd_scan_vma (xcoff_ardata_big (archive)->memoff, in xcoff64_openr_next_archived_file()
2057 || filestart == bfd_scan_vma (xcoff_ardata_big (archive)->symoff, in xcoff64_openr_next_archived_file()
Dcoff-rs6000.c1295 off = strtol (xcoff_ardata_big (abfd)->symoff, (char **) NULL, 10); in _bfd_xcoff_slurp_armap()
1609 || filestart == strtol (xcoff_ardata_big (archive)->memoff, in _bfd_xcoff_openr_next_archived_file()
1611 || filestart == strtol (xcoff_ardata_big (archive)->symoff, in _bfd_xcoff_openr_next_archived_file()
1861 fhdr = xcoff_ardata_big (abfd); in xcoff_write_armap_big()
DChangeLog-00019317 (xcoff_ardata_big): New macro.