Home
last modified time | relevance | path

Searched refs:obj_str_filepos (Results 1 – 5 of 5) sorted by relevance

/NextBSD/contrib/binutils/bfd/
HDaout-target.h84 obj_str_filepos (abfd) = N_STROFF (*execp); in MY()
HDlibaout.h437 #define obj_str_filepos(bfd) (adata (bfd).str_filepos) macro
HDaoutx.h584 obj_str_filepos (abfd) = N_STROFF (*execp); in NAME()
1333 if (bfd_seek (abfd, obj_str_filepos (abfd), SEEK_SET) != 0 in aout_get_external_symbols()
1339 if (! bfd_get_file_window (abfd, obj_str_filepos (abfd), stringsize, in aout_get_external_symbols()
5544 obj_str_filepos (abfd) = obj_sym_filepos (abfd) + exec_hdr (abfd)->a_syms; in NAME()
5553 if (bfd_seek (abfd, obj_str_filepos (abfd), SEEK_SET) != 0 in NAME()
HDbout.c141 obj_str_filepos (abfd) = N_STROFF (*execp); in b_out_callback()
/NextBSD/contrib/gdb/gdb/
HDdbxread.c636 #define STRING_TABLE_OFFSET (sym_bfd->origin + obj_str_filepos (sym_bfd)) in dbx_symfile_init()