Searched refs:file_off (Results 1 – 4 of 4) sorted by relevance
1299 file_ptr file_off; in _bfd_vms_lib_get_module() local1311 file_off = tdata->modules[modidx].file_offset; in _bfd_vms_lib_get_module()1319 if (!vms_lib_bopen (res, file_off)) in _bfd_vms_lib_get_module()1333 if (bfd_seek (abfd, file_off, SEEK_SET) != 0) in _bfd_vms_lib_get_module()1359 res->origin = file_off + tdata->mhd_size; in _bfd_vms_lib_get_module()1393 file_ptr file_off; in _bfd_vms_lib_get_elt_at_index() local1399 file_off = tdata->artdata.symdefs[symidx].file_offset; in _bfd_vms_lib_get_elt_at_index()1404 if (tdata->modules[modidx].file_offset == file_off) in _bfd_vms_lib_get_elt_at_index()
142 * strings.c (file_off, file_open, statbuf, file_stat): Remove.143 (strings_file): Change file_off to file_ptr, file_open to fopen,145 (get_char): Change parameter type file_off * to file_ptr *.146 (print_strings): Change parameter and variable `start' type file_off to
120 (file_off): New type.122 (print_strings): Use file_off instead of file_ptr. Print addresses124 (get_char): Use file_off instead of file_ptr. Use getc_unlocked if126 (strings_file): Use file_off instead of file_ptr. Use file_open.
627 * strings.c (print_strings): Cast file_off to unsigned long in