Lines Matching refs:bfd_byte

273   nlm_variable_header (abfd)->stackSize = get_word (abfd, (bfd_byte *) temp);
280 nlm_variable_header (abfd)->reserved = get_word (abfd, (bfd_byte *) temp);
335 (bfd_byte *) temp);
342 (bfd_byte *) temp);
410 get_word (abfd, (bfd_byte *) thdr.majorVersion);
412 get_word (abfd, (bfd_byte *) thdr.minorVersion);
414 get_word (abfd, (bfd_byte *) thdr.revision);
416 get_word (abfd, (bfd_byte *) thdr.year);
418 get_word (abfd, (bfd_byte *) thdr.month);
420 get_word (abfd, (bfd_byte *) thdr.day);
432 get_word (abfd, (bfd_byte *) thdr.languageID);
434 get_word (abfd, (bfd_byte *) thdr.messageFileOffset);
436 get_word (abfd, (bfd_byte *) thdr.messageFileLength);
438 get_word (abfd, (bfd_byte *) thdr.messageCount);
440 get_word (abfd, (bfd_byte *) thdr.helpFileOffset);
442 get_word (abfd, (bfd_byte *) thdr.helpFileLength);
444 get_word (abfd, (bfd_byte *) thdr.RPCDataOffset);
446 get_word (abfd, (bfd_byte *) thdr.RPCDataLength);
448 get_word (abfd, (bfd_byte *) thdr.sharedCodeOffset);
450 get_word (abfd, (bfd_byte *) thdr.sharedCodeLength);
452 get_word (abfd, (bfd_byte *) thdr.sharedDataOffset);
454 get_word (abfd, (bfd_byte *) thdr.sharedDataLength);
456 get_word (abfd, (bfd_byte *) thdr.sharedRelocationFixupOffset);
458 get_word (abfd, (bfd_byte *) thdr.sharedRelocationFixupCount);
460 get_word (abfd, (bfd_byte *) thdr.sharedExternalReferenceOffset);
462 get_word (abfd, (bfd_byte *) thdr.sharedExternalReferenceCount);
464 get_word (abfd, (bfd_byte *) thdr.sharedPublicsOffset);
466 get_word (abfd, (bfd_byte *) thdr.sharedPublicsCount);
468 get_word (abfd, (bfd_byte *) thdr.sharedDebugRecordOffset);
470 get_word (abfd, (bfd_byte *) thdr.sharedDebugRecordCount);
472 get_word (abfd, (bfd_byte *) thdr.sharedInitializationOffset);
474 get_word (abfd, (bfd_byte *) thdr.SharedExitProcedureOffset);
476 get_word (abfd, (bfd_byte *) thdr.productID);
478 get_word (abfd, (bfd_byte *) thdr.reserved0);
480 get_word (abfd, (bfd_byte *) thdr.reserved1);
482 get_word (abfd, (bfd_byte *) thdr.reserved2);
484 get_word (abfd, (bfd_byte *) thdr.reserved3);
486 get_word (abfd, (bfd_byte *) thdr.reserved4);
488 get_word (abfd, (bfd_byte *) thdr.reserved5);
523 hdrLength = get_word (abfd, (bfd_byte *) thdr.length);
532 dataOffset = get_word (abfd, (bfd_byte *) thdr.dataOffset);
541 dataLength = get_word (abfd, (bfd_byte *) thdr.dataLength);
574 bfd_byte *contents;
575 bfd_byte *p, *pend;
582 contents = (bfd_byte *) bfd_alloc (abfd, dataLength);
692 (bfd_byte *) thdr.majorVersion);
694 (bfd_byte *) thdr.minorVersion);
696 (bfd_byte *) thdr.revision);
698 (bfd_byte *) thdr.year);
700 (bfd_byte *) thdr.month);
702 (bfd_byte *) thdr.day);
742 (bfd_byte *) thdr.languageID);
745 (bfd_byte *) thdr.messageFileOffset);
748 (bfd_byte *) thdr.messageFileLength);
751 (bfd_byte *) thdr.messageCount);
754 (bfd_byte *) thdr.helpFileOffset);
757 (bfd_byte *) thdr.helpFileLength);
760 (bfd_byte *) thdr.RPCDataOffset);
763 (bfd_byte *) thdr.RPCDataLength);
766 (bfd_byte *) thdr.sharedCodeOffset);
769 (bfd_byte *) thdr.sharedCodeLength);
772 (bfd_byte *) thdr.sharedDataOffset);
775 (bfd_byte *) thdr.sharedDataLength);
778 (bfd_byte *) thdr.sharedRelocationFixupOffset);
781 (bfd_byte *) thdr.sharedRelocationFixupCount);
784 (bfd_byte *) thdr.sharedExternalReferenceOffset);
787 (bfd_byte *) thdr.sharedExternalReferenceCount);
790 (bfd_byte *) thdr.sharedPublicsOffset);
793 (bfd_byte *) thdr.sharedPublicsCount);
796 (bfd_byte *) thdr.sharedDebugRecordOffset);
799 (bfd_byte *) thdr.sharedDebugRecordCount);
802 (bfd_byte *) thdr.sharedInitializationOffset);
805 (bfd_byte *) thdr.SharedExitProcedureOffset);
808 (bfd_byte *) thdr.productID);
811 (bfd_byte *) thdr.reserved0);
814 (bfd_byte *) thdr.reserved1);
817 (bfd_byte *) thdr.reserved2);
820 (bfd_byte *) thdr.reserved3);
823 (bfd_byte *) thdr.reserved4);
826 (bfd_byte *) thdr.reserved5);
878 (bfd_byte *) thdr.length);
880 (bfd_byte *) thdr.dataOffset);
882 (bfd_byte *) thdr.dataLength);
1022 bfd_byte temp[NLM_TARGET_LONG_SIZE]; /* Symbol offsets read into here. */
1848 bfd_byte len;
1850 bfd_byte temp[NLM_TARGET_LONG_SIZE];
1897 if ((bfd_bwrite (&len, (bfd_size_type) sizeof (bfd_byte), abfd)
1898 != sizeof (bfd_byte))
1930 bfd_byte type, len;
1932 bfd_byte temp[NLM_TARGET_LONG_SIZE];
1963 if (bfd_bwrite (&type, (bfd_size_type) sizeof (bfd_byte), abfd)
1964 != sizeof (bfd_byte))
1973 if ((bfd_bwrite (&len, (bfd_size_type) sizeof (bfd_byte), abfd)
1974 != sizeof (bfd_byte))