Home
last modified time | relevance | path

Searched refs:opthdr (Results 1 – 5 of 5) sorted by relevance

/freebsd-11-stable/contrib/libpcap/
HDsf-pcapng.c415 struct option_header *opthdr; in get_opthdr_from_block_data() local
417 opthdr = get_from_block_data(cursor, sizeof(*opthdr), errbuf); in get_opthdr_from_block_data()
418 if (opthdr == NULL) { in get_opthdr_from_block_data()
429 opthdr->option_code = SWAPSHORT(opthdr->option_code); in get_opthdr_from_block_data()
430 opthdr->option_length = SWAPSHORT(opthdr->option_length); in get_opthdr_from_block_data()
433 return (opthdr); in get_opthdr_from_block_data()
438 struct option_header *opthdr, char *errbuf) in get_optvalue_from_block_data() argument
444 padded_option_len = opthdr->option_length; in get_optvalue_from_block_data()
462 struct option_header *opthdr; in process_idb_options() local
474 opthdr = get_opthdr_from_block_data(p, cursor, errbuf); in process_idb_options()
[all …]
/freebsd-11-stable/contrib/binutils/bfd/
HDcoffgen.c273 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()
HDChangeLog-02037300 (coff_object_p): Release filehdr and opthdr.
/freebsd-11-stable/contrib/file/magic/Magdir/
HDconvex36 # what follows is a bunch of bit-mask checks on the flags field of the opthdr.
/freebsd-11-stable/contrib/binutils/gas/config/
HDtc-mips.c1927 Elf_Internal_Options opthdr; in md_begin() local
1930 opthdr.kind = ODK_REGINFO; in md_begin()
1931 opthdr.size = (sizeof (Elf_External_Options) in md_begin()
1933 opthdr.section = 0; in md_begin()
1934 opthdr.info = 0; in md_begin()
1936 bfd_mips_elf_swap_options_out (stdoutput, &opthdr, in md_begin()