Searched refs:arch_eltdata (Results 1 - 3 of 3) sorted by relevance

/freebsd-9.3-release/contrib/binutils/include/coff/
H A Dxcoff.h633 #define arch_eltdata(bfd) ((struct areltdata *) ((bfd)->arelt_data)) macro
635 ((struct xcoff_ar_hdr *) arch_eltdata (bfd)->arch_header)
637 ((struct xcoff_ar_hdr_big *) arch_eltdata (bfd)->arch_header)
/freebsd-9.3-release/contrib/binutils/bfd/
H A Darchive.c159 #define arch_eltdata(bfd) ((struct areltdata *) ((bfd)->arelt_data)) macro
160 #define arch_hdr(bfd) ((struct ar_hdr *) arch_eltdata(bfd)->arch_header)
1499 buf->st_size = arch_eltdata (abfd)->parsed_size;
H A Dcoff-rs6000.c1558 s->st_size = arch_eltdata (abfd)->parsed_size;
1568 s->st_size = arch_eltdata (abfd)->parsed_size;
2171 arch_eltdata (sub)->parsed_size = s.st_size;
2407 arch_eltdata (current_bfd)->parsed_size = s.st_size;

Completed in 116 milliseconds