Searched refs:hdr_off (Results 1 – 2 of 2) sorted by relevance
3286 bfd_mach_o_read_header (bfd *abfd, file_ptr hdr_off, bfd_mach_o_header *header) in bfd_mach_o_read_header() argument3293 if (bfd_seek (abfd, hdr_off, SEEK_SET) != 0 in bfd_mach_o_read_header()3335 if (bfd_seek (abfd, hdr_off, SEEK_SET) != 0 in bfd_mach_o_read_header()5030 file_ptr hdr_off, in bfd_mach_o_header_p() argument5037 if (!bfd_mach_o_read_header (abfd, hdr_off, &header)) in bfd_mach_o_header_p()5094 mdata->hdr_offset = hdr_off; in bfd_mach_o_header_p()
367 * mach-o.c (bfd_mach_o_read_header): Add hdr_off argument and385 (bfd_mach_o_header_p): Add hdr_off argument.