Searched refs:LDR_GET_HASH_ENTRY (Results 1 – 2 of 2) sorted by relevance
12 #define LDR_GET_HASH_ENTRY(x) (RtlUpcaseUnicodeChar((x)) & (LDR_HASH_TABLE_ENTRIES - 1)) macro
1562 i = LDR_GET_HASH_ENTRY(LdrEntry->BaseDllName.Buffer[0]); in LdrpInsertMemoryTableEntry()1989 HashIndex = LDR_GET_HASH_ENTRY(DllName->Buffer[0]); in LdrpCheckForLoadedDll()