Searched refs:iextMax (Results 1 – 12 of 12) sorted by relevance
| /NextBSD/contrib/gcc/ |
| HD | mips-tdump.c | 855 (long) sym_ptr->iextMax, in print_sym_hdr() 856 (long) (sym_ptr->iextMax * sizeof (EXTR))); in print_sym_hdr() 1382 e_symbols = read_seek (NULL, sym_hdr.iextMax * sizeof (EXTR), in read_tfile() 1501 (ulong) sym_hdr.iextMax, in main() 1504 for(i = 0; i < sym_hdr.iextMax; i++) in main()
|
| HD | mips-tfile.c | 1482 #define ORIG_ESYMS(indx) (CHECK ((indx), orig_sym_hdr.iextMax, "esyms"), (indx) + orig_ext_syms) 3800 symbolic_header.iextMax = ext_symbols.num_allocated; in update_headers() 3959 i = symbolic_header.iextMax; /* external symbols */ in update_headers() 4415 orig_ext_syms = (EXTR *) read_seek (orig_sym_hdr.iextMax * sizeof (EXTR), in copy_object() 4487 for (es = 0; es < orig_sym_hdr.iextMax; es++) in copy_object()
|
| HD | collect2.c | 2285 # define GCC_SYMBOLS(X) (SYMHEADER(X).isymMax + SYMHEADER(X).iextMax)
|
| /NextBSD/contrib/binutils/bfd/ |
| HD | ecofflink.c | 1299 (*set_index) (sym_ptr, (bfd_size_type) symhdr->iextMax); 1337 < (symhdr->iextMax + 1) * external_ext_size) 1343 (symhdr->iextMax + 1) * (size_t) external_ext_size)) 1353 + symhdr->iextMax * swap->external_ext_size)); 1355 ++symhdr->iextMax; 1450 ADD (iextMax, swap->external_ext_size); 1501 SET (cbExtOffset, iextMax, swap->external_ext_size); 1558 WRITE (external_ext, iextMax, swap->external_ext_size, cbExtOffset); 1736 amt = debug->symbolic_header.iextMax * swap->external_ext_size;
|
| HD | ecoff.c | 469 + internal_symhdr->iextMax); in ecoff_slurp_symbolic_header() 548 UPDATE_RAW_END (cbExtOffset, iextMax, backend->debug_swap.external_ext_size); in _bfd_ecoff_slurp_symbolic_info() 880 + (ecoff_data (abfd)->debug_info.symbolic_header.iextMax in _bfd_ecoff_slurp_symbol_table() 1041 + debug_info->symbolic_header.iextMax)); in ecoff_emit_aggregate() 1417 + ecoff_data (abfd)->debug_info.symbolic_header.iextMax); in _bfd_ecoff_print_symbol() 1463 ecoff_data (abfd)->debug_info.symbolic_header.iextMax; in _bfd_ecoff_print_symbol() 1516 ->debug_info.symbolic_header.iextMax))); in _bfd_ecoff_print_symbol() 1597 ->debug_info.symbolic_header.iextMax))); in ecoff_slurp_reloc_table() 2606 symhdr->iextMax = 0; in _bfd_ecoff_write_object_contents() 3339 ext_count = ecoff_data (abfd)->debug_info.symbolic_header.iextMax; in ecoff_link_add_externals() [all …]
|
| HD | ecoffswap.h | 127 intern->iextMax = H_GET_32 (abfd, ext->h_iextMax); in ecoff_swap_hdr_in() 169 H_PUT_32 (abfd, intern->iextMax, ext->h_iextMax); in ecoff_swap_hdr_out()
|
| HD | elf64-alpha.c | 1373 READ (external_ext, cbExtOffset, iextMax, swap->external_ext_size, PTR); in elf64_alpha_read_ecoff_info() 4962 symhdr->iextMax = 0; in elf64_alpha_final_link() 5077 + (input_debug.symbolic_header.iextMax in elf64_alpha_final_link()
|
| HD | elfxx-mips.c | 915 READ (external_ext, cbExtOffset, iextMax, swap->external_ext_size, void *); in _bfd_mips_elf_read_ecoff_info() 10409 symhdr->iextMax = 0; in _bfd_mips_elf_final_link() 10507 + (input_debug.symbolic_header.iextMax in _bfd_mips_elf_final_link()
|
| /NextBSD/contrib/binutils/include/coff/ |
| HD | sym.h | 89 long iextMax; /* max index into external symbols */ member
|
| /NextBSD/contrib/binutils/gas/config/ |
| HD | obj-ecoff.c | 174 SET (external_ext, iextMax, void *, debug_swap->external_ext_size); in ecoff_frob_file()
|
| /NextBSD/contrib/gdb/gdb/ |
| HD | mdebugread.c | 2265 sizeof (EXTR) * hdr->iextMax); in parse_partial_symbols() 2314 ext_block = (EXTR *) xmalloc (hdr->iextMax * sizeof (EXTR)); in parse_partial_symbols() 2318 ext_out_end = ext_out + hdr->iextMax * external_ext_size; in parse_partial_symbols() 2325 ext_in_end = ext_in + hdr->iextMax; in parse_partial_symbols() 2378 ext_in_end = ext_in + hdr->iextMax; in parse_partial_symbols()
|
| /NextBSD/contrib/binutils/gas/ |
| HD | ecoff.c | 4759 hdr->iextMax = 0; in ecoff_build_debug()
|