Home
last modified time | relevance | path

Searched refs:bfd_tell (Results 1 – 25 of 29) sorted by relevance

12

/toolchain/binutils/binutils-2.25/bfd/
Dnlmcode.h171 position = bfd_tell (abfd); in nlm_swap_auxiliary_headers_in()
356 pos = bfd_tell (abfd); in nlm_swap_auxiliary_headers_in()
1632 if (bfd_tell (abfd) > nlm_fixed_header (abfd)->codeImageOffset) in nlm_write_object_contents()
1736 nlm_fixed_header (abfd)->externalReferencesOffset = bfd_tell (abfd); in nlm_write_object_contents()
1775 nlm_fixed_header (abfd)->publicsOffset = bfd_tell (abfd); in nlm_write_object_contents()
1858 nlm_fixed_header (abfd)->debugInfoOffset = bfd_tell (abfd); in nlm_write_object_contents()
1919 last = bfd_tell (abfd); in nlm_write_object_contents()
1964 BFD_ASSERT ((bfd_size_type) bfd_tell (abfd) in nlm_write_object_contents()
Dbfdio.c228 bfd_tell (bfd *abfd) in bfd_tell() function
334 bfd_tell (abfd); in bfd_seek()
Dieee.c2119 ieee->w.r.section_part = bfd_tell (abfd); in ieee_write_section_part()
3114 file_ptr here = bfd_tell (abfd); in ieee_write_debug_part()
3175 ieee->w.r.data_part = bfd_tell (abfd); in ieee_write_data_part()
3271 file_ptr here = bfd_tell (abfd); in ieee_write_external_part()
3398 ieee->w.r.trailer_part = bfd_tell (abfd); in ieee_write_me_part()
3407 ieee->w.r.me_record = bfd_tell (abfd); in ieee_write_me_part()
3543 old = bfd_tell (abfd); in ieee_write_object_contents()
3547 ieee->w.r.extension_record = bfd_tell (abfd); in ieee_write_object_contents()
3562 ieee->w.r.environmental_record = bfd_tell (abfd); in ieee_write_object_contents()
Darchive64.c123 ardata->first_file_filepos = bfd_tell (abfd); in bfd_elf64_archive_slurp_armap()
Darchive.c677 n_nfd->proxy_origin = bfd_tell (archive); in _bfd_get_elt_at_filepos()
700 n_nfd->proxy_origin = bfd_tell (archive); in _bfd_get_elt_at_filepos()
947 ardata->first_file_filepos = bfd_tell (abfd); in do_slurp_bsd_armap()
1052 ardata->first_file_filepos = bfd_tell (abfd); in do_slurp_coff_armap()
1242 ardata->first_file_filepos = bfd_tell (abfd); in bfd_slurp_bsd_armap_f2()
1338 bfd_ardata (abfd)->first_file_filepos = bfd_tell (abfd); in _bfd_slurp_extended_name_table()
Dhpux-core.c134 asect->filepos = bfd_tell (abfd); in make_bfd_asection()
Dcoff-rs6000.c1867 BFD_ASSERT (nextoff == bfd_tell (abfd)); in xcoff_write_armap_big()
2166 BFD_ASSERT (iterator.current.offset == bfd_tell (abfd)); in xcoff_write_archive_contents_old()
2185 BFD_ASSERT (nextoff == bfd_tell (abfd)); in xcoff_write_archive_contents_old()
2254 BFD_ASSERT (nextoff == bfd_tell (abfd)); in xcoff_write_archive_contents_old()
2378 BFD_ASSERT (iterator.current.offset == bfd_tell (abfd)); in xcoff_write_archive_contents_big()
2423 BFD_ASSERT (nextoff == bfd_tell (abfd)); in xcoff_write_archive_contents_big()
2501 BFD_ASSERT (nextoff == bfd_tell (abfd)); in xcoff_write_archive_contents_big()
Dihex.c288 pos = bfd_tell (abfd) - 1; in ihex_scan()
Dmmo.c994 orig_pos = bfd_tell (abfd); in mmo_get_spec_section()
1930 stab_loc = bfd_tell (abfd); in mmo_scan()
1949 file_ptr curpos = bfd_tell (abfd); in mmo_scan()
Dbfd-in.h460 extern file_ptr bfd_tell (bfd *);
Dsrec.c463 pos = bfd_tell (abfd) - 1; in srec_scan()
Decofflink.c1494 || (bfd_vma) bfd_tell (abfd) == symhdr->offset); \ in bfd_ecoff_write_debug()
1681 == (bfd_vma) bfd_tell (abfd))); in bfd_ecoff_write_accumulated_debug()
Doasys.c616 oasys->first_data_record = bfd_tell (abfd) - record.header.length; in oasys_object_p()
Dcoffgen.c950 filepos = bfd_tell (abfd); in coff_fix_symbol_name()
1592 position = bfd_tell (abfd); in build_debug_section()
Dsom.c2226 subspace_asect->target_index = bfd_tell (abfd) - sizeof (subspace); in setup_sections()
5873 lst_filepos = bfd_tell (abfd) - sizeof (struct som_external_lst_header); in som_bfd_count_ar_symbols()
5956 lst_filepos = bfd_tell (abfd) - sizeof (struct som_external_lst_header); in som_bfd_fill_in_ar_symbols()
6147 ardata->first_file_filepos = bfd_tell (abfd) + parsed_size; in som_slurp_armap()
Dvms-lib.c1277 vec->first_block = bfd_tell (el->my_archive); in vms_lib_bopen()
DChangeLog-20043178 (bfd_tell): Likewise.
3712 (bfd_bread, bfd_bread, bfd_bwrite, bfd_tell, bfd_flush, bfd_stat)
4621 (bfd_tell): Change return type to file_ptr.
4629 (bfd_tell): Use real_fseek and real_ftell, change return type to
Dbfd-in2.h467 extern file_ptr bfd_tell (bfd *);
Dvms-alpha.c756 if (PRIV (recrd.file_format) == FF_FOREIGN && (bfd_tell (abfd) & 1)) in _bfd_vms_get_object_record()
2360 vms_debug2 ((7, "reading at %08lx\n", (unsigned long)bfd_tell (abfd))); in _bfd_vms_slurp_object_records()
Dcoffcode.h1914 file_ptr oldpos = bfd_tell (abfd); in coff_set_alignment_hook()
Decoff.c2997 ardata->first_file_filepos = bfd_tell (abfd); in _bfd_ecoff_slurp_armap()
DChangeLog-20123123 * bfdio.c (bfd_tell): Handle nested archives.
DChangeLog-20101932 (bfd_tell): ... Ditto ...
DChangeLog-00012359 (bfd_tell): Return a ufile_ptr.
2360 * libbfd.c (bfd_tell): Likewise.
DChangeLog-91934112 * libbfd.c (bfd_tell): Update `where' field.
4115 field against a SEEK_SET request. Call bfd_tell to re-update

12