Home
last modified time | relevance | path

Searched refs:symtab_offset (Results 1 – 11 of 11) sorted by relevance

/netbsd/src/external/gpl3/binutils/dist/libiberty/
Dsimple-object-coff.c505 unsigned int nscns, size_t symtab_offset, in simple_object_coff_write_filehdr() argument
530 set_32 (hdr + offsetof (struct external_filehdr, f_symptr), symtab_offset); in simple_object_coff_write_filehdr()
607 size_t symtab_offset; in simple_object_coff_write_to_file() local
691 symtab_offset = offset; in simple_object_coff_write_to_file()
718 if (!simple_object_internal_write (descriptor, symtab_offset, in simple_object_coff_write_to_file()
731 secsym_offset = symtab_offset + sizeof (syms); in simple_object_coff_write_to_file()
777 symtab_offset, nsyms, &errmsg, err)) in simple_object_coff_write_to_file()
Dsimple-object-xcoff.c735 unsigned int nscns, size_t symtab_offset, in simple_object_xcoff_write_filehdr() argument
762 symtab_offset); in simple_object_xcoff_write_filehdr()
772 symtab_offset); in simple_object_xcoff_write_filehdr()
867 size_t symtab_offset; in simple_object_xcoff_write_to_file() local
947 symtab_offset = offset; in simple_object_xcoff_write_to_file()
975 if (!simple_object_internal_write (descriptor, symtab_offset, in simple_object_xcoff_write_to_file()
988 secsym_offset = symtab_offset + sizeof (syms); in simple_object_xcoff_write_to_file()
1034 symtab_offset, nsyms, &errmsg, err)) in simple_object_xcoff_write_to_file()
/netbsd/src/external/gpl3/gcc/dist/libiberty/
Dsimple-object-coff.c505 unsigned int nscns, size_t symtab_offset, in simple_object_coff_write_filehdr() argument
530 set_32 (hdr + offsetof (struct external_filehdr, f_symptr), symtab_offset); in simple_object_coff_write_filehdr()
607 size_t symtab_offset; in simple_object_coff_write_to_file() local
691 symtab_offset = offset; in simple_object_coff_write_to_file()
718 if (!simple_object_internal_write (descriptor, symtab_offset, in simple_object_coff_write_to_file()
731 secsym_offset = symtab_offset + sizeof (syms); in simple_object_coff_write_to_file()
777 symtab_offset, nsyms, &errmsg, err)) in simple_object_coff_write_to_file()
Dsimple-object-xcoff.c735 unsigned int nscns, size_t symtab_offset, in simple_object_xcoff_write_filehdr() argument
762 symtab_offset); in simple_object_xcoff_write_filehdr()
772 symtab_offset); in simple_object_xcoff_write_filehdr()
867 size_t symtab_offset; in simple_object_xcoff_write_to_file() local
947 symtab_offset = offset; in simple_object_xcoff_write_to_file()
975 if (!simple_object_internal_write (descriptor, symtab_offset, in simple_object_xcoff_write_to_file()
988 secsym_offset = symtab_offset + sizeof (syms); in simple_object_xcoff_write_to_file()
1034 symtab_offset, nsyms, &errmsg, err)) in simple_object_xcoff_write_to_file()
/netbsd/src/external/gpl3/gdb/dist/libiberty/
Dsimple-object-coff.c505 unsigned int nscns, size_t symtab_offset, in simple_object_coff_write_filehdr() argument
530 set_32 (hdr + offsetof (struct external_filehdr, f_symptr), symtab_offset); in simple_object_coff_write_filehdr()
607 size_t symtab_offset; in simple_object_coff_write_to_file() local
691 symtab_offset = offset; in simple_object_coff_write_to_file()
718 if (!simple_object_internal_write (descriptor, symtab_offset, in simple_object_coff_write_to_file()
731 secsym_offset = symtab_offset + sizeof (syms); in simple_object_coff_write_to_file()
777 symtab_offset, nsyms, &errmsg, err)) in simple_object_coff_write_to_file()
Dsimple-object-xcoff.c735 unsigned int nscns, size_t symtab_offset, in simple_object_xcoff_write_filehdr() argument
762 symtab_offset); in simple_object_xcoff_write_filehdr()
772 symtab_offset); in simple_object_xcoff_write_filehdr()
867 size_t symtab_offset; in simple_object_xcoff_write_to_file() local
947 symtab_offset = offset; in simple_object_xcoff_write_to_file()
975 if (!simple_object_internal_write (descriptor, symtab_offset, in simple_object_xcoff_write_to_file()
988 secsym_offset = symtab_offset + sizeof (syms); in simple_object_xcoff_write_to_file()
1034 symtab_offset, nsyms, &errmsg, err)) in simple_object_xcoff_write_to_file()
/netbsd/src/external/gpl3/gdb/dist/gdb/
Dgdb-stabs.h43 file_ptr symtab_offset = 0; /* Offset in file to symbol table */ member
71 #define DBX_SYMTAB_OFFSET(o) (DBX_SYMFILE_INFO(o)->symtab_offset)
Dcoffread.c525 coff_read_minsyms (file_ptr symtab_offset, unsigned int nsyms, in coff_read_minsyms() argument
547 coff_symtab_read (reader, symtab_offset, nsyms, objfile); in coff_read_minsyms()
612 file_ptr symtab_offset; in coff_symfile_read() local
625 symtab_offset = cdata->sym_filepos; /* Symbol table file offset */ in coff_symfile_read()
626 stringtab_offset = symtab_offset + /* String table file offset */ in coff_symfile_read()
696 coff_read_minsyms (symtab_offset, num_symbols, objfile); in coff_symfile_read()
761 file_ptr symtab_offset, unsigned int nsyms, in coff_symtab_read() argument
791 val = bfd_seek (objfile->obfd.get (), symtab_offset, 0); in coff_symtab_read()
Dxcoffread.c2789 file_ptr symtab_offset; /* symbol table and */ in xcoff_initial_scan() local
2800 symtab_offset = obj_sym_filepos (abfd); /* symbol table file offset */ in xcoff_initial_scan()
2801 stringtab_offset = symtab_offset + in xcoff_initial_scan()
2844 val = bfd_seek (abfd, symtab_offset, SEEK_SET); in xcoff_initial_scan()
/netbsd/src/external/gpl3/binutils/usr.sbin/dbsym/
Ddbsym.c86 size_t symtab_offset; in main() local
157 symtab_offset = db_symtab_symbols[X_DB_SYMTAB].offset; in main()
179 memcpy(mappedkfile + symtab_offset, symtab, symtabsize); in main()
/netbsd/src/external/gpl3/binutils/dist/gold/
Dbinary.cc193 size_t symtab_offset = output_size; in sized_convert() local
223 0, symtab_offset, 4 * sym_size, in sized_convert()