Home
last modified time | relevance | path

Searched refs:ioptMax (Results 1 – 22 of 22) sorted by relevance

/openbsd/gnu/usr.bin/binutils/include/coff/
H A Dsym.h77 long ioptMax; /* max index into optimization symbol entries */ member
/openbsd/gnu/usr.bin/binutils-2.17/include/coff/
H A Dsym.h77 long ioptMax; /* max index into optimization symbol entries */ member
/openbsd/gnu/usr.bin/binutils-2.17/gas/config/
H A Dobj-ecoff.c168 SET (external_opt, ioptMax, void *, debug_swap->external_opt_size); in ecoff_frob_file()
/openbsd/gnu/usr.bin/binutils/gas/config/
H A Dobj-ecoff.c235 SET (external_opt, ioptMax, PTR, debug_swap->external_opt_size); in ecoff_frob_file()
/openbsd/gnu/gcc/gcc/
H A Dmips-tdump.c825 (long) sym_ptr->ioptMax, in print_sym_hdr()
826 (long) (sym_ptr->ioptMax * sizeof (OPTR))); in print_sym_hdr()
1361 opt_symbols = read_seek (NULL, sym_hdr.ioptMax * sizeof (OPTR), in read_tfile()
H A Dmips-tfile.c1484 #define ORIG_OPT(indx) (CHECK ((indx), orig_sym_hdr.ioptMax, "opt"), (indx) + orig_opt_syms)
3802 symbolic_header.ioptMax = orig_sym_hdr.ioptMax; in update_headers()
3887 i = symbolic_header.ioptMax; /* optimization symbols */ in update_headers()
4073 if (symbolic_header.ioptMax > 0) /* optimization symbols */ in write_object()
4076 long num_write = symbolic_header.ioptMax * sizeof (OPTR); in write_object()
4428 if (orig_sym_hdr.ioptMax > 0) /* opt symbols */ in copy_object()
4429 orig_opt_syms = (OPTR *) read_seek (orig_sym_hdr.ioptMax * sizeof (OPTR), in copy_object()
/openbsd/gnu/usr.bin/gcc/gcc/
H A Dmips-tdump.c819 (long) sym_ptr->ioptMax,
820 (long) (sym_ptr->ioptMax * sizeof (OPTR)));
1383 sym_hdr.ioptMax * sizeof (OPTR), in read_tfile()
H A Dmips-tfile.c1559 #define ORIG_OPT(indx) (CHECK ((indx), orig_sym_hdr.ioptMax, "opt"), (indx) + orig_opt_syms)
3914 symbolic_header.ioptMax = orig_sym_hdr.ioptMax; in update_headers()
3999 i = symbolic_header.ioptMax; /* optimization symbols */ in update_headers()
4196 if (symbolic_header.ioptMax > 0) /* optimization symbols */ in write_object()
4199 long num_write = symbolic_header.ioptMax * sizeof (OPTR); in write_object()
4564 if (orig_sym_hdr.ioptMax > 0) /* opt symbols */ in copy_object()
4565 orig_opt_syms = (OPTR *) read_seek ((Size_t) orig_sym_hdr.ioptMax * sizeof (OPTR), in copy_object()
/openbsd/gnu/usr.bin/binutils-2.17/bfd/
H A Decofflink.c1042 fdr.ioptBase = output_symhdr->ioptMax;
1043 output_symhdr->ioptMax += fdr.copt;
1447 ADD (ioptMax, swap->external_opt_size);
1498 SET (cbOptOffset, ioptMax, swap->external_opt_size);
1554 WRITE (external_opt, ioptMax, swap->external_opt_size, cbOptOffset);
H A Decoffswap.h115 intern->ioptMax = H_GET_32 (abfd, ext->h_ioptMax); in ecoff_swap_hdr_in()
157 H_PUT_32 (abfd, intern->ioptMax, ext->h_ioptMax); in ecoff_swap_hdr_out()
H A Decoff.c543 UPDATE_RAW_END (cbOptOffset, ioptMax, sizeof (char)); in _bfd_ecoff_slurp_symbolic_info()
1812 oinfo->symbolic_header.ioptMax = iinfo->symbolic_header.ioptMax; in _bfd_ecoff_bfd_copy_private_bfd_data()
3935 READ (external_opt, cbOptOffset, ioptMax, swap->external_opt_size, void *); in ecoff_final_link_debug_accumulate()
4460 symhdr->ioptMax = 0; in _bfd_ecoff_bfd_final_link()
H A Delf64-alpha.c1342 READ (external_opt, cbOptOffset, ioptMax, swap->external_opt_size, PTR); in elf64_alpha_read_ecoff_info()
4894 symhdr->ioptMax = 0; in elf64_alpha_final_link()
H A Delfxx-mips.c901 READ (external_opt, cbOptOffset, ioptMax, swap->external_opt_size, void *); in _bfd_mips_elf_read_ecoff_info()
10279 symhdr->ioptMax = 0; in _bfd_mips_elf_final_link()
H A DChangeLog-02036539 ECOFF information: 'ioptMax' refers to the actual *size*
/openbsd/gnu/usr.bin/binutils/bfd/
H A Decofflink.c1086 fdr.ioptBase = output_symhdr->ioptMax;
1087 output_symhdr->ioptMax += fdr.copt;
1487 ADD (ioptMax, swap->external_opt_size);
1538 SET (cbOptOffset, ioptMax, swap->external_opt_size);
1594 WRITE (external_opt, ioptMax, swap->external_opt_size, cbOptOffset);
H A Decoffswap.h118 intern->ioptMax = H_GET_32 (abfd, ext->h_ioptMax);
163 H_PUT_32 (abfd, intern->ioptMax, ext->h_ioptMax);
H A Decoff.c577 UPDATE_RAW_END (cbOptOffset, ioptMax, sizeof (char));
1934 oinfo->symbolic_header.ioptMax = iinfo->symbolic_header.ioptMax;
4097 symhdr->ioptMax = 0;
4319 READ (external_opt, cbOptOffset, ioptMax, swap->external_opt_size, PTR);
H A Delf64-alpha.c2593 READ (external_opt, cbOptOffset, ioptMax, swap->external_opt_size, PTR);
5204 symhdr->ioptMax = 0;
H A Delfxx-mips.c803 READ (external_opt, cbOptOffset, ioptMax, swap->external_opt_size, void *); in _bfd_mips_elf_read_ecoff_info()
8383 symhdr->ioptMax = 0; in _bfd_mips_elf_final_link()
H A DChangeLog-02036539 ECOFF information: 'ioptMax' refers to the actual *size*
/openbsd/gnu/usr.bin/binutils/gas/
H A Decoff.c4734 hdr->ioptMax = 0; in ecoff_build_debug()
/openbsd/gnu/usr.bin/binutils-2.17/gas/
H A Decoff.c4733 hdr->ioptMax = 0; in ecoff_build_debug()