Searched refs:hdr1 (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10/Security-57031.1.35/SecurityTests/xdr_rpc/
H A Dxdr_test.cpp194 int compare_CSSM_KEYHEADER(CSSM_KEYHEADER *hdr1, CSSM_KEYHEADER *hdr2);
1388 int compare_CSSM_KEYHEADER(CSSM_KEYHEADER *hdr1, CSSM_KEYHEADER *hdr2) argument
1393 NULLCHECK(hdr1, hdr2, func);
1394 if (hdr1->HeaderVersion != hdr2->HeaderVersion ||
1395 memcmp(&hdr1->CspId, &hdr2->CspId, sizeof(CSSM_GUID)) ||
1396 hdr1->BlobType != hdr2->BlobType ||
1397 hdr1->Format != hdr2->Format ||
1398 hdr1->AlgorithmId != hdr2->AlgorithmId ||
1399 hdr1->KeyClass != hdr2->KeyClass ||
1400 hdr1
[all...]
/macosx-10.10/cxxfilt-11/cxxfilt/bfd/
H A Decoff.c1910 const asection *hdr1 = *(const asection **) arg1;
1913 if ((hdr1->flags & SEC_ALLOC) != 0)
1923 if (hdr1->vma < hdr2->vma)
1925 else if (hdr1->vma > hdr2->vma)
1903 const asection *hdr1 = *(const asection **) arg1; local
H A Delf.c8873 Elf_Internal_Shdr *hdr1, *hdr2;
8917 hdr1 = &elf_tdata (bfd1)->symtab_hdr;
8918 symcount1 = hdr1->sh_size / bed1->s->sizeof_sym;
8933 isymbuf1 = bfd_elf_get_elf_syms (bfd1, hdr1, symcount1, 0,
9014 hdr1->sh_link,
9066 = bfd_elf_string_from_elf_section (bfd1, hdr1->sh_link,
8862 Elf_Internal_Shdr *hdr1, *hdr2; local

Completed in 144 milliseconds