Lines Matching refs:i_fxdhdrp
101 Nlm_Internal_Fixed_Header *i_fxdhdrp; local
139 i_fxdhdrp = nlm_fixed_header (abfd);
140 nlm_swap_fixed_header_in (abfd, x_fxdhdr, i_fxdhdrp);
149 && strncmp ((char *) i_fxdhdrp->signature, signature,
156 if (i_fxdhdrp->version > 0xFFFF)
176 i_fxdhdrp->codeImageOffset,
177 i_fxdhdrp->codeImageSize,
181 i_fxdhdrp->dataImageOffset,
182 i_fxdhdrp->dataImageSize,
187 i_fxdhdrp->uninitializedDataSize,
905 Nlm_Internal_Fixed_Header *i_fxdhdrp; /* Nlm file header, internal form. */ local
909 i_fxdhdrp = nlm_fixed_header (abfd);
910 symcount = (i_fxdhdrp->numberOfPublics
911 + i_fxdhdrp->numberOfDebugRecords
912 + i_fxdhdrp->numberOfExternalReferences);
1016 Nlm_Internal_Fixed_Header *i_fxdhdrp; /* Nlm file header, internal form. */ local
1039 i_fxdhdrp = nlm_fixed_header (abfd);
1040 totsymcount = (i_fxdhdrp->numberOfPublics
1041 + i_fxdhdrp->numberOfDebugRecords
1042 + i_fxdhdrp->numberOfExternalReferences);
1046 if (bfd_seek (abfd, i_fxdhdrp->publicsOffset, SEEK_SET) != 0)
1060 symcount = i_fxdhdrp->numberOfPublics;
1109 if (i_fxdhdrp->numberOfDebugRecords > 0)
1111 if (bfd_seek (abfd, i_fxdhdrp->debugInfoOffset, SEEK_SET) != 0)
1114 symcount += i_fxdhdrp->numberOfDebugRecords;
1163 if (bfd_seek (abfd, i_fxdhdrp->externalReferencesOffset, SEEK_SET) != 0)
1166 symcount += i_fxdhdrp->numberOfExternalReferences;