Home
last modified time | relevance | path

Searched refs:iextMax (Results 1 – 9 of 9) sorted by relevance

/mirbsd/src/gnu/usr.bin/binutils/bfd/
Decofflink.c1301 (*set_index) (sym_ptr, (bfd_size_type) symhdr->iextMax);
1339 < (symhdr->iextMax + 1) * external_ext_size)
1343 (symhdr->iextMax + 1) * (size_t) external_ext_size))
1351 + symhdr->iextMax * swap->external_ext_size));
1353 ++symhdr->iextMax;
1448 ADD (iextMax, swap->external_ext_size);
1499 SET (cbExtOffset, iextMax, swap->external_ext_size);
1556 WRITE (external_ext, iextMax, swap->external_ext_size, cbExtOffset);
1734 amt = debug->symbolic_header.iextMax * swap->external_ext_size;
Decoff.c470 + internal_symhdr->iextMax); in ecoff_slurp_symbolic_header()
549 UPDATE_RAW_END (cbExtOffset, iextMax, backend->debug_swap.external_ext_size); in _bfd_ecoff_slurp_symbolic_info()
881 + (ecoff_data (abfd)->debug_info.symbolic_header.iextMax in _bfd_ecoff_slurp_symbol_table()
1042 + debug_info->symbolic_header.iextMax)); in ecoff_emit_aggregate()
1418 + ecoff_data (abfd)->debug_info.symbolic_header.iextMax); in _bfd_ecoff_print_symbol()
1464 ecoff_data (abfd)->debug_info.symbolic_header.iextMax; in _bfd_ecoff_print_symbol()
1517 ->debug_info.symbolic_header.iextMax))); in _bfd_ecoff_print_symbol()
1598 ->debug_info.symbolic_header.iextMax))); in ecoff_slurp_reloc_table()
2606 symhdr->iextMax = 0; in _bfd_ecoff_write_object_contents()
3338 ext_count = ecoff_data (abfd)->debug_info.symbolic_header.iextMax; in ecoff_link_add_externals()
[all …]
Decoffswap.h127 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()
Delf64-alpha.c1366 READ (external_ext, cbExtOffset, iextMax, swap->external_ext_size, PTR); in elf64_alpha_read_ecoff_info()
4919 symhdr->iextMax = 0; in elf64_alpha_final_link()
5034 + (input_debug.symbolic_header.iextMax in elf64_alpha_final_link()
Delfxx-mips.c791 READ (external_ext, cbExtOffset, iextMax, swap->external_ext_size, void *); in _bfd_mips_elf_read_ecoff_info()
9134 symhdr->iextMax = 0; in _bfd_mips_elf_final_link()
9232 + (input_debug.symbolic_header.iextMax in _bfd_mips_elf_final_link()
/mirbsd/src/gnu/usr.bin/binutils/include/coff/
Dsym.h89 long iextMax; /* max index into external symbols */ member
/mirbsd/src/gnu/usr.bin/binutils/gas/config/
Dobj-ecoff.c174 SET (external_ext, iextMax, void *, debug_swap->external_ext_size); in ecoff_frob_file()
/mirbsd/src/gnu/usr.bin/binutils/gdb/
Dmdebugread.c2297 sizeof (EXTR) * hdr->iextMax); in parse_partial_symbols()
2346 ext_block = (EXTR *) xmalloc (hdr->iextMax * sizeof (EXTR)); in parse_partial_symbols()
2350 ext_out_end = ext_out + hdr->iextMax * external_ext_size; in parse_partial_symbols()
2357 ext_in_end = ext_in + hdr->iextMax; in parse_partial_symbols()
2410 ext_in_end = ext_in + hdr->iextMax; in parse_partial_symbols()
/mirbsd/src/gnu/usr.bin/binutils/gas/
Decoff.c4759 hdr->iextMax = 0; in ecoff_build_debug()