Searched refs:obj_coff_strings (Results 1 – 17 of 17) sorted by relevance
461 strings = obj_coff_strings (abfd); in _bfd_coff_internal_syment_name()1620 if (obj_coff_strings (abfd) != NULL) in _bfd_coff_read_string_table()1621 return obj_coff_strings (abfd); in _bfd_coff_read_string_table()1687 obj_coff_strings (abfd) = strings; in _bfd_coff_read_string_table()1709 if (obj_coff_strings (abfd) != NULL in _bfd_coff_free_symbols()1712 free (obj_coff_strings (abfd)); in _bfd_coff_free_symbols()1713 obj_coff_strings (abfd) = NULL; in _bfd_coff_free_symbols()
46 #define obj_coff_strings(bfd) (coff_data (bfd)->strings) macro
437 my_name = obj_coff_strings (input_bfd) + sym->_n._n_n._n_offset; in coff_mcore_relocate_section()
50 #define obj_coff_strings(bfd) (coff_data (bfd)->strings) macro
1132 obj_coff_strings (abfd) = vars.string_table; in pe_ILF_build_a_bfd()
2878 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.
577 strings = obj_coff_strings (abfd); in _bfd_coff_internal_syment_name()1737 if (obj_coff_strings (abfd) != NULL) in _bfd_coff_read_string_table()1738 return obj_coff_strings (abfd); in _bfd_coff_read_string_table()1803 obj_coff_strings (abfd) = strings; in _bfd_coff_read_string_table()1825 if (obj_coff_strings (abfd) != NULL in _bfd_coff_free_symbols()1828 free (obj_coff_strings (abfd)); in _bfd_coff_free_symbols()1829 obj_coff_strings (abfd) = NULL; in _bfd_coff_free_symbols()
47 #define obj_coff_strings(bfd) (coff_data (bfd)->strings) macro
439 my_name = (obj_coff_strings (input_bfd) in coff_mcore_relocate_section()
51 #define obj_coff_strings(bfd) (coff_data (bfd)->strings) macro
1147 obj_coff_strings (abfd) = vars.string_table; in pe_ILF_build_a_bfd()
2872 name = obj_coff_strings (input_bfd) + sym->_n._n_n._n_offset; in sh_relocate_section()
60753 As far as I can see the only place that sets obj_coff_strings without60758 obj_coff_strings_len when obj_coff_strings is non-NULL.