Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/include/coff/
Dsym.h123 long copt; /* count of file's optimization entries */ member
/toolchain/binutils/binutils-2.27/bfd/
Decofflink.c935 if (fdr.copt > 0) in bfd_ecoff_debug_accumulate()
939 unsigned long size = fdr.copt * external_opt_size; in bfd_ecoff_debug_accumulate()
983 end = in + fdr.copt * insz; in bfd_ecoff_debug_accumulate()
984 sz = fdr.copt * outsz; in bfd_ecoff_debug_accumulate()
1006 output_symhdr->ioptMax += fdr.copt; in bfd_ecoff_debug_accumulate()
Decoffswap.h201 intern->copt = H_GET_32 (abfd, ext->f_copt); in ecoff_swap_fdr_in()
267 H_PUT_32 (abfd, intern->copt, ext->f_copt); in ecoff_swap_fdr_out()