Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/binutils-2.17/bfd/
H A Dcoffgen.c375 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()
H A Dlibcoff-in.h39 #define obj_coff_strings(bfd) (coff_data (bfd)->strings) macro
H A Dcoff-mcore.c438 my_name = obj_coff_strings (input_bfd) + sym->_n._n_n._n_offset;
H A Dcoff-or32.c534 name = obj_coff_strings (input_bfd) + sym->_n._n_n._n_offset;
H A Dlibcoff.h43 #define obj_coff_strings(bfd) (coff_data (bfd)->strings) macro
H A Dpeicode.h1019 obj_coff_strings (abfd) = vars.string_table; in pe_ILF_build_a_bfd()
H A Dcoff-ppc.c1488 name = obj_coff_strings (input_bfd) + sym->_n._n_n._n_offset;
H A Dcoff-sh.c2894 name = obj_coff_strings (input_bfd) + sym->_n._n_n._n_offset;
H A DChangeLog-94955309 (obj_coff_external_syms, obj_coff_strings): Define accessor macro.
/openbsd-src/gnu/usr.bin/binutils/bfd/
H A Dcoffgen.c412 strings = obj_coff_strings (abfd);
1631 if (obj_coff_strings (abfd) != NULL)
1632 return obj_coff_strings (abfd);
1683 obj_coff_strings (abfd) = strings;
1700 if (obj_coff_strings (abfd) != NULL
1703 free (obj_coff_strings (abfd));
1704 obj_coff_strings (abfd) = NULL;
H A Dlibcoff-in.h41 #define obj_coff_strings(bfd) (coff_data (bfd)->strings) macro
H A Dcoff-mcore.c470 my_name = obj_coff_strings (input_bfd) + sym->_n._n_n._n_offset;
H A Dcoff-a29k.c540 name = obj_coff_strings (input_bfd) + sym->_n._n_n._n_offset;
H A Dcoff-or32.c553 name = obj_coff_strings (input_bfd) + sym->_n._n_n._n_offset;
H A Dlibcoff.h45 #define obj_coff_strings(bfd) (coff_data (bfd)->strings) macro
H A Dpeicode.h1093 obj_coff_strings (abfd) = vars.string_table; in pe_ILF_build_a_bfd()
H A Dcoff-ppc.c1577 name = obj_coff_strings (input_bfd) + sym->_n._n_n._n_offset;
H A Dcoff-sh.c3000 name = obj_coff_strings (input_bfd) + sym->_n._n_n._n_offset;
H A DChangeLog-94955309 (obj_coff_external_syms, obj_coff_strings): Define accessor macro.