Home
last modified time | relevance | path

Searched refs:obj_coff_strings (Results 1 – 17 of 17) sorted by relevance

/netbsd-src/external/gpl3/binutils.old/dist/bfd/
H A Dcoffgen.c461 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()
H A Dlibcoff-in.h46 #define obj_coff_strings(bfd) (coff_data (bfd)->strings) macro
H A Dcoff-mcore.c437 my_name = obj_coff_strings (input_bfd) + sym->_n._n_n._n_offset; in coff_mcore_relocate_section()
H A Dlibcoff.h50 #define obj_coff_strings(bfd) (coff_data (bfd)->strings) macro
H A Dpeicode.h1132 obj_coff_strings (abfd) = vars.string_table; in pe_ILF_build_a_bfd()
H A Dcoff-sh.c2878 name = obj_coff_strings (input_bfd) + sym->_n._n_n._n_offset; in sh_relocate_section()
H A DChangeLog-94955309 (obj_coff_external_syms, obj_coff_strings): Define accessor macro.
/netbsd-src/external/gpl3/binutils/dist/bfd/
H A Dcoffgen.c577 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()
H A Dlibcoff-in.h47 #define obj_coff_strings(bfd) (coff_data (bfd)->strings) macro
H A Dcoff-mcore.c439 my_name = (obj_coff_strings (input_bfd) in coff_mcore_relocate_section()
H A Dlibcoff.h51 #define obj_coff_strings(bfd) (coff_data (bfd)->strings) macro
H A Dpeicode.h1147 obj_coff_strings (abfd) = vars.string_table; in pe_ILF_build_a_bfd()
H A Dcoff-sh.c2872 name = obj_coff_strings (input_bfd) + sym->_n._n_n._n_offset; in sh_relocate_section()
H A DChangeLog-94955309 (obj_coff_external_syms, obj_coff_strings): Define accessor macro.
/netbsd-src/external/gpl3/gdb.old/dist/bfd/
H A DChangeLog-94955309 (obj_coff_external_syms, obj_coff_strings): Define accessor macro.
/netbsd-src/external/gpl3/gdb/dist/bfd/
H A DChangeLog-94955309 (obj_coff_external_syms, obj_coff_strings): Define accessor macro.
/netbsd-src/external/gpl3/binutils/dist/
H A DChangeLog.git60753 As far as I can see the only place that sets obj_coff_strings without
60758 obj_coff_strings_len when obj_coff_strings is non-NULL.