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

  /toolchain/binutils/binutils-2.25/include/coff/
ti.h 96 #define COFF2_P(ABFD) (bfd_coff_scnhsz(ABFD) != SCNHSZ_V01)
  /toolchain/binutils/binutils-2.25/bfd/
libcoff.h 874 #define bfd_coff_scnhsz(abfd) (coff_backend_info (abfd)->_bfd_scnhsz) macro
    [all...]
coffcode.h     [all...]
coffswap.h 783 unsigned int ret = bfd_coff_scnhsz (abfd);
coff64-rs6000.c 850 amount = bfd_coff_scnhsz (abfd);
    [all...]
coffgen.c 269 scnhsz = bfd_coff_scnhsz (abfd);
    [all...]
ecoff.c     [all...]
xcofflink.c     [all...]

Completed in 164 milliseconds