Searched refs:iauxMax (Results 1 - 11 of 11) sorted by relevance

/freebsd-9.3-release/contrib/binutils/gas/config/
H A Dobj-ecoff.c169 SET (external_aux, iauxMax, union aux_ext *, sizeof (union aux_ext));
/freebsd-9.3-release/contrib/binutils/include/coff/
H A Dsym.h79 long iauxMax; /* number of auxillary symbol entries */ member in struct:__anon587
/freebsd-9.3-release/contrib/gcc/
H A Dmips-tdump.c840 (long) sym_ptr->iauxMax,
841 (long) (sym_ptr->iauxMax * sizeof (AUXU)));
1379 aux_symbols = read_seek (NULL, sym_hdr.iauxMax * sizeof (AUXU),
1382 if (sym_hdr.iauxMax > 0)
1383 aux_used = xcalloc (sym_hdr.iauxMax, 1);
1498 if (last_aux_in_use < sym_hdr.iauxMax-1)
1501 for (i = last_aux_in_use; i < sym_hdr.iauxMax; i++)
1534 for (i = 0; i < sym_hdr.iauxMax; i++)
H A Dmips-tfile.c1493 #define ORIG_AUX(indx) (CHECK ((indx), orig_sym_hdr.iauxMax, "aux"), (indx) + orig_aux_syms)
3902 file_ptr->fdr.iauxBase = symbolic_header.iauxMax;
3903 symbolic_header.iauxMax += file_ptr->fdr.caux;
3955 i = symbolic_header.iauxMax; /* aux syms. */
4169 if (symbolic_header.iauxMax > 0) /* aux symbols */
4429 if (orig_sym_hdr.iauxMax > 0) /* aux symbols */
4430 orig_aux_syms = (AUXU *) read_seek (orig_sym_hdr.iauxMax * sizeof (AUXU),
/freebsd-9.3-release/contrib/binutils/bfd/
H A Decofflink.c932 fdr.iauxBase = output_symhdr->iauxMax;
933 output_symhdr->iauxMax += fdr.caux;
1407 add = aux_align - (symhdr->iauxMax & (aux_align - 1));
1411 memset ((PTR) (debug->external_aux + symhdr->iauxMax), 0,
1413 symhdr->iauxMax += add;
1448 ADD (iauxMax, sizeof (union aux_ext));
1499 SET (cbAuxOffset, iauxMax, sizeof (union aux_ext));
1555 WRITE (external_aux, iauxMax, (bfd_size_type) sizeof (union aux_ext),
H A Decoffswap.h117 intern->iauxMax = H_GET_32 (abfd, ext->h_iauxMax);
159 H_PUT_32 (abfd, intern->iauxMax, ext->h_iauxMax);
H A Decoff.c545 UPDATE_RAW_END (cbAuxOffset, iauxMax, sizeof (union aux_ext));
1820 oinfo->symbolic_header.iauxMax = iinfo->symbolic_header.iauxMax;
3946 READ (external_aux, cbAuxOffset, iauxMax, sizeof (union aux_ext),
4471 symhdr->iauxMax = 0;
H A Delf64-alpha.c1373 READ (external_aux, cbAuxOffset, iauxMax, sizeof (union aux_ext),
4967 symhdr->iauxMax = 0;
H A Delfxx-mips.c911 READ (external_aux, cbAuxOffset, iauxMax, sizeof (union aux_ext),
10441 symhdr->iauxMax = 0;
/freebsd-9.3-release/contrib/binutils/gas/
H A Decoff.c4771 hdr->iauxMax = (offset - hdr->cbAuxOffset) / sizeof (union aux_ext);
/freebsd-9.3-release/contrib/gdb/gdb/
H A Dmdebugread.c3364 if (sh.index >= hdr->iauxMax)

Completed in 373 milliseconds