Searched refs:stab_info (Results 1 – 14 of 14) sorted by relevance
/toolchain/binutils/binutils-2.25/bfd/ |
D | libcoff-in.h | 211 void * stab_info; member 290 struct stab_info stab_info; member
|
D | stabs.c | 149 struct stab_info *sinfo, in _bfd_link_section_stabs() 660 struct stab_info *sinfo, in _bfd_write_section_stabs() 730 _bfd_write_stab_strings (bfd *output_bfd, struct stab_info *sinfo) in _bfd_write_stab_strings()
|
D | libbfd-in.h | 658 (bfd *, struct stab_info *, asection *, asection *, void **, 668 (bfd *, struct stab_info *, asection *, void **, bfd_byte *); 673 (bfd *, struct stab_info *);
|
D | libcoff.h | 215 void * stab_info; member 294 struct stab_info stab_info; member
|
D | libbfd.h | 663 (bfd *, struct stab_info *, asection *, asection *, void **, 673 (bfd *, struct stab_info *, asection *, void **, bfd_byte *); 678 (bfd *, struct stab_info *);
|
D | cofflink.c | 102 memset (&table->stab_info, 0, sizeof (table->stab_info)); in _bfd_coff_link_hash_table_init() 544 if (! _bfd_link_section_stabs (abfd, &table->stab_info, in coff_link_add_symbols() 546 &secdata->stab_info, in coff_link_add_symbols() 1113 if (coff_hash_table (info)->stab_info.stabstr != NULL) in _bfd_coff_final_link() 1115 if (! _bfd_write_stab_strings (abfd, &coff_hash_table (info)->stab_info)) in _bfd_coff_final_link() 2500 if (secdata == NULL || secdata->stab_info == NULL) in _bfd_coff_link_input_bfd() 2510 (output_bfd, &coff_hash_table (flaginfo->info)->stab_info, in _bfd_coff_link_input_bfd() 2511 o, &secdata->stab_info, contents))) in _bfd_coff_link_input_bfd()
|
D | elf-bfd.h | 509 struct stab_info stab_info; member
|
D | bfd-in.h | 440 struct stab_info struct
|
D | coff-ppc.c | 2385 if (coff_hash_table (info)->stab_info.stabstr != NULL) in ppc_bfd_coff_final_link() 2387 if (! _bfd_write_stab_strings (abfd, &coff_hash_table (info)->stab_info)) in ppc_bfd_coff_final_link()
|
D | ChangeLog-2004 | 2466 * bfd-in.h (struct stab_info): Move from stabs.c. 2474 alloc. Adjust stab_info test. 2475 * cofflink.c (_bfd_coff_link_hash_table_init): Clear stab_info. 2476 (_bfd_coff_final_link): Adjust stab_info test. 2478 * elf-bfd.h (struct elf_link_hash_table): Include struct stab_info 2481 * elf.c (_bfd_elf_link_hash_table_init): Clear stab_info. 2483 stabstr section. Adjust stab_info test.
|
D | elflink.c | 4840 if (! _bfd_link_section_stabs (abfd, &htab->stab_info, stab, in elf_link_add_object_symbols() 9999 &elf_hash_table (flinfo->info)->stab_info, in elf_link_input_bfd() 11402 if (elf_hash_table (info)->stab_info.stabstr == o) in bfd_elf_final_link() 11438 if (elf_hash_table (info)->stab_info.stabstr != NULL) in bfd_elf_final_link() 11440 if (! _bfd_write_stab_strings (abfd, &elf_hash_table (info)->stab_info)) in bfd_elf_final_link()
|
D | ChangeLog-9697 | 5063 * libcoff-in.h (struct coff_section_tdata): Add stab_info field. 5064 (struct coff_link_hash_table): Add stab_info field. 5067 stab_info field. 5074 * elf-bfd.h (struct elf_link_hash_table): Add stab_info field. 5075 (struct bfd_elf_section_data): Add stab_info field. 5076 * elf.c (_bfd_elf_link_hash_table_init): Initialize stab_info
|
D | bfd-in2.h | 447 struct stab_info struct
|
D | ChangeLog-0001 | 492 (struct bfd_elf_section_data): Remove stab_info and merge_info 520 of merge_info and stab_info.
|