Home
last modified time | relevance | path

Searched refs:_SHMALLOC (Results 1 – 3 of 3) sorted by relevance

/reactos/dll/appcompat/shims/shimlib/
H A Dshimlib.h93 #define _SHMALLOC(x) __declspec(allocate(x)) macro
95 #define _SHMALLOC(x) __attribute__ ((section (x) )) macro
H A Dshimlib.c103 _SHMALLOC(".shm$AAA") SHIMREG _shim_start = { 0 };
104 _SHMALLOC(".shm$ZZZ") SHIMREG _shim_end = { 0 };
H A Dimplement_shim.inl61 _SHMALLOC(".shm$BBB") SHIMREG SHIM_OBJ_NAME(_shim_fn) =