Searched refs:opthdr (Results 1 – 7 of 7) sorted by relevance
/openbsd/usr.bin/file/magdir/ |
H A D | convex | 38 # what follows is a bunch of bit-mask checks on the flags field of the opthdr.
|
/openbsd/gnu/usr.bin/binutils-2.17/bfd/ |
H A D | coffgen.c | 273 void * opthdr; in coff_object_p() local 275 opthdr = bfd_alloc (abfd, aoutsz); in coff_object_p() 276 if (opthdr == NULL) in coff_object_p() 278 if (bfd_bread (opthdr, (bfd_size_type) internal_f.f_opthdr, abfd) in coff_object_p() 281 bfd_release (abfd, opthdr); in coff_object_p() 284 bfd_coff_swap_aouthdr_in (abfd, opthdr, (void *) &internal_a); in coff_object_p() 285 bfd_release (abfd, opthdr); in coff_object_p()
|
H A D | ChangeLog-0203 | 7300 (coff_object_p): Release filehdr and opthdr.
|
/openbsd/gnu/usr.bin/binutils/bfd/ |
H A D | coffgen.c | 304 PTR opthdr; local 306 opthdr = bfd_alloc (abfd, aoutsz); 307 if (opthdr == NULL) 309 if (bfd_bread (opthdr, (bfd_size_type) internal_f.f_opthdr, abfd) 312 bfd_release (abfd, opthdr); 315 bfd_coff_swap_aouthdr_in (abfd, opthdr, (PTR) &internal_a); 316 bfd_release (abfd, opthdr);
|
H A D | ChangeLog-0203 | 7300 (coff_object_p): Release filehdr and opthdr.
|
/openbsd/gnu/usr.bin/binutils/gas/config/ |
H A D | tc-mips.c | 1609 Elf_Internal_Options opthdr; in md_begin() local 1612 opthdr.kind = ODK_REGINFO; in md_begin() 1613 opthdr.size = (sizeof (Elf_External_Options) in md_begin() 1615 opthdr.section = 0; in md_begin() 1616 opthdr.info = 0; in md_begin() 1618 bfd_mips_elf_swap_options_out (stdoutput, &opthdr, in md_begin()
|
/openbsd/gnu/usr.bin/binutils-2.17/gas/config/ |
H A D | tc-mips.c | 1878 Elf_Internal_Options opthdr; in md_begin() local 1881 opthdr.kind = ODK_REGINFO; in md_begin() 1882 opthdr.size = (sizeof (Elf_External_Options) in md_begin() 1884 opthdr.section = 0; in md_begin() 1885 opthdr.info = 0; in md_begin() 1887 bfd_mips_elf_swap_options_out (stdoutput, &opthdr, in md_begin()
|