Searched refs:obj_sym_filepos (Results 1 – 16 of 16) sorted by relevance
| /NextBSD/contrib/binutils/bfd/ |
| HD | cofflink.c | 832 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()
|
| HD | libcoff-in.h | 31 #define obj_sym_filepos(bfd) (coff_data (bfd)->sym_filepos) macro
|
| HD | coffgen.c | 1116 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()
|
| HD | aout-target.h | 83 obj_sym_filepos (abfd) = N_SYMOFF (*execp); in MY()
|
| HD | libaout.h | 436 #define obj_sym_filepos(bfd) (adata (bfd).sym_filepos) macro
|
| HD | coff-ppc.c | 2248 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;
|
| HD | aoutx.h | 585 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()
|
| HD | xcofflink.c | 3825 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()
|
| HD | libcoff.h | 35 #define obj_sym_filepos(bfd) (coff_data (bfd)->sym_filepos) macro
|
| HD | peicode.h | 1011 obj_sym_filepos (abfd) = 0; in pe_ILF_build_a_bfd()
|
| HD | bout.c | 142 obj_sym_filepos (abfd) = N_SYMOFF (*execp); in b_out_callback()
|
| HD | coffcode.h | 2072 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()
|
| HD | coff64-rs6000.c | 928 obj_sym_filepos (abfd) = sym_base;
|
| HD | ecoff.c | 38 #undef obj_sym_filepos
|
| /NextBSD/contrib/gdb/gdb/ |
| HD | xcoffread.c | 2868 symtab_offset = obj_sym_filepos (abfd); /* symbol table file offset */ in xcoff_initial_scan()
|
| HD | dbxread.c | 637 #define SYMBOL_TABLE_OFFSET (sym_bfd->origin + obj_sym_filepos (sym_bfd)) in dbx_symfile_init()
|