HomeSort by: relevance | last modified time | path
    Searched defs:opthdr (Results 1 - 15 of 15) sorted by relevancy

  /src/external/gpl3/binutils/dist/binutils/
od-pe.c 683 unsigned int opthdr = (int) bfd_h_get_16 (abfd, ihdr->f_opthdr); local
689 off = sizeof (struct external_filehdr) + opthdr;
691 off = (int) bfd_h_get_16 (abfd, fhdr->e_lfanew) + sizeof (* ihdr) + opthdr;
od-xcoff.c 386 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);
  /src/external/gpl3/binutils.old/dist/binutils/
od-pe.c 683 unsigned int opthdr = (int) bfd_h_get_16 (abfd, ihdr->f_opthdr); local
689 off = sizeof (struct external_filehdr) + opthdr;
691 off = (int) bfd_h_get_16 (abfd, fhdr->e_lfanew) + sizeof (* ihdr) + opthdr;
od-xcoff.c 386 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);
  /src/external/bsd/libpcap/dist/
sf-pcapng.c 416 struct option_header *opthdr; local
418 opthdr = get_from_block_data(cursor, sizeof(*opthdr), errbuf);
419 if (opthdr == NULL) {
430 opthdr->option_code = SWAPSHORT(opthdr->option_code);
431 opthdr->option_length = SWAPSHORT(opthdr->option_length);
434 return (opthdr);
439 struct option_header *opthdr, char *errbuf
463 struct option_header *opthdr; local
    [all...]
  /src/external/gpl3/binutils/dist/bfd/
peicode.h 1573 bfd_byte *opthdr;
1579 opthdr = _bfd_alloc_and_read (abfd, amt, opt_hdr_size);
1580 if (opthdr == NULL)
1583 memset (opthdr + opt_hdr_size, 0, amt - opt_hdr_size);
1585 bfd_coff_swap_aouthdr_in (abfd, opthdr, &internal_a);
1571 bfd_byte *opthdr; local
coffgen.c 428 void * opthdr; local
430 opthdr = _bfd_alloc_and_read (abfd, aoutsz, internal_f.f_opthdr);
431 if (opthdr == NULL)
435 memset (((char *) opthdr) + internal_f.f_opthdr, 0,
438 bfd_coff_swap_aouthdr_in (abfd, opthdr, (void *) &internal_a);
439 bfd_release (abfd, opthdr);
  /src/external/gpl3/binutils.old/dist/bfd/
peicode.h 1568 bfd_byte *opthdr;
1574 opthdr = _bfd_alloc_and_read (abfd, amt, opt_hdr_size);
1575 if (opthdr == NULL)
1578 memset (opthdr + opt_hdr_size, 0, amt - opt_hdr_size);
1580 bfd_coff_swap_aouthdr_in (abfd, opthdr, &internal_a);
1566 bfd_byte *opthdr; local
coffgen.c 428 void * opthdr; local
430 opthdr = _bfd_alloc_and_read (abfd, aoutsz, internal_f.f_opthdr);
431 if (opthdr == NULL)
435 memset (((char *) opthdr) + internal_f.f_opthdr, 0,
438 bfd_coff_swap_aouthdr_in (abfd, opthdr, (void *) &internal_a);
439 bfd_release (abfd, opthdr);
  /src/external/gpl3/gdb/dist/bfd/
peicode.h 1568 bfd_byte *opthdr;
1574 opthdr = _bfd_alloc_and_read (abfd, amt, opt_hdr_size);
1575 if (opthdr == NULL)
1578 memset (opthdr + opt_hdr_size, 0, amt - opt_hdr_size);
1580 bfd_coff_swap_aouthdr_in (abfd, opthdr, &internal_a);
1566 bfd_byte *opthdr; local
coffgen.c 426 void * opthdr; local
428 opthdr = _bfd_alloc_and_read (abfd, aoutsz, internal_f.f_opthdr);
429 if (opthdr == NULL)
433 memset (((char *) opthdr) + internal_f.f_opthdr, 0,
436 bfd_coff_swap_aouthdr_in (abfd, opthdr, (void *) &internal_a);
437 bfd_release (abfd, opthdr);
  /src/external/gpl3/gdb.old/dist/bfd/
peicode.h 1532 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
coffgen.c 429 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);
  /src/external/gpl3/binutils/dist/gas/config/
tc-mips.c 4174 Elf_Internal_Options opthdr;
4177 opthdr.kind = ODK_REGINFO;
4178 opthdr.size = (sizeof (Elf_External_Options)
4180 opthdr.section = 0;
4181 opthdr.info = 0;
4183 bfd_mips_elf_swap_options_out (stdoutput, &opthdr,
4165 Elf_Internal_Options opthdr; local
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-mips.c 3919 Elf_Internal_Options opthdr;
3922 opthdr.kind = ODK_REGINFO;
3923 opthdr.size = (sizeof (Elf_External_Options)
3925 opthdr.section = 0;
3926 opthdr.info = 0;
3928 bfd_mips_elf_swap_options_out (stdoutput, &opthdr,
3910 Elf_Internal_Options opthdr; local

Completed in 70 milliseconds