Searched refs:aux_ext (Results 1 - 9 of 9) sorted by relevance

/freebsd-10.0-release/contrib/binutils/gas/config/
H A Dobj-ecoff.c169 SET (external_aux, iauxMax, union aux_ext *, sizeof (union aux_ext));
H A Dobj-elf.c2077 SET (external_aux, cbAuxOffset, union aux_ext *);
/freebsd-10.0-release/contrib/binutils/include/coff/
H A Decoff.h237 union aux_ext { union
305 union aux_ext *external_aux;
/freebsd-10.0-release/contrib/binutils/bfd/
H A Decofflink.c927 + fdr.iauxBase * sizeof (union aux_ext));
930 fdr.caux * sizeof (union aux_ext)))
1380 aux_align = debug_align / sizeof (union aux_ext);
1410 if (debug->external_aux != (union aux_ext *) NULL)
1412 add * sizeof (union aux_ext));
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 Decoff.c545 UPDATE_RAW_END (cbAuxOffset, iauxMax, sizeof (union aux_ext));
589 FIX (cbAuxOffset, external_aux, union aux_ext *);
1052 union aux_ext *aux_ptr;
1455 union aux_ext *aux_base;
3946 READ (external_aux, cbAuxOffset, iauxMax, sizeof (union aux_ext),
3947 union aux_ext *);
H A Delf64-alpha.c1373 READ (external_aux, cbAuxOffset, iauxMax, sizeof (union aux_ext),
1374 union aux_ext *);
H A Delfxx-mips.c915 READ (external_aux, cbAuxOffset, iauxMax, sizeof (union aux_ext),
916 union aux_ext *);
/freebsd-10.0-release/contrib/gdb/gdb/
H A Dmdebugread.c278 static int upgrade_type (int, struct type **, int, union aux_ext *,
285 static int cross_ref (int, union aux_ext *, struct type **, enum type_code,
302 static struct type *parse_type (int, union aux_ext *, unsigned int, int *,
612 parse_symbol (SYMR *sh, union aux_ext *ax, char *ext_sh, int bigend,
1419 parse_type (int fd, union aux_ext *ax, unsigned int aux_index, int *bs,
1757 upgrade_type (int fd, struct type **tpp, int tq, union aux_ext *ax, int bigend,
2056 union aux_ext *ax;
4204 union aux_ext *ax;
4233 cross_ref (int fd, union aux_ext *ax, struct type **tpp, enum type_code type_code, /* Use to alloc new type if none is found. */
/freebsd-10.0-release/contrib/binutils/gas/
H A Decoff.c4380 union aux_ext *aux_out;
4386 aux_out = (union aux_ext *) (*buf + offset);
4428 < sizeof (union aux_ext))
4429 aux_out = ((union aux_ext *)
4432 sizeof (union aux_ext)));
4480 offset + iaux * sizeof (union aux_ext),
4771 hdr->iauxMax = (offset - hdr->cbAuxOffset) / sizeof (union aux_ext);

Completed in 330 milliseconds