HomeSort by relevance Sort by last modified time
    Searched refs:arch_eltdata (Results 1 - 3 of 3) sorted by null

  /toolchain/binutils/binutils-2.25/include/coff/
xcoff.h 636 #define arch_eltdata(bfd) ((struct areltdata *) ((bfd)->arelt_data)) macro
638 ((struct xcoff_ar_hdr *) arch_eltdata (bfd)->arch_header)
640 ((struct xcoff_ar_hdr_big *) arch_eltdata (bfd)->arch_header)
  /toolchain/binutils/binutils-2.25/bfd/
archive.c 164 #define arch_eltdata(bfd) ((struct areltdata *) ((bfd)->arelt_data)) macro
165 #define arch_hdr(bfd) ((struct ar_hdr *) arch_eltdata (bfd)->arch_header)
373 arch_eltdata (new_elt)->parent_cache = hash_table;
374 arch_eltdata (new_elt)->key = filepos;
    [all...]
coff-rs6000.c     [all...]

Completed in 155 milliseconds