Searched refs:obj_str_filepos (Results 1 – 9 of 9) sorted by relevance
/toolchain/binutils/binutils-2.25/bfd/ |
D | i386os9k.c | 83 obj_str_filepos (abfd) = 0; in os9k_callback()
|
D | hp300hpux.c | 248 obj_str_filepos (abfd) = N_STROFF (*execp); in MY() 265 obj_str_filepos (abfd) = (obj_sym_filepos (abfd) + execp->a_syms); in MY()
|
D | aout-adobe.c | 89 obj_str_filepos (abfd) = N_STROFF (*execp); in aout_adobe_callback()
|
D | aout-target.h | 83 obj_str_filepos (abfd) = N_STROFF (*execp); in MY()
|
D | libaout.h | 438 #define obj_str_filepos(bfd) (adata (bfd).str_filepos) macro
|
D | pdp11.c | 582 obj_str_filepos (abfd) = N_STROFF (*execp); in NAME() 1227 if (bfd_seek (abfd, obj_str_filepos (abfd), SEEK_SET) != 0 in aout_get_external_symbols() 1234 if (! bfd_get_file_window (abfd, obj_str_filepos (abfd), stringsize, in aout_get_external_symbols() 3941 obj_str_filepos (abfd) = obj_sym_filepos (abfd) + exec_hdr (abfd)->a_syms; in NAME() 3950 if (bfd_seek (abfd, obj_str_filepos (abfd), SEEK_SET) != 0 in NAME()
|
D | aoutx.h | 583 obj_str_filepos (abfd) = N_STROFF (*execp); in NAME() 1343 if (bfd_seek (abfd, obj_str_filepos (abfd), SEEK_SET) != 0 in aout_get_external_symbols() 1349 if (! bfd_get_file_window (abfd, obj_str_filepos (abfd), stringsize, in aout_get_external_symbols() 5613 obj_str_filepos (abfd) = obj_sym_filepos (abfd) + exec_hdr (abfd)->a_syms; in NAME() 5620 if (bfd_seek (abfd, obj_str_filepos (abfd), SEEK_SET) != 0) in NAME()
|
D | aout-tic30.c | 363 obj_str_filepos (abfd) = N_STROFF (*execp); in tic30_aout_callback()
|
D | bout.c | 140 obj_str_filepos (abfd) = N_STROFF (*execp); in b_out_callback()
|