Searched refs:external_opt (Results 1 – 7 of 7) sorted by relevance
| /trueos/contrib/binutils/gas/config/ |
| HD | obj-ecoff.c | 168 SET (external_opt, ioptMax, void *, debug_swap->external_opt_size); in ecoff_frob_file()
|
| HD | obj-elf.c | 2076 SET (external_opt, cbOptOffset, void *); in elf_frob_file_after_relocs()
|
| /trueos/contrib/binutils/include/coff/ |
| HD | ecoff.h | 304 void *external_opt; /* struct opt_ext */ member
|
| /trueos/contrib/binutils/bfd/ |
| HD | ecoff.c | 586 FIX (cbOptOffset, external_opt, void *); in _bfd_ecoff_slurp_symbolic_info() 1812 oinfo->external_opt = iinfo->external_opt; in _bfd_ecoff_bfd_copy_private_bfd_data() 3935 READ (external_opt, cbOptOffset, ioptMax, swap->external_opt_size, void *); in ecoff_final_link_debug_accumulate() 3962 if (debug->external_opt != NULL) in ecoff_final_link_debug_accumulate() 3963 free (debug->external_opt); in ecoff_final_link_debug_accumulate() 3979 debug->external_opt = NULL; in ecoff_final_link_debug_accumulate() 4474 debug->external_opt = NULL; in _bfd_ecoff_bfd_final_link()
|
| HD | elf64-alpha.c | 1366 READ (external_opt, cbOptOffset, ioptMax, swap->external_opt_size, PTR); in elf64_alpha_read_ecoff_info() 1391 if (debug->external_opt != NULL) in elf64_alpha_read_ecoff_info() 1392 free (debug->external_opt); in elf64_alpha_read_ecoff_info() 4970 debug.external_opt = NULL; in elf64_alpha_final_link() 5114 free (input_debug.external_opt); in elf64_alpha_final_link()
|
| HD | ecofflink.c | 1015 in = ((bfd_byte *) input_debug->external_opt 1551 WRITE (external_opt, ioptMax, swap->external_opt_size, cbOptOffset);
|
| HD | elfxx-mips.c | 908 READ (external_opt, cbOptOffset, ioptMax, swap->external_opt_size, void *); in _bfd_mips_elf_read_ecoff_info() 933 if (debug->external_opt != NULL) in _bfd_mips_elf_read_ecoff_info() 934 free (debug->external_opt); in _bfd_mips_elf_read_ecoff_info() 10417 debug.external_opt = NULL; in _bfd_mips_elf_final_link() 10544 free (input_debug.external_opt); in _bfd_mips_elf_final_link()
|