Home
last modified time | relevance | path

Searched refs:issExtMax (Results 1 – 11 of 11) sorted by relevance

/freebsd-10-stable/contrib/binutils/bfd/
Decofflink.c1328 < symhdr->issExtMax + namelen + 1)
1332 symhdr->issExtMax + namelen + 1))
1349 esym->asym.iss = symhdr->issExtMax;
1357 strcpy (debug->ssext + symhdr->issExtMax, name);
1358 symhdr->issExtMax += namelen + 1;
1396 add = debug_align - (symhdr->issExtMax & (debug_align - 1));
1400 memset ((PTR) (debug->ssext + symhdr->issExtMax), 0, add);
1401 symhdr->issExtMax += add;
1447 ADD (issExtMax, sizeof (char));
1498 SET (cbSsExtOffset, issExtMax, sizeof (char));
[all …]
Decoff.c545 UPDATE_RAW_END (cbSsExtOffset, issExtMax, sizeof (char)); in _bfd_ecoff_slurp_symbolic_info()
2607 symhdr->issExtMax = 0; in _bfd_ecoff_write_object_contents()
3557 ssext = bfd_malloc ((bfd_size_type) symhdr->issExtMax); in ecoff_link_add_object_symbols()
3558 if (ssext == NULL && symhdr->issExtMax != 0) in ecoff_link_add_object_symbols()
3562 || (bfd_bread (ssext, (bfd_size_type) symhdr->issExtMax, abfd) in ecoff_link_add_object_symbols()
3563 != (bfd_size_type) symhdr->issExtMax)) in ecoff_link_add_object_symbols()
3623 ssext = bfd_malloc ((bfd_size_type) symhdr->issExtMax); in ecoff_link_check_archive_element()
3624 if (ssext == NULL && symhdr->issExtMax != 0) in ecoff_link_check_archive_element()
3628 || (bfd_bread (ssext, (bfd_size_type) symhdr->issExtMax, abfd) in ecoff_link_check_archive_element()
3629 != (bfd_size_type) symhdr->issExtMax)) in ecoff_link_check_archive_element()
[all …]
Decoffswap.h121 intern->issExtMax = H_GET_32 (abfd, ext->h_issExtMax); in ecoff_swap_hdr_in()
163 H_PUT_32 (abfd, intern->issExtMax, ext->h_issExtMax); in ecoff_swap_hdr_out()
Delf64-alpha.c1370 READ (ssext, cbSsExtOffset, issExtMax, sizeof (char), char *); in elf64_alpha_read_ecoff_info()
4959 symhdr->issExtMax = 0; in elf64_alpha_final_link()
Delfxx-mips.c912 READ (ssext, cbSsExtOffset, issExtMax, sizeof (char), char *); in _bfd_mips_elf_read_ecoff_info()
10406 symhdr->issExtMax = 0; in _bfd_mips_elf_final_link()
/freebsd-10-stable/contrib/binutils/include/coff/
Dsym.h83 long issExtMax; /* max index into external strings */ member
/freebsd-10-stable/contrib/binutils/gas/config/
Dobj-ecoff.c171 SET (ssext, issExtMax, char *, sizeof (char)); in ecoff_frob_file()
/freebsd-10-stable/contrib/gcc/
Dmips-tdump.c840 (long) sym_ptr->issExtMax, in print_sym_hdr()
841 (long) sym_ptr->issExtMax); in print_sym_hdr()
1373 e_strings = read_seek (NULL, sym_hdr.issExtMax, in read_tfile()
Dmips-tfile.c1483 #define ORIG_ESTRS(indx) (CHECK ((indx), orig_sym_hdr.issExtMax, "estrs"), (indx) + orig_ext_strs)
3797 symbolic_header.issExtMax = ext_strings.num_allocated; in update_headers()
3935 i = WORD_ALIGN (symbolic_header.issExtMax); /* external strings */ in update_headers()
4155 if (symbolic_header.issExtMax > 0) /* external strings */ in write_object()
4224 if (symbolic_header.issExtMax > 0) /* external symbols */ in write_object()
4399 if (orig_sym_hdr.issExtMax > 0) /* external strings */ in copy_object()
4400 orig_ext_strs = (char *) read_seek (orig_sym_hdr.issExtMax, in copy_object()
4414 if (orig_sym_hdr.issExtMax > 0) /* external symbols */ in copy_object()
/freebsd-10-stable/contrib/gdb/gdb/
Dmdebugread.c2332 && ext_in->asym.iss < hdr->issExtMax) in parse_partial_symbols()
2393 if (ext_in->asym.iss < 0 || ext_in->asym.iss >= hdr->issExtMax) in parse_partial_symbols()
2397 ext_in->asym.iss, hdr->issExtMax); in parse_partial_symbols()
/freebsd-10-stable/contrib/binutils/gas/
Decoff.c4757 hdr->issExtMax = 0; in ecoff_build_debug()