Searched refs:lst_filepos (Results 1 – 1 of 1) sorted by relevance
/toolchain/binutils/binutils-2.25/bfd/ |
D | som.c | 5871 file_ptr lst_filepos; in som_bfd_count_ar_symbols() local 5873 lst_filepos = bfd_tell (abfd) - sizeof (struct som_external_lst_header); in som_bfd_count_ar_symbols() 5900 if (bfd_seek (abfd, lst_filepos + hash_val, SEEK_SET) != 0) in som_bfd_count_ar_symbols() 5919 if (bfd_seek (abfd, lst_filepos + next_entry, SEEK_SET) != 0) in som_bfd_count_ar_symbols() 5953 file_ptr lst_filepos; in som_bfd_fill_in_ar_symbols() local 5956 lst_filepos = bfd_tell (abfd) - sizeof (struct som_external_lst_header); in som_bfd_fill_in_ar_symbols() 5969 if (bfd_seek (abfd, lst_filepos + lst_header->dir_loc, SEEK_SET) != 0) in som_bfd_fill_in_ar_symbols() 5996 if (bfd_seek (abfd, lst_filepos + hash_val, SEEK_SET) != 0) in som_bfd_fill_in_ar_symbols() 6010 if (bfd_seek (abfd, (lst_filepos + string_loc in som_bfd_fill_in_ar_symbols() 6045 if (bfd_seek (abfd, lst_filepos + next_entry, SEEK_SET) != 0) in som_bfd_fill_in_ar_symbols() [all …]
|