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

  /src/external/gpl3/binutils/dist/libiberty/
simple-object-coff.c 257 off_t scnhdr_offset; member in struct:simple_object_coff_read
390 ocr->scnhdr_offset = sizeof (struct external_filehdr_bigobj);
427 ocr->scnhdr_offset = (sizeof (struct external_filehdr)
494 sobj->offset + ocr->scnhdr_offset,
734 off_t scnhdr_offset, size_t scnsize,
780 return simple_object_internal_write (descriptor, scnhdr_offset, hdrbuf,
795 off_t scnhdr_offset; local
830 scnhdr_offset = sizeof (struct external_filehdr_bigobj);
832 scnhdr_offset = sizeof (struct external_filehdr);
833 offset = scnhdr_offset + nscns * sizeof (struct external_scnhdr)
    [all...]
simple-object-xcoff.c 282 off_t scnhdr_offset; member in struct:simple_object_xcoff_read
340 ocr->scnhdr_offset = (sizeof (struct external_filehdr)
352 ocr->scnhdr_offset = (sizeof (struct external_filehdr) - 4
419 sobj->offset + ocr->scnhdr_offset,
791 off_t scnhdr_offset, size_t scnsize,
850 return simple_object_internal_write (descriptor, scnhdr_offset, hdrbuf,
866 off_t scnhdr_offset; local
894 scnhdr_offset = sizeof (struct external_filehdr) - (u64 ? 4 : 0);
895 offset = scnhdr_offset + nscns * (u64 ? SCNHSZ64 : SCNHSZ32);
933 &name_offset, scnhdr_offset,
    [all...]
  /src/external/gpl3/binutils.old/dist/libiberty/
simple-object-coff.c 180 off_t scnhdr_offset; member in struct:simple_object_coff_read
293 ocr->scnhdr_offset = (sizeof (struct external_filehdr)
356 sobj->offset + ocr->scnhdr_offset,
547 off_t scnhdr_offset, size_t scnsize,
593 return simple_object_internal_write (descriptor, scnhdr_offset, hdrbuf,
608 off_t scnhdr_offset; local
640 scnhdr_offset = sizeof (struct external_filehdr);
641 offset = scnhdr_offset + nscns * sizeof (struct external_scnhdr);
679 &name_offset, scnhdr_offset,
684 scnhdr_offset += sizeof (struct external_scnhdr)
    [all...]
simple-object-xcoff.c 282 off_t scnhdr_offset; member in struct:simple_object_xcoff_read
340 ocr->scnhdr_offset = (sizeof (struct external_filehdr)
352 ocr->scnhdr_offset = (sizeof (struct external_filehdr) - 4
419 sobj->offset + ocr->scnhdr_offset,
791 off_t scnhdr_offset, size_t scnsize,
850 return simple_object_internal_write (descriptor, scnhdr_offset, hdrbuf,
866 off_t scnhdr_offset; local
894 scnhdr_offset = sizeof (struct external_filehdr) - (u64 ? 4 : 0);
895 offset = scnhdr_offset + nscns * (u64 ? SCNHSZ64 : SCNHSZ32);
933 &name_offset, scnhdr_offset,
    [all...]
  /src/external/gpl3/gcc/dist/libiberty/
simple-object-coff.c 180 off_t scnhdr_offset; member in struct:simple_object_coff_read
291 ocr->scnhdr_offset = (sizeof (struct external_filehdr)
354 sobj->offset + ocr->scnhdr_offset,
545 off_t scnhdr_offset, size_t scnsize,
591 return simple_object_internal_write (descriptor, scnhdr_offset, hdrbuf,
606 off_t scnhdr_offset; local
638 scnhdr_offset = sizeof (struct external_filehdr);
639 offset = scnhdr_offset + nscns * sizeof (struct external_scnhdr);
677 &name_offset, scnhdr_offset,
682 scnhdr_offset += sizeof (struct external_scnhdr)
    [all...]
simple-object-xcoff.c 282 off_t scnhdr_offset; member in struct:simple_object_xcoff_read
340 ocr->scnhdr_offset = (sizeof (struct external_filehdr)
352 ocr->scnhdr_offset = (sizeof (struct external_filehdr) - 4
419 sobj->offset + ocr->scnhdr_offset,
791 off_t scnhdr_offset, size_t scnsize,
850 return simple_object_internal_write (descriptor, scnhdr_offset, hdrbuf,
866 off_t scnhdr_offset; local
894 scnhdr_offset = sizeof (struct external_filehdr) - (u64 ? 4 : 0);
895 offset = scnhdr_offset + nscns * (u64 ? SCNHSZ64 : SCNHSZ32);
933 &name_offset, scnhdr_offset,
    [all...]
  /src/external/gpl3/gcc.old/dist/libiberty/
simple-object-coff.c 180 off_t scnhdr_offset; member in struct:simple_object_coff_read
291 ocr->scnhdr_offset = (sizeof (struct external_filehdr)
354 sobj->offset + ocr->scnhdr_offset,
545 off_t scnhdr_offset, size_t scnsize,
591 return simple_object_internal_write (descriptor, scnhdr_offset, hdrbuf,
606 off_t scnhdr_offset; local
638 scnhdr_offset = sizeof (struct external_filehdr);
639 offset = scnhdr_offset + nscns * sizeof (struct external_scnhdr);
677 &name_offset, scnhdr_offset,
682 scnhdr_offset += sizeof (struct external_scnhdr)
    [all...]
simple-object-xcoff.c 282 off_t scnhdr_offset; member in struct:simple_object_xcoff_read
340 ocr->scnhdr_offset = (sizeof (struct external_filehdr)
352 ocr->scnhdr_offset = (sizeof (struct external_filehdr) - 4
419 sobj->offset + ocr->scnhdr_offset,
791 off_t scnhdr_offset, size_t scnsize,
850 return simple_object_internal_write (descriptor, scnhdr_offset, hdrbuf,
866 off_t scnhdr_offset; local
894 scnhdr_offset = sizeof (struct external_filehdr) - (u64 ? 4 : 0);
895 offset = scnhdr_offset + nscns * (u64 ? SCNHSZ64 : SCNHSZ32);
933 &name_offset, scnhdr_offset,
    [all...]
  /src/external/gpl3/gdb.old/dist/libiberty/
simple-object-xcoff.c 282 off_t scnhdr_offset; member in struct:simple_object_xcoff_read
340 ocr->scnhdr_offset = (sizeof (struct external_filehdr)
352 ocr->scnhdr_offset = (sizeof (struct external_filehdr) - 4
419 sobj->offset + ocr->scnhdr_offset,
791 off_t scnhdr_offset, size_t scnsize,
850 return simple_object_internal_write (descriptor, scnhdr_offset, hdrbuf,
866 off_t scnhdr_offset; local
894 scnhdr_offset = sizeof (struct external_filehdr) - (u64 ? 4 : 0);
895 offset = scnhdr_offset + nscns * (u64 ? SCNHSZ64 : SCNHSZ32);
933 &name_offset, scnhdr_offset,
    [all...]
simple-object-coff.c 180 off_t scnhdr_offset; member in struct:simple_object_coff_read
293 ocr->scnhdr_offset = (sizeof (struct external_filehdr)
356 sobj->offset + ocr->scnhdr_offset,
547 off_t scnhdr_offset, size_t scnsize,
593 return simple_object_internal_write (descriptor, scnhdr_offset, hdrbuf,
608 off_t scnhdr_offset; local
640 scnhdr_offset = sizeof (struct external_filehdr);
641 offset = scnhdr_offset + nscns * sizeof (struct external_scnhdr);
679 &name_offset, scnhdr_offset,
684 scnhdr_offset += sizeof (struct external_scnhdr)
    [all...]
  /src/external/gpl3/gdb/dist/libiberty/
simple-object-coff.c 180 off_t scnhdr_offset; member in struct:simple_object_coff_read
293 ocr->scnhdr_offset = (sizeof (struct external_filehdr)
356 sobj->offset + ocr->scnhdr_offset,
547 off_t scnhdr_offset, size_t scnsize,
593 return simple_object_internal_write (descriptor, scnhdr_offset, hdrbuf,
608 off_t scnhdr_offset; local
640 scnhdr_offset = sizeof (struct external_filehdr);
641 offset = scnhdr_offset + nscns * sizeof (struct external_scnhdr);
679 &name_offset, scnhdr_offset,
684 scnhdr_offset += sizeof (struct external_scnhdr)
    [all...]
simple-object-xcoff.c 282 off_t scnhdr_offset; member in struct:simple_object_xcoff_read
340 ocr->scnhdr_offset = (sizeof (struct external_filehdr)
352 ocr->scnhdr_offset = (sizeof (struct external_filehdr) - 4
419 sobj->offset + ocr->scnhdr_offset,
791 off_t scnhdr_offset, size_t scnsize,
850 return simple_object_internal_write (descriptor, scnhdr_offset, hdrbuf,
866 off_t scnhdr_offset; local
894 scnhdr_offset = sizeof (struct external_filehdr) - (u64 ? 4 : 0);
895 offset = scnhdr_offset + nscns * (u64 ? SCNHSZ64 : SCNHSZ32);
933 &name_offset, scnhdr_offset,
    [all...]

Completed in 27 milliseconds