Searched refs:opthdr (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/libpcap/
H A Dsf-pcapng.c415 struct option_header *opthdr; local
417 opthdr = get_from_block_data(cursor, sizeof(*opthdr), errbuf);
418 if (opthdr == NULL) {
429 opthdr->option_code = SWAPSHORT(opthdr->option_code);
430 opthdr->option_length = SWAPSHORT(opthdr->option_length);
433 return (opthdr);
438 struct option_header *opthdr, cha
437 get_optvalue_from_block_data(struct block_cursor *cursor, struct option_header *opthdr, char *errbuf) argument
462 struct option_header *opthdr; local
[all...]
/freebsd-11-stable/contrib/binutils/bfd/
H A Dcoffgen.c273 void * opthdr; local
275 opthdr = bfd_alloc (abfd, aoutsz);
276 if (opthdr == NULL)
278 if (bfd_bread (opthdr, (bfd_size_type) internal_f.f_opthdr, abfd)
281 bfd_release (abfd, opthdr);
284 bfd_coff_swap_aouthdr_in (abfd, opthdr, (void *) &internal_a);
285 bfd_release (abfd, opthdr);
/freebsd-11-stable/contrib/binutils/gas/config/
H A Dtc-mips.c1934 Elf_Internal_Options opthdr;
1937 opthdr.kind = ODK_REGINFO;
1938 opthdr.size = (sizeof (Elf_External_Options)
1940 opthdr.section = 0;
1941 opthdr.info = 0;
1943 bfd_mips_elf_swap_options_out (stdoutput, &opthdr,
1927 Elf_Internal_Options opthdr; local

Completed in 96 milliseconds