Searched refs:obj_coff_strings (Results 1 – 8 of 8) sorted by relevance
459 strings = obj_coff_strings (abfd); in _bfd_coff_internal_syment_name()1673 if (obj_coff_strings (abfd) != NULL) in _bfd_coff_read_string_table()1674 return obj_coff_strings (abfd); in _bfd_coff_read_string_table()1730 obj_coff_strings (abfd) = strings; in _bfd_coff_read_string_table()1748 if (obj_coff_strings (abfd) != NULL in _bfd_coff_free_symbols()1751 free (obj_coff_strings (abfd)); in _bfd_coff_free_symbols()1752 obj_coff_strings (abfd) = NULL; in _bfd_coff_free_symbols()
37 #define obj_coff_strings(bfd) (coff_data (bfd)->strings) macro
432 my_name = obj_coff_strings (input_bfd) + sym->_n._n_n._n_offset; in coff_mcore_relocate_section()
41 #define obj_coff_strings(bfd) (coff_data (bfd)->strings) macro
1062 obj_coff_strings (abfd) = vars.string_table; in pe_ILF_build_a_bfd()
1418 name = obj_coff_strings (input_bfd) + sym->_n._n_n._n_offset; in coff_ppc_relocate_section()
2870 name = obj_coff_strings (input_bfd) + sym->_n._n_n._n_offset; in sh_relocate_section()
5309 (obj_coff_external_syms, obj_coff_strings): Define accessor macro.