/toolchain/binutils/binutils-2.25/gas/config/ |
D | obj-macho.c | 929 s->n_type = BFD_MACH_O_N_SECT; in obj_mach_o_common_parse() 938 s->n_type = BFD_MACH_O_N_UNDF | BFD_MACH_O_N_EXT; in obj_mach_o_common_parse() 1038 if (s->n_type & (BFD_MACH_O_N_PEXT | BFD_MACH_O_N_EXT)) in obj_mach_o_set_symbol_qualifier() 1041 (s->n_type & BFD_MACH_O_N_PEXT) ? "private extern" in obj_mach_o_set_symbol_qualifier() 1048 s->n_type &= ~BFD_MACH_O_N_EXT; in obj_mach_o_set_symbol_qualifier() 1054 s->n_type |= BFD_MACH_O_N_PEXT ; in obj_mach_o_set_symbol_qualifier() 1061 s->n_type |= BFD_MACH_O_N_EXT; in obj_mach_o_set_symbol_qualifier() 1396 if ((s->n_type & BFD_MACH_O_N_STAB) != 0) in obj_mach_o_frob_label() 1424 s->n_type &= ~BFD_MACH_O_N_TYPE; in obj_mach_o_frob_label() 1425 s->n_type |= base_type; in obj_mach_o_frob_label() [all …]
|
D | aout_gnu.h | 230 unsigned char n_type; member
|
D | obj-coff.c | 287 return coffsymbol (symbol_get_bfdsym (sym))->native->u.syment.n_type; in S_GET_DATA_TYPE() 293 coffsymbol (symbol_get_bfdsym (sym))->native->u.syment.n_type = val; in S_SET_DATA_TYPE()
|
/toolchain/binutils/binutils-2.25/bfd/ |
D | cofflink.c | 434 if (sym.n_type != T_NULL) in coff_link_add_symbols() 443 && (*sym_hash)->type != sym.n_type in coff_link_add_symbols() 444 && !(DTYPE ((*sym_hash)->type) == DTYPE (sym.n_type) in coff_link_add_symbols() 446 || BTYPE (sym.n_type) == T_NULL))) in coff_link_add_symbols() 449 abfd, name, (*sym_hash)->type, sym.n_type); in coff_link_add_symbols() 454 if (BTYPE (sym.n_type) != T_NULL in coff_link_add_symbols() 456 (*sym_hash)->type = sym.n_type; in coff_link_add_symbols() 476 bfd_coff_swap_aux_in (abfd, eaux, sym.n_type, in coff_link_add_symbols() 1515 if (! ISFCN (isym.n_type)) in _bfd_coff_link_input_bfd() 1540 && isym.n_type == T_NULL in _bfd_coff_link_input_bfd() [all …]
|
D | mach-o.c | 563 os->n_type = is->n_type; in bfd_mach_o_bfd_copy_private_symbol_data() 909 if (asym->n_type & BFD_MACH_O_N_STAB) in bfd_mach_o_print_symbol() 910 name = bfd_get_stab_name (asym->n_type); in bfd_mach_o_print_symbol() 912 switch (asym->n_type & BFD_MACH_O_N_TYPE) in bfd_mach_o_print_symbol() 939 asym->n_type, name, asym->n_sect, asym->n_desc); in bfd_mach_o_print_symbol() 940 if ((asym->n_type & BFD_MACH_O_N_STAB) == 0 in bfd_mach_o_print_symbol() 941 && (asym->n_type & BFD_MACH_O_N_TYPE) == BFD_MACH_O_N_SECT) in bfd_mach_o_print_symbol() 1788 bfd_h_put_8 (abfd, s->n_type, raw.n_type); in bfd_mach_o_write_symtab_content() 1802 bfd_h_put_8 (abfd, s->n_type, raw.n_type); in bfd_mach_o_write_symtab_content() 1915 if (s->n_type & (BFD_MACH_O_N_EXT | BFD_MACH_O_N_PEXT)) in bfd_mach_o_build_dysymtab() [all …]
|
D | coffgen.c | 996 int type = native->u.syment.n_type; in coff_write_symbol() 1098 native->u.syment.n_type = T_NULL; in coff_write_alien_symbol() 1144 native->u.syment.n_type = 0; in coff_write_alien_symbol() 1524 unsigned int type = symbol->u.syment.n_type; in coff_pointerize_aux() 1822 symbol_ptr->u.syment.n_type, in coff_get_normalized_symtab() 2151 combined->u.syment.n_type, in coff_print_symbol() 2180 if (combined->u.syment.n_type == T_NULL) in coff_print_symbol() 2199 if (ISFCN (combined->u.syment.n_type)) in coff_print_symbol() 2571 native->u.syment.n_type = T_NULL; in bfd_coff_set_symbol_class()
|
D | coffswap.h | 327 in->n_type = H_GET_16 (abfd, ext->e_type); in coff_swap_sym_in() 329 in->n_type = H_GET_32 (abfd, ext->e_type); in coff_swap_sym_in() 365 H_PUT_16 (abfd, in->n_type, ext->e_type); in coff_swap_sym_out() 367 H_PUT_32 (abfd, in->n_type, ext->e_type); in coff_swap_sym_out()
|
D | coff-i960.c | 342 isym.n_type = T_NULL; in coff_i960_start_final_link() 504 bfd_coff_swap_aux_in (input_bfd, esyms, sym->n_type, in coff_i960_relocate_section()
|
D | coff64-rs6000.c | 325 in->n_type = H_GET_16 (abfd, ext->e_type); in _bfd_xcoff64_swap_sym_in() 339 H_PUT_16 (abfd, in->n_type, ext->e_type); in _bfd_xcoff64_swap_sym_out() 2352 bfd_coff_swap_aux_out (abfd, &auxent, syment.n_type, syment.n_sclass, 0, in xcoff64_generate_rtinit() 2371 bfd_coff_swap_aux_out (abfd, &auxent, syment.n_type, syment.n_sclass, 0, in xcoff64_generate_rtinit() 2390 bfd_coff_swap_aux_out (abfd, &auxent, syment.n_type, syment.n_sclass, 0, in xcoff64_generate_rtinit() 2419 bfd_coff_swap_aux_out (abfd, &auxent, syment.n_type, syment.n_sclass, 0, in xcoff64_generate_rtinit() 2449 bfd_coff_swap_aux_out (abfd, &auxent, syment.n_type, syment.n_sclass, 0, in xcoff64_generate_rtinit()
|
D | coffcode.h | 997 && BTYPE (isym.n_type) == T_NULL in handle_COMDAT() 1014 isym.n_type, isym.n_sclass, in handle_COMDAT() 1803 native->u.syment.n_type = T_NULL; in coff_new_section_hook() 2289 cputype = sym.n_type & 0xff; in coff_set_arch_mach_hook() 3881 || csym->native->u.syment.n_type != T_NULL) in coff_write_object_contents() 4781 if (ISFCN ((src->u.syment.n_type))) in coff_slurp_symbol_table() 4812 if (ISFCN ((src->u.syment.n_type))) in coff_slurp_symbol_table() 4991 if (src->u.syment.n_type == 0 in coff_slurp_symbol_table() 5720 in->n_type = H_GET_16 (abfd, ext->e_type); in coff_bigobj_swap_sym_in() 5748 H_PUT_16 (abfd, in->n_type, ext->e_type); in coff_bigobj_swap_sym_out()
|
D | xcofflink.c | 1395 && ISFCN (sym.n_type)) in xcoff_link_add_symbols() 1400 sym.n_type, sym.n_sclass, in xcoff_link_add_symbols() 1472 sym.n_type, sym.n_sclass, in xcoff_link_add_symbols() 3889 sym.n_type, sym.n_sclass, in bfd_xcoff_size_dynamic_sections() 4179 isymp->n_type, isymp->n_sclass, in xcoff_link_input_bfd() 4474 bfd_coff_swap_aux_in (input_bfd, (void *) esym, isymp->n_type, in xcoff_link_input_bfd() 4541 else if (isymp->n_sclass != C_STAT || isymp->n_type != T_NULL) in xcoff_link_input_bfd() 4545 if (ISFCN (isymp->n_type) in xcoff_link_input_bfd() 4590 && ISFCN (isymp->n_type) in xcoff_link_input_bfd() 4704 bfd_coff_swap_aux_out (output_bfd, (void *) &aux, isymp->n_type, in xcoff_link_input_bfd() [all …]
|
D | mach-o.h | 49 unsigned char n_type; member
|
D | coff-rs6000.c | 452 in->n_type = H_GET_16 (abfd, ext->e_type); in _bfd_xcoff_swap_sym_in() 475 H_PUT_16 (abfd, in->n_type, ext->e_type); in _bfd_xcoff_swap_sym_out() 3787 bfd_coff_swap_aux_out (abfd, &auxent, syment.n_type, syment.n_sclass, 0, in xcoff_generate_rtinit() 3803 bfd_coff_swap_aux_out (abfd, &auxent, syment.n_type, syment.n_sclass, 0, in xcoff_generate_rtinit() 3827 bfd_coff_swap_aux_out (abfd, &auxent, syment.n_type, syment.n_sclass, 0, in xcoff_generate_rtinit() 3862 bfd_coff_swap_aux_out (abfd, &auxent, syment.n_type, syment.n_sclass, 0, in xcoff_generate_rtinit() 3888 bfd_coff_swap_aux_out (abfd, &auxent, syment.n_type, syment.n_sclass, 0, in xcoff_generate_rtinit()
|
D | peXXigen.c | 125 in->n_type = H_GET_16 (abfd, ext->e_type); in _bfd_XXi_swap_sym_in() 127 in->n_type = H_GET_32 (abfd, ext->e_type); in _bfd_XXi_swap_sym_in() 279 H_PUT_16 (abfd, in->n_type, ext->e_type); in _bfd_XXi_swap_sym_out() 281 H_PUT_32 (abfd, in->n_type, ext->e_type); in _bfd_XXi_swap_sym_out()
|
/toolchain/binutils/binutils-2.25/binutils/ |
D | rdcoff.c | 457 syment.n_type, psubaux, TRUE, dhandle); in parse_coff_struct_type() 759 if (syment.n_type == T_NULL) in parse_coff() 764 if (ISFCN (syment.n_type)) in parse_coff() 768 fntype = syment.n_type; in parse_coff() 777 syment.n_type, paux, TRUE, dhandle); in parse_coff() 869 syment.n_type, paux, TRUE, dhandle); in parse_coff()
|
D | coffgrok.c | 312 int type = sym->n_type; in do_type()
|
D | ChangeLog-9197 | 3351 more clearly, print numbers of unrecognized stab n_type values.
|
/toolchain/binutils/binutils-2.25/include/mach-o/ |
D | external.h | 168 unsigned char n_type[1]; member 178 unsigned char n_type[1]; member
|
/toolchain/binutils/binutils-2.25/include/ |
D | bout.h | 116 unsigned char n_type; /* See below */ member
|
D | ChangeLog-9103 | 2579 More commentary on n_type values.
|
/toolchain/binutils/binutils-2.25/libiberty/ |
D | simple-object-xcoff.c | 169 unsigned char n_type[2]; member 794 set_16 (&syms[0].sym.n_type[0], IMAGE_SYM_TYPE); in simple_object_xcoff_write_to_file() 827 set_16 (&syms[0].sym.n_type[0], IMAGE_SYM_TYPE); in simple_object_xcoff_write_to_file()
|
/toolchain/binutils/binutils-2.25/include/aout/ |
D | adobe.h | 113 unsigned char n_type; /* type of symbol */ member
|
D | aout64.h | 269 unsigned char n_type; /* Type of symbol. */ member
|
D | stab.def | 19 /* New stab from Solaris 2. This uses an n_type of 0, which in a.out files
|
/toolchain/binutils/binutils-2.25/include/coff/ |
D | internal.h | 488 unsigned short n_type; /* type and derived type */ member
|