Searched refs:obj_coff_strings (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/contrib/binutils/bfd/
H A Dlibcoff-in.h39 #define obj_coff_strings(bfd) (coff_data (bfd)->strings) macro
H A Dcoffgen.c375 strings = obj_coff_strings (abfd);
1476 if (obj_coff_strings (abfd) != NULL)
1477 return obj_coff_strings (abfd);
1527 obj_coff_strings (abfd) = strings;
1543 if (obj_coff_strings (abfd) != NULL
1546 free (obj_coff_strings (abfd));
1547 obj_coff_strings (abfd) = NULL;
H A Dlibcoff.h43 #define obj_coff_strings(bfd) (coff_data (bfd)->strings) macro
H A Dpeicode.h1054 obj_coff_strings (abfd) = vars.string_table;
H A Dcoff-ppc.c1494 name = obj_coff_strings (input_bfd) + sym->_n._n_n._n_offset;

Completed in 79 milliseconds