Searched refs:obj_coff_strings (Results 1 – 6 of 6) sorted by relevance
375 strings = obj_coff_strings (abfd); in _bfd_coff_internal_syment_name()1476 if (obj_coff_strings (abfd) != NULL) in _bfd_coff_read_string_table()1477 return obj_coff_strings (abfd); in _bfd_coff_read_string_table()1527 obj_coff_strings (abfd) = strings; in _bfd_coff_read_string_table()1543 if (obj_coff_strings (abfd) != NULL in _bfd_coff_free_symbols()1546 free (obj_coff_strings (abfd)); in _bfd_coff_free_symbols()1547 obj_coff_strings (abfd) = NULL; in _bfd_coff_free_symbols()
39 #define obj_coff_strings(bfd) (coff_data (bfd)->strings) macro
43 #define obj_coff_strings(bfd) (coff_data (bfd)->strings) macro
1052 obj_coff_strings (abfd) = vars.string_table; in pe_ILF_build_a_bfd()
1487 name = obj_coff_strings (input_bfd) + sym->_n._n_n._n_offset;
5309 (obj_coff_external_syms, obj_coff_strings): Define accessor macro.