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

/haiku-fatelf/src/bin/gdb/include/coff/
H A Dsym.h123 long copt; /* count of file's optimization entries */ member in struct:fdr
/haiku-fatelf/src/bin/gdb/bfd/
H A Decoffswap.h209 intern->copt = H_GET_32 (abfd, ext->f_copt);
278 H_PUT_32 (abfd, intern->copt, ext->f_copt);
H A Decofflink.c974 if (fdr.copt > 0)
978 unsigned long size = fdr.copt * external_opt_size;
1022 end = in + fdr.copt * insz;
1023 sz = fdr.copt * outsz;
1045 output_symhdr->ioptMax += fdr.copt;

Completed in 95 milliseconds