Searched refs:TableBase (Results 1 – 6 of 6) sorted by relevance
47 ULONG_PTR TableBase; in ExpLookupHandleTableEntry() local61 TableBase = HandleTable->TableCode; in ExpLookupHandleTableEntry()64 TableLevel = (ULONG)(TableBase & 3); in ExpLookupHandleTableEntry()65 TableBase &= ~3; in ExpLookupHandleTableEntry()67 PointerArray = (PVOID*)TableBase; in ExpLookupHandleTableEntry()216 Level1 = (PVOID)TableBase; in ExpFreeHandleTable()222 Level2 = (PVOID)TableBase; in ExpFreeHandleTable()240 Level3 = (PVOID)TableBase; in ExpFreeHandleTable()523 Mid[0] = (PVOID)TableBase; in ExpAllocateHandleTableEntrySlow()532 SecondLevel = (PVOID)TableBase; in ExpAllocateHandleTableEntrySlow()[all …]
11 NLS_InitCodePageTable(PUSHORT TableBase, PCPTABLEINFO CodePageTable) in NLS_InitCodePageTable() argument15 NlsFileHeader = (PNLS_FILE_HEADER)TableBase; in NLS_InitCodePageTable()28 CodePageTable->WideCharTable = TableBase + NlsFileHeader->HeaderSize + 1 + in NLS_InitCodePageTable()29 TableBase[NlsFileHeader->HeaderSize]; in NLS_InitCodePageTable()32 CodePageTable->MultiByteTable = TableBase + NlsFileHeader->HeaderSize + 1; in NLS_InitCodePageTable()
155 RtlInitCodePageTable(IN PUSHORT TableBase, in RtlInitCodePageTable() argument164 NlsFileHeader = (PNLS_FILE_HEADER)TableBase; in RtlInitCodePageTable()180 TableBase + NlsFileHeader->HeaderSize + 1 + TableBase[NlsFileHeader->HeaderSize]; in RtlInitCodePageTable()183 CodePageTable->MultiByteTable = TableBase + NlsFileHeader->HeaderSize + 1; in RtlInitCodePageTable()
524 PVOID TableBase = NULL; in MmCreatePeb() local543 &TableBase, in MmCreatePeb()551 DPRINT("NLS Tables at: %p\n", TableBase); in MmCreatePeb()592 Peb->AnsiCodePageData = (PCHAR)TableBase + ExpAnsiCodePageDataOffset; in MmCreatePeb()593 Peb->OemCodePageData = (PCHAR)TableBase + ExpOemCodePageDataOffset; in MmCreatePeb()594 Peb->UnicodeCaseTableData = (PCHAR)TableBase + ExpUnicodeCaseTableDataOffset; in MmCreatePeb()
1995 _In_ PUSHORT TableBase,
4326 _In_ PUSHORT TableBase,