Searched refs:ioptMax (Results 1 – 11 of 11) sorted by relevance
| /trueos/contrib/binutils/include/coff/ |
| HD | sym.h | 77 long ioptMax; /* max index into optimization symbol entries */ member
|
| /trueos/contrib/binutils/gas/config/ |
| HD | obj-ecoff.c | 168 SET (external_opt, ioptMax, void *, debug_swap->external_opt_size); in ecoff_frob_file()
|
| /trueos/contrib/gcc/ |
| HD | mips-tdump.c | 825 (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()
|
| HD | mips-tfile.c | 1484 #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()
|
| /trueos/contrib/binutils/bfd/ |
| HD | ecofflink.c | 1039 fdr.ioptBase = output_symhdr->ioptMax; 1040 output_symhdr->ioptMax += fdr.copt; 1444 ADD (ioptMax, swap->external_opt_size); 1495 SET (cbOptOffset, ioptMax, swap->external_opt_size); 1551 WRITE (external_opt, ioptMax, swap->external_opt_size, cbOptOffset);
|
| HD | ecoffswap.h | 115 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()
|
| HD | ecoff.c | 542 UPDATE_RAW_END (cbOptOffset, ioptMax, sizeof (char)); in _bfd_ecoff_slurp_symbolic_info() 1811 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()
|
| HD | elf64-alpha.c | 1366 READ (external_opt, cbOptOffset, ioptMax, swap->external_opt_size, PTR); in elf64_alpha_read_ecoff_info() 4956 symhdr->ioptMax = 0; in elf64_alpha_final_link()
|
| HD | elfxx-mips.c | 908 READ (external_opt, cbOptOffset, ioptMax, swap->external_opt_size, void *); in _bfd_mips_elf_read_ecoff_info() 10403 symhdr->ioptMax = 0; in _bfd_mips_elf_final_link()
|
| HD | ChangeLog-0203 | 6539 ECOFF information: 'ioptMax' refers to the actual *size*
|
| /trueos/contrib/binutils/gas/ |
| HD | ecoff.c | 4733 hdr->ioptMax = 0; in ecoff_build_debug()
|