Searched refs:external_aux (Results 1 – 8 of 8) sorted by relevance
| /freebsd-9-stable/contrib/gdb/gdb/ |
| D | mdebugread.c | 1575 tp = parse_type (xref_fd, debug_info->external_aux + xref_fh->iauxBase, in parse_type() 1792 debug_info->external_aux + fh->iauxBase, in upgrade_type() 2055 ax = debug_info->external_aux + cur_fdr->iauxBase; in parse_external() 2654 (debug_info->external_aux in parse_partial_symbols() 3365 (debug_info->external_aux in parse_partial_symbols() 3736 &(debug_info->external_aux in handle_psymbol_enumerators() 4094 debug_info->external_aux + fh->iauxBase, in psymtab_to_symtab_1() 4202 ax = debug_info->external_aux + fh->iauxBase + sh->index; in has_opaque_xref() 4334 &(debug_info->external_aux in cross_ref() 4352 (debug_info->external_aux in cross_ref() [all …]
|
| /freebsd-9-stable/contrib/binutils/gas/config/ |
| D | obj-ecoff.c | 169 SET (external_aux, iauxMax, union aux_ext *, sizeof (union aux_ext)); in ecoff_frob_file()
|
| D | obj-elf.c | 2077 SET (external_aux, cbAuxOffset, union aux_ext *); in elf_frob_file_after_relocs()
|
| /freebsd-9-stable/contrib/binutils/include/coff/ |
| D | ecoff.h | 305 union aux_ext *external_aux; member
|
| /freebsd-9-stable/contrib/binutils/bfd/ |
| D | ecoff.c | 587 FIX (cbAuxOffset, external_aux, union aux_ext *); in _bfd_ecoff_slurp_symbolic_info() 1067 aux_ptr = ecoff_data (abfd)->debug_info.external_aux + fdr->iauxBase; in ecoff_type_to_string() 1467 aux_base = (ecoff_data (abfd)->debug_info.external_aux in _bfd_ecoff_print_symbol() 1815 oinfo->external_aux = iinfo->external_aux; in _bfd_ecoff_bfd_copy_private_bfd_data() 3936 READ (external_aux, cbAuxOffset, iauxMax, sizeof (union aux_ext), in ecoff_final_link_debug_accumulate() 3964 if (debug->external_aux != NULL) in ecoff_final_link_debug_accumulate() 3965 free (debug->external_aux); in ecoff_final_link_debug_accumulate() 3980 debug->external_aux = NULL; in ecoff_final_link_debug_accumulate() 4475 debug->external_aux = NULL; in _bfd_ecoff_bfd_final_link()
|
| D | ecofflink.c | 1407 if (debug->external_aux != (union aux_ext *) NULL) 1408 memset ((PTR) (debug->external_aux + symhdr->iauxMax), 0, 1552 WRITE (external_aux, iauxMax, (bfd_size_type) sizeof (union aux_ext),
|
| D | elf64-alpha.c | 1367 READ (external_aux, cbAuxOffset, iauxMax, sizeof (union aux_ext), in elf64_alpha_read_ecoff_info() 1393 if (debug->external_aux != NULL) in elf64_alpha_read_ecoff_info() 1394 free (debug->external_aux); in elf64_alpha_read_ecoff_info() 4971 debug.external_aux = NULL; in elf64_alpha_final_link() 5115 free (input_debug.external_aux); in elf64_alpha_final_link()
|
| D | elfxx-mips.c | 905 READ (external_aux, cbAuxOffset, iauxMax, sizeof (union aux_ext), in _bfd_mips_elf_read_ecoff_info() 931 if (debug->external_aux != NULL) in _bfd_mips_elf_read_ecoff_info() 932 free (debug->external_aux); in _bfd_mips_elf_read_ecoff_info() 10414 debug.external_aux = NULL; in _bfd_mips_elf_final_link() 10541 free (input_debug.external_aux); in _bfd_mips_elf_final_link()
|