HomeSort by: relevance | last modified time | path
    Searched defs:ordinal (Results 1 - 25 of 26) sorted by relevancy

1 2

  /src/crypto/external/cpl/trousers/dist/src/include/
rpc_tcstp.h 22 UINT32 ordinal; member in union:tcsd_packet_hdr::__anon2310
  /src/crypto/external/cpl/trousers/dist/src/tcs/
tcsi_ps.c 504 UINT32 ordinal; local
513 ordinal = TPM_ORD_LoadKey2;
515 ordinal = TPM_ORD_LoadKey;
534 return LoadKeyByBlob_Internal(ordinal, hContext, parentTCSKeyHandle,
575 if ((result = LoadKeyByBlob_Internal(ordinal, hContext, parentTCSKeyHandle,
589 LoadBlob_UINT32(&offset, ordinal, blob);
  /src/crypto/external/cpl/trousers/dist/src/tspi/
tspi_ps.c 47 TPM_COMMAND_CODE ordinal; local
55 if ((result = obj_context_get_loadkey_ordinal(tspContext, &ordinal)))
85 if (secret_PerformAuth_OIAP(keyHandle, ordinal, hPolicy, FALSE,
tspi_key.c 64 TPM_COMMAND_CODE ordinal; local
72 if ((result = obj_context_get_loadkey_ordinal(tspContext, &ordinal)))
89 result |= Trspi_Hash_UINT32(&hashCtx, ordinal);
96 if ((result = secret_PerformAuth_OIAP(hUnwrappingKey, ordinal, hPolicy, FALSE,
117 result |= Trspi_Hash_UINT32(&hashCtx, ordinal);
118 if (ordinal == TPM_ORD_LoadKey)
222 UINT32 ordinal = TPM_ORD_CreateWrapKey; local
258 ordinal = TPM_ORD_CMK_CreateKey;
263 ordinal, TPM_ET_KEYHANDLE, &xsap)))
268 result |= Trspi_Hash_UINT32(&hashCtx, ordinal);
467 TPM_COMMAND_CODE ordinal; local
    [all...]
  /src/external/gpl2/groff/dist/src/preproc/pic/
pic.y 92 %token <n> ORDINAL
232 %left ORDINAL HERE '`'
270 %type <n> optional_ordinal_last ordinal
1264 ordinal: label
1265 ORDINAL
1277 | ordinal LAST
1282 ordinal object_type
1368 | ORDINAL LAST object_type relative_path
1380 | ORDINAL object_type relative_path
  /src/external/gpl3/binutils/dist/ld/
deffile.h 25 /* DEF storage definitions. Note that any ordinal may be zero, and
38 int ordinal; /* -1 if not specified */ member in struct:def_file_export
52 char *name; /* may be NULL; either this or ordinal will be set */
54 int ordinal; /* may be -1 */ member in struct:def_file_import
125 int ordinal,
  /src/external/gpl3/binutils.old/dist/ld/
deffile.h 25 /* DEF storage definitions. Note that any ordinal may be zero, and
38 int ordinal; /* -1 if not specified */ member in struct:def_file_export
52 char *name; /* may be NULL; either this or ordinal will be set */
54 int ordinal; /* may be -1 */ member in struct:def_file_import
125 int ordinal,
  /src/external/gpl3/gdb/dist/gdb/
coff-pe-read.c 114 SYM_NAME contains the exported name or NULL if exported by ordinal,
116 ORDINAL is the ordinal index value of the symbol,
126 int ordinal,
140 bare_name = string_printf ("#%d", ordinal);
166 SYM_NAME contains the exported name or NULL if exported by ordinal,
169 ORDINAL is the ordinal index value of the symbol,
176 const char *forward_func_name, int ordinal,
227 bare_name = string_printf ("#%d", ordinal);
540 unsigned long ordinal = pe_as16 (erva + ordinals + i * 2); local
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/
coff-pe-read.c 114 SYM_NAME contains the exported name or NULL if exported by ordinal,
116 ORDINAL is the ordinal index value of the symbol,
126 int ordinal,
140 bare_name = string_printf ("#%d", ordinal);
166 SYM_NAME contains the exported name or NULL if exported by ordinal,
169 ORDINAL is the ordinal index value of the symbol,
176 const char *forward_func_name, int ordinal,
227 bare_name = string_printf ("#%d", ordinal);
540 unsigned long ordinal = pe_as16 (erva + ordinals + i * 2); local
    [all...]
  /src/external/gpl3/binutils/dist/bfd/
peicode.h 803 unsigned int ordinal,
948 if (ordinal == 0)
954 ((unsigned int *) id4->contents)[0] = ordinal;
956 ((unsigned int *) id5->contents)[0] = ordinal;
959 ((unsigned int *) id4->contents)[0] = ordinal | 0x80000000;
960 ((unsigned int *) id5->contents)[0] = ordinal | 0x80000000;
1005 id6->contents[0] = ordinal & 0xff;
1006 id6->contents[1] = ordinal >> 8;
1210 unsigned int ordinal;
1343 ordinal = H_GET_16 (abfd, ptr)
1208 unsigned int ordinal; local
    [all...]
peXXigen.c 1412 fprintf (file, _("\tvma: Ordinal Hint Member-Name Bound-To\n"));
1480 /* in low 16 bits is ordinal number, other bits are reserved */ local
1481 unsigned int ordinal = member & 0xffff;
1483 (unsigned long)(first_thunk + j), ordinal);
1526 /* in low 16 bits is ordinal number, other bits are reserved */ local
1527 unsigned int ordinal = member & 0xffff;
1528 fprintf (file, "\t%08lx %5u <none> <none>", (unsigned long)(first_thunk + j), ordinal);
1587 long base; /* Ordinal base. */
1592 bfd_vma ot_addr; /* RVA to the Ordinal Table. */
1709 _("Ordinal Base \t\t\t%ld\n"), edt.base)
    [all...]
  /src/external/gpl3/binutils.old/dist/bfd/
peicode.h 798 unsigned int ordinal,
943 if (ordinal == 0)
949 ((unsigned int *) id4->contents)[0] = ordinal;
951 ((unsigned int *) id5->contents)[0] = ordinal;
954 ((unsigned int *) id4->contents)[0] = ordinal | 0x80000000;
955 ((unsigned int *) id5->contents)[0] = ordinal | 0x80000000;
1000 id6->contents[0] = ordinal & 0xff;
1001 id6->contents[1] = ordinal >> 8;
1205 unsigned int ordinal;
1338 ordinal = H_GET_16 (abfd, ptr)
1203 unsigned int ordinal; local
    [all...]
peXXigen.c 1400 fprintf (file, _("\tvma: Ordinal Hint Member-Name Bound-To\n"));
1468 /* in low 16 bits is ordinal number, other bits are reserved */ local
1469 unsigned int ordinal = member & 0xffff;
1471 (unsigned long)(first_thunk + j), ordinal);
1514 /* in low 16 bits is ordinal number, other bits are reserved */ local
1515 unsigned int ordinal = member & 0xffff;
1516 fprintf (file, "\t%08lx %5u <none> <none>", (unsigned long)(first_thunk + j), ordinal);
1575 long base; /* Ordinal base. */
1580 bfd_vma ot_addr; /* RVA to the Ordinal Table. */
1697 _("Ordinal Base \t\t\t%ld\n"), edt.base)
    [all...]
  /src/external/gpl3/gdb/dist/bfd/
peicode.h 798 unsigned int ordinal,
949 if (ordinal == 0)
955 ((unsigned int *) id4->contents)[0] = ordinal;
957 ((unsigned int *) id5->contents)[0] = ordinal;
960 ((unsigned int *) id4->contents)[0] = ordinal | 0x80000000;
961 ((unsigned int *) id5->contents)[0] = ordinal | 0x80000000;
1006 id6->contents[0] = ordinal & 0xff;
1007 id6->contents[1] = ordinal >> 8;
1205 unsigned int ordinal;
1338 ordinal = H_GET_16 (abfd, ptr)
1203 unsigned int ordinal; local
    [all...]
peXXigen.c 1395 fprintf (file, _("\tvma: Ordinal Hint Member-Name Bound-To\n"));
1463 /* in low 16 bits is ordinal number, other bits are reserved */ local
1464 unsigned int ordinal = member & 0xffff;
1466 (unsigned long)(first_thunk + j), ordinal);
1509 /* in low 16 bits is ordinal number, other bits are reserved */ local
1510 unsigned int ordinal = member & 0xffff;
1511 fprintf (file, "\t%08lx %5u <none> <none>", (unsigned long)(first_thunk + j), ordinal);
1570 long base; /* Ordinal base. */
1575 bfd_vma ot_addr; /* RVA to the Ordinal Table. */
1692 _("Ordinal Base \t\t\t%ld\n"), edt.base)
    [all...]
  /src/external/gpl3/gdb.old/dist/bfd/
