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

/netbsd-current/external/bsd/libpcap/dist/
H A Dsf-pcapng.c418 struct option_header *opthdr; local
420 opthdr = get_from_block_data(cursor, sizeof(*opthdr), errbuf);
421 if (opthdr == NULL) {
432 opthdr->option_code = SWAPSHORT(opthdr->option_code);
433 opthdr->option_length = SWAPSHORT(opthdr->option_length);
436 return (opthdr);
441 struct option_header *opthdr, cha
440 get_optvalue_from_block_data(struct block_cursor *cursor, struct option_header *opthdr, char *errbuf) argument
465 struct option_header *opthdr; local
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/binutils/
H A Dod-xcoff.c386 unsigned short opthdr; member in struct:xcoff_dump
431 printf (_(" opt hdr sz: %d\n"), data->opthdr);
444 unsigned int sz = data->opthdr;
447 if (data->opthdr == 0)
452 if (data->opthdr > sizeof (auxhdr))
524 off = sizeof (struct external_filehdr) + data->opthdr;
526 (unsigned int)sizeof (struct external_filehdr), data->opthdr, off,
587 if (bfd_seek (abfd, sizeof (struct external_filehdr) + data->opthdr,
1573 data.opthdr = bfd_h_get_16 (abfd, fhdr->f_opthdr);
/netbsd-current/external/gpl3/binutils.old/dist/binutils/
H A Dod-xcoff.c385 unsigned short opthdr; member in struct:xcoff_dump
430 printf (_(" opt hdr sz: %d\n"), data->opthdr);
443 unsigned int sz = data->opthdr;
446 if (data->opthdr == 0)
451 if (data->opthdr > sizeof (auxhdr))
523 off = sizeof (struct external_filehdr) + data->opthdr;
525 (unsigned int)sizeof (struct external_filehdr), data->opthdr, off,
586 if (bfd_seek (abfd, sizeof (struct external_filehdr) + data->opthdr,
1572 data.opthdr = bfd_h_get_16 (abfd, fhdr->f_opthdr);
/netbsd-current/external/gpl3/binutils/dist/binutils/
H A Dod-xcoff.c386 unsigned short opthdr; member in struct:xcoff_dump
431 printf (_(" opt hdr sz: %d\n"), data->opthdr);
444 unsigned int sz = data->opthdr;
447 if (data->opthdr == 0)
452 if (data->opthdr > sizeof (auxhdr))
524 off = sizeof (struct external_filehdr) + data->opthdr;
526 (unsigned int)sizeof (struct external_filehdr), data->opthdr, off,
587 if (bfd_seek (abfd, sizeof (struct external_filehdr) + data->opthdr,
1573 data.opthdr = bfd_h_get_16 (abfd, fhdr->f_opthdr);
H A Dod-pe.c601 unsigned int opthdr = (int) bfd_h_get_16 (abfd, ihdr->f_opthdr); local
607 off = sizeof (struct external_filehdr) + opthdr;
609 off = (int) bfd_h_get_16 (abfd, fhdr->e_lfanew) + sizeof (* ihdr) + opthdr;
/netbsd-current/external/gpl3/gdb.old/dist/bfd/
H A Dpeicode.h1479 void * opthdr;
1485 opthdr = _bfd_alloc_and_read (abfd, amt, opt_hdr_size);
1486 if (opthdr == NULL)
1489 memset (opthdr + opt_hdr_size, 0, amt - opt_hdr_size);
1492 bfd_coff_swap_aouthdr_in (abfd, opthdr, & internal_a);
1477 void * opthdr; local
H A Dcoffgen.c360 void * opthdr; local
362 opthdr = _bfd_alloc_and_read (abfd, aoutsz, internal_f.f_opthdr);
363 if (opthdr == NULL)
367 memset (((char *) opthdr) + internal_f.f_opthdr, 0,
370 bfd_coff_swap_aouthdr_in (abfd, opthdr, (void *) &internal_a);
371 bfd_release (abfd, opthdr);
/netbsd-current/external/gpl3/gdb/dist/bfd/
H A Dpeicode.h1514 bfd_byte * opthdr;
1520 opthdr = _bfd_alloc_and_read (abfd, amt, opt_hdr_size);
1521 if (opthdr == NULL)
1524 memset (opthdr + opt_hdr_size, 0, amt - opt_hdr_size);
1526 bfd_coff_swap_aouthdr_in (abfd, opthdr, &internal_a);
1512 bfd_byte * opthdr; local
H A Dcoffgen.c338 void * opthdr; local
340 opthdr = _bfd_alloc_and_read (abfd, aoutsz, internal_f.f_opthdr);
341 if (opthdr == NULL)
345 memset (((char *) opthdr) + internal_f.f_opthdr, 0,
348 bfd_coff_swap_aouthdr_in (abfd, opthdr, (void *) &internal_a);
349 bfd_release (abfd, opthdr);
/netbsd-current/external/gpl3/binutils.old/dist/bfd/
H A Dpeicode.h1495 bfd_byte * opthdr;
1501 opthdr = _bfd_alloc_and_read (abfd, amt, opt_hdr_size);
1502 if (opthdr == NULL)
1505 memset (opthdr + opt_hdr_size, 0, amt - opt_hdr_size);
1508 bfd_coff_swap_aouthdr_in (abfd, opthdr, & internal_a);
1493 bfd_byte * opthdr; local
H A Dcoffgen.c360 void * opthdr; local
362 opthdr = _bfd_alloc_and_read (abfd, aoutsz, internal_f.f_opthdr);
363 if (opthdr == NULL)
367 memset (((char *) opthdr) + internal_f.f_opthdr, 0,
370 bfd_coff_swap_aouthdr_in (abfd, opthdr, (void *) &internal_a);
371 bfd_release (abfd, opthdr);
/netbsd-current/external/gpl3/binutils/dist/bfd/
H A Dpeicode.h1532 bfd_byte * opthdr;
1538 opthdr = _bfd_alloc_and_read (abfd, amt, opt_hdr_size);
1539 if (opthdr == NULL)
1542 memset (opthdr + opt_hdr_size, 0, amt - opt_hdr_size);
1544 bfd_coff_swap_aouthdr_in (abfd, opthdr, &internal_a);
1530 bfd_byte * opthdr; local
H A Dcoffgen.c429 void * opthdr; local
431 opthdr = _bfd_alloc_and_read (abfd, aoutsz, internal_f.f_opthdr);
432 if (opthdr == NULL)
436 memset (((char *) opthdr) + internal_f.f_opthdr, 0,
439 bfd_coff_swap_aouthdr_in (abfd, opthdr, (void *) &internal_a);
440 bfd_release (abfd, opthdr);
/netbsd-current/external/gpl3/gcc/dist/libphobos/libdruntime/gcc/sections/
H A Dpecoff.d820 const void* opthdr = &nthdr.OptionalHeader;
823 return (cast(PIMAGE_SECTION_HEADER)(opthdr + offset))[0 .. length];
/netbsd-current/external/gpl3/gdb.old/dist/gas/config/
H A Dtc-mips.c3899 Elf_Internal_Options opthdr;
3902 opthdr.kind = ODK_REGINFO;
3903 opthdr.size = (sizeof (Elf_External_Options)
3905 opthdr.section = 0;
3906 opthdr.info = 0;
3908 bfd_mips_elf_swap_options_out (stdoutput, &opthdr,
3890 Elf_Internal_Options opthdr; local
/netbsd-current/external/gpl3/binutils.old/dist/gas/config/
H A Dtc-mips.c3911 Elf_Internal_Options opthdr;
3914 opthdr.kind = ODK_REGINFO;
3915 opthdr.size = (sizeof (Elf_External_Options)
3917 opthdr.section = 0;
3918 opthdr.info = 0;
3920 bfd_mips_elf_swap_options_out (stdoutput, &opthdr,
3902 Elf_Internal_Options opthdr; local
/netbsd-current/external/gpl3/binutils/dist/gas/config/
H A Dtc-mips.c3914 Elf_Internal_Options opthdr;
3917 opthdr.kind = ODK_REGINFO;
3918 opthdr.size = (sizeof (Elf_External_Options)
3920 opthdr.section = 0;
3921 opthdr.info = 0;
3923 bfd_mips_elf_swap_options_out (stdoutput, &opthdr,
3905 Elf_Internal_Options opthdr; local

Completed in 362 milliseconds