Home
last modified time | relevance | path

Searched refs:obj_sym_filepos (Results 1 – 16 of 16) sorted by relevance

/NextBSD/contrib/binutils/bfd/
HDcofflink.c832 obj_sym_filepos (abfd) = line_filepos; in _bfd_coff_final_link()
976 pos = obj_sym_filepos (abfd) + finfo.last_file_index * symesz; in _bfd_coff_final_link()
1098 pos = obj_sym_filepos (abfd) + obj_raw_syment_count (abfd) * symesz; in _bfd_coff_final_link()
1833 pos = obj_sym_filepos (output_bfd); in _bfd_coff_link_input_bfd()
2072 pos = obj_sym_filepos (output_bfd); in _bfd_coff_link_input_bfd()
2258 pos = obj_sym_filepos (output_bfd) + syment_base * osymesz; in _bfd_coff_link_input_bfd()
2578 pos = obj_sym_filepos (output_bfd); in _bfd_coff_write_global_sym()
HDlibcoff-in.h31 #define obj_sym_filepos(bfd) (coff_data (bfd)->sym_filepos) macro
HDcoffgen.c1116 if (bfd_seek (abfd, obj_sym_filepos (abfd), SEEK_SET) != 0) in coff_write_symbols()
1451 if (bfd_seek (abfd, obj_sym_filepos (abfd), SEEK_SET) != 0 in _bfd_coff_get_external_symbols()
1479 if (obj_sym_filepos (abfd) == 0) in _bfd_coff_read_string_table()
1485 pos = obj_sym_filepos (abfd); in _bfd_coff_read_string_table()
HDaout-target.h83 obj_sym_filepos (abfd) = N_SYMOFF (*execp); in MY()
HDlibaout.h436 #define obj_sym_filepos(bfd) (adata (bfd).sym_filepos) macro
HDcoff-ppc.c2248 obj_sym_filepos (abfd) = line_filepos;
2404 pos = obj_sym_filepos (abfd) + finfo.last_file_index * symesz;
2496 pos = obj_sym_filepos (abfd) + obj_raw_syment_count (abfd) * symesz;
HDaoutx.h585 obj_sym_filepos (abfd) = N_SYMOFF (*execp); in NAME()
1298 if (! bfd_get_file_window (abfd, obj_sym_filepos (abfd), in aout_get_external_symbols()
1312 if (bfd_seek (abfd, obj_sym_filepos (abfd), SEEK_SET) != 0 in aout_get_external_symbols()
3837 BFD_ASSERT (*reloff_ptr <= obj_sym_filepos (finfo->output_bfd) in aout_link_reloc_link_order()
4691 BFD_ASSERT (*reloff_ptr <= obj_sym_filepos (finfo->output_bfd) in aout_link_input_section()
5376 obj_sym_filepos (abfd) = aout_info.symoff; in NAME()
5544 obj_str_filepos (abfd) = obj_sym_filepos (abfd) + exec_hdr (abfd)->a_syms; in NAME()
HDxcofflink.c3825 pos = obj_sym_filepos (output_bfd); in xcoff_link_input_bfd()
4232 file_ptr pos = obj_sym_filepos (output_bfd) + syment_base * osymesz; in xcoff_link_input_bfd()
4851 pos = obj_sym_filepos (output_bfd); in xcoff_write_global_symbol()
5130 pos = obj_sym_filepos (output_bfd); in xcoff_write_global_symbol()
5620 obj_sym_filepos (abfd) = line_filepos; in _bfd_xcoff_bfd_final_link()
5735 pos = obj_sym_filepos (abfd) + finfo.last_file_index * symesz; in _bfd_xcoff_bfd_final_link()
5887 pos = obj_sym_filepos (abfd) + obj_raw_syment_count (abfd) * symesz; in _bfd_xcoff_bfd_final_link()
HDlibcoff.h35 #define obj_sym_filepos(bfd) (coff_data (bfd)->sym_filepos) macro
HDpeicode.h1011 obj_sym_filepos (abfd) = 0; in pe_ILF_build_a_bfd()
HDbout.c142 obj_sym_filepos (abfd) = N_SYMOFF (*execp); in b_out_callback()
HDcoffcode.h2072 if (bfd_seek (abfd, obj_sym_filepos (abfd), SEEK_SET) != 0 in coff_set_arch_mach_hook()
3935 obj_sym_filepos (abfd) = sym_base; in coff_write_object_contents()
HDcoff64-rs6000.c928 obj_sym_filepos (abfd) = sym_base;
HDecoff.c38 #undef obj_sym_filepos
/NextBSD/contrib/gdb/gdb/
HDxcoffread.c2868 symtab_offset = obj_sym_filepos (abfd); /* symbol table file offset */ in xcoff_initial_scan()
HDdbxread.c637 #define SYMBOL_TABLE_OFFSET (sym_bfd->origin + obj_sym_filepos (sym_bfd)) in dbx_symfile_init()