Home
last modified time | relevance | path

Searched refs:hdr_off (Results 1 – 2 of 2) sorted by relevance

/toolchain/binutils/binutils-2.27/bfd/
Dmach-o.c3286 bfd_mach_o_read_header (bfd *abfd, file_ptr hdr_off, bfd_mach_o_header *header) in bfd_mach_o_read_header() argument
3293 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() argument
5037 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()
DChangeLog-2015367 * mach-o.c (bfd_mach_o_read_header): Add hdr_off argument and
385 (bfd_mach_o_header_p): Add hdr_off argument.