Searched refs:symoff (Results 1 – 10 of 10) sorted by relevance
/toolchain/binutils/binutils-2.25/include/coff/ |
D | xcoff.h | 485 char symoff[XCOFFARMAG_ELEMENT_SIZE]; member 512 char symoff[XCOFFARMAGBIG_ELEMENT_SIZE]; member
|
/toolchain/binutils/binutils-2.25/include/mach-o/ |
D | external.h | 159 unsigned char symoff[4]; /* File offset of the symbol table. */ member
|
/toolchain/binutils/binutils-2.25/bfd/ |
D | coff-rs6000.c | 1240 off = strtol (xcoff_ardata (abfd)->symoff, (char **) NULL, 10); in _bfd_xcoff_slurp_armap() 1295 off = strtol (xcoff_ardata_big (abfd)->symoff, (char **) NULL, 10); in _bfd_xcoff_slurp_armap() 1587 || filestart == strtol (xcoff_ardata (archive)->symoff, in _bfd_xcoff_openr_next_archived_file() 1611 || filestart == strtol (xcoff_ardata_big (archive)->symoff, in _bfd_xcoff_openr_next_archived_file() 1865 READ20 (fhdr->symoff, nextoff); in xcoff_write_armap_big() 1973 PRINT20 (fhdr->symoff, 0); in xcoff_write_armap_big() 2251 sprintf (fhdr.symoff, "%d", 0); in xcoff_write_archive_contents_old() 2255 sprintf (fhdr.symoff, "%ld", (long) nextoff); in xcoff_write_archive_contents_old() 2498 PRINT20 (fhdr.symoff, 0); in xcoff_write_archive_contents_big() 2504 PRINT20 (fhdr.symoff, nextoff); in xcoff_write_archive_contents_big()
|
D | mach-o.h | 135 unsigned int symoff; member
|
D | mach-o.c | 1754 if (bfd_seek (abfd, sym->symoff, SEEK_SET) != 0) in bfd_mach_o_write_symtab_content() 1846 bfd_h_put_32 (abfd, sym->symoff, raw.symoff); in bfd_mach_o_write_symtab() 2463 symtab->symoff = mdata->filelen; in bfd_mach_o_write_contents() 3470 unsigned int symoff = sym->symoff + (i * symwidth); in bfd_mach_o_read_symtab_symbol() local 3481 if (bfd_seek (abfd, symoff, SEEK_SET) != 0 in bfd_mach_o_read_symtab_symbol() 3486 symwidth, (unsigned long) symoff); in bfd_mach_o_read_symtab_symbol() 4192 symtab->symoff = bfd_h_get_32 (abfd, raw.symoff); in bfd_mach_o_read_symtab()
|
D | pdp11.c | 229 file_ptr symoff; member 3003 if (bfd_seek (output_bfd, flaginfo->symoff, SEEK_SET) != 0 in aout_link_write_other_symbol() 3008 flaginfo->symoff += amt; in aout_link_write_other_symbol() 3772 &aout_info.symoff); in NAME() 3775 obj_sym_filepos (abfd) = aout_info.symoff; in NAME() 4452 if (bfd_seek (output_bfd, flaginfo->symoff, SEEK_SET) != 0) in aout_link_write_symbols() 4458 flaginfo->symoff += size; in aout_link_write_symbols()
|
D | aoutx.h | 3510 file_ptr symoff; member 3666 if (bfd_seek (output_bfd, flaginfo->symoff, SEEK_SET) != 0 in aout_link_write_other_symbol() 3671 flaginfo->symoff += EXTERNAL_NLIST_SIZE; in aout_link_write_other_symbol() 5244 if (bfd_seek (output_bfd, flaginfo->symoff, SEEK_SET) != 0) in aout_link_write_symbols() 5251 flaginfo->symoff += outsym_size; in aout_link_write_symbols() 5442 &aout_info.symoff); in NAME() 5445 obj_sym_filepos (abfd) = aout_info.symoff; in NAME()
|
D | coff64-rs6000.c | 2057 || filestart == bfd_scan_vma (xcoff_ardata_big (archive)->symoff, in xcoff64_openr_next_archived_file()
|
/toolchain/binutils/binutils-2.25/binutils/ |
D | od-macho.c | 1493 symtab->symoff, symtab->nsyms, in dump_load_command() 1494 symtab->symoff + symtab->nsyms in dump_load_command()
|
/toolchain/binutils/binutils-2.25/gold/ |
D | object.cc | 935 off_t symoff = symshdr.get_sh_offset() + symndx * This::sym_size; in include_section_group() local 936 const unsigned char* psym = this->get_view(symoff, This::sym_size, true, in include_section_group()
|