Searched refs:obj_str_filepos (Results 1 – 8 of 8) sorted by relevance
/netbsd-src/external/gpl3/binutils.old/dist/bfd/ |
H A D | aout-target.h | 83 obj_str_filepos (abfd) = N_STROFF (execp); in MY()
|
H A D | libaout.h | 439 #define obj_str_filepos(bfd) (adata (bfd).str_filepos) macro
|
H A D | pdp11.c | 628 obj_str_filepos (abfd) = N_STROFF (execp); in NAME() 1306 if (bfd_seek (abfd, obj_str_filepos (abfd), SEEK_SET) != 0 in aout_get_external_symbols() 1322 if (! bfd_get_file_window (abfd, obj_str_filepos (abfd), stringsize + 1, in aout_get_external_symbols() 4080 obj_str_filepos (abfd) = obj_sym_filepos (abfd) + exec_hdr (abfd)->a_syms; in NAME() 4089 if (bfd_seek (abfd, obj_str_filepos (abfd), SEEK_SET) != 0 in NAME()
|
H A D | aoutx.h | 590 obj_str_filepos (abfd) = N_STROFF (execp); in NAME() 1326 if (bfd_seek (abfd, obj_str_filepos (abfd), SEEK_SET) != 0 in aout_get_external_symbols() 1342 if (! bfd_get_file_window (abfd, obj_str_filepos (abfd), stringsize + 1, in aout_get_external_symbols() 5642 obj_str_filepos (abfd) = obj_sym_filepos (abfd) + exec_hdr (abfd)->a_syms; in NAME() 5649 if (bfd_seek (abfd, obj_str_filepos (abfd), SEEK_SET) != 0) in NAME()
|
/netbsd-src/external/gpl3/binutils/dist/bfd/ |
H A D | aout-target.h | 83 obj_str_filepos (abfd) = N_STROFF (execp); in MY()
|
H A D | libaout.h | 439 #define obj_str_filepos(bfd) (adata (bfd).str_filepos) macro
|
H A D | pdp11.c | 627 obj_str_filepos (abfd) = N_STROFF (execp); in NAME() 1305 if (bfd_seek (abfd, obj_str_filepos (abfd), SEEK_SET) != 0 in aout_get_external_symbols() 1321 if (! bfd_get_file_window (abfd, obj_str_filepos (abfd), stringsize + 1, in aout_get_external_symbols() 4082 obj_str_filepos (abfd) = obj_sym_filepos (abfd) + exec_hdr (abfd)->a_syms; in NAME() 4091 if (bfd_seek (abfd, obj_str_filepos (abfd), SEEK_SET) != 0 in NAME()
|
H A D | aoutx.h | 590 obj_str_filepos (abfd) = N_STROFF (execp); in NAME() 1326 if (bfd_seek (abfd, obj_str_filepos (abfd), SEEK_SET) != 0 in aout_get_external_symbols() 1342 if (! bfd_get_file_window (abfd, obj_str_filepos (abfd), stringsize + 1, in aout_get_external_symbols() 5647 obj_str_filepos (abfd) = obj_sym_filepos (abfd) + exec_hdr (abfd)->a_syms; in NAME() 5654 if (bfd_seek (abfd, obj_str_filepos (abfd), SEEK_SET) != 0) in NAME()
|