peicode.h 796 unsigned int ordinal,
935 if (ordinal == 0)
940 ((unsigned int *) id4->contents)[0] = ordinal;
942 ((unsigned int *) id5->contents)[0] = ordinal;
945 * (unsigned int *) id4->contents = ordinal | 0x80000000;
946 * (unsigned int *) id5->contents = ordinal | 0x80000000;
990 id6->contents[0] = ordinal & 0xff;
991 id6->contents[1] = ordinal >> 8;
1186 unsigned int ordinal;
1319 ordinal = H_GET_16 (abfd, ptr)
1184 unsigned int ordinal; local
    [all...]
peXXigen.c 1394 fprintf (file, _("\tvma: Ordinal Hint Member-Name Bound-To\n"));
1462 /* in low 16 bits is ordinal number, other bits are reserved */ local
1463 unsigned int ordinal = member & 0xffff;
1465 (unsigned long)(first_thunk + j), ordinal);
1508 /* in low 16 bits is ordinal number, other bits are reserved */ local
1509 unsigned int ordinal = member & 0xffff;
1510 fprintf (file, "\t%08lx %5u <none> <none>", (unsigned long)(first_thunk + j), ordinal);
1569 long base; /* Ordinal base. */
1574 bfd_vma ot_addr; /* RVA to the Ordinal Table. */
1691 _("Ordinal Base \t\t\t%ld\n"), edt.base)
    [all...]
  /src/crypto/external/bsd/openssl/dist/crypto/x509/
x509_vfy.c 2690 unsigned ordinal = DANETLS_NONE; local
2755 ordinal = dane->dctx->mdord[t->mtype];
2768 ordinal = dane->dctx->mdord[t->mtype];
2776 * highest mtype ordinal, ignore all mtypes with lower ordinals
2779 if (dane->dctx->mdord[t->mtype] < ordinal)
  /src/crypto/external/bsd/openssl.old/dist/crypto/x509/
x509_vfy.c 2632 unsigned ordinal = DANETLS_NONE; local
2699 ordinal = dane->dctx->mdord[t->mtype];
2712 ordinal = dane->dctx->mdord[t->mtype];
2720 * highest mtype ordinal, ignore all mtypes with lower ordinals
2723 if (dane->dctx->mdord[t->mtype] < ordinal)
  /src/crypto/external/cpl/trousers/dist/src/include/tss/
compat11b.h 70 TCPA_COMMAND_CODE ordinal; member in struct:tdTCPA_AUDIT_EVENT
  /src/crypto/external/apache2/openssl/dist/crypto/x509/
x509_vfy.c 2892 unsigned ordinal = DANETLS_NONE; local
2957 ordinal = dane->dctx->mdord[t->mtype];
2970 ordinal = dane->dctx->mdord[t->mtype];
2978 * highest mtype ordinal, ignore all mtypes with lower ordinals
2981 if (dane->dctx->mdord[t->mtype] < ordinal)
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
CodeViewDebug.cpp 976 // The only supported thunk ordinal is currently the standard type.
982 const ThunkOrdinal ordinal = ThunkOrdinal::Standard; // Only supported kind. local
1001 OS.AddComment("Ordinal");
1002 OS.emitInt8(unsigned(ordinal));
1005 // Additional fields specific to the thunk ordinal would go here.
  /src/external/apache2/llvm/dist/llvm/lib/Object/
MachOObjectFile.cpp 1734 return malformedError("bad library ordinal: " + Twine(LibraryOrdinal) +
2937 State.Other = readULEB128(State.Current, &error); // dylib ordinal
2939 *E = malformedError("dylib ordinal of re-export " + Twine(error) +
2948 "bad library ordinal: " + Twine((int)State.Other) + " (max " +
3544 Ordinal = ImmValue;
3548 "library ordinal: " +
3559 << "Ordinal=" << Ordinal << "\n");
3569 Ordinal = readULEB128(&error);
3578 if (Ordinal > (int)O->getLibraryCount())
3979 int MachOBindEntry::ordinal() const { return Ordinal; } function in class:MachOBindEntry
    [all...]
  /src/external/gpl3/binutils/dist/binutils/
dlltool.c 53 DLL, with optional ordinal number <integer>.
59 Declares that <external-name> or the exported function whose ordinal number
218 - when set - 16-bit function's ordinal number (rest of the bits are zeros)
219 Function ordinal number subtracted by Export Directory Table's
220 Ordinal Base is an index entry into the Export Address Table.
237 with the function's ordinal number.
331 int ord; /* Two-byte ordinal value associated with function. */
776 int ordinal; member in struct:export
970 static int d_low_ord; /* Lowest ordinal index. */
971 static int d_high_ord; /* Highest ordinal index. *
    [all...]
  /src/external/gpl3/binutils.old/dist/binutils/
dlltool.c 53 DLL, with optional ordinal number <integer>.
59 Declares that <external-name> or the exported function whose ordinal number
218 - when set - 16-bit function's ordinal number (rest of the bits are zeros)
219 Function ordinal number subtracted by Export Directory Table's
220 Ordinal Base is an index entry into the Export Address Table.
237 with the function's ordinal number.
331 int ord; /* Two-byte ordinal value associated with function. */
776 int ordinal; member in struct:export
970 static int d_low_ord; /* Lowest ordinal index. */
971 static int d_high_ord; /* Highest ordinal index. *
    [all...]

Completed in 42 milliseconds

1 2