Lines Matching refs:slot
74 #define STUB_ASM_CODE(slot) \
77 "jmp *(4 * " slot ")(%eax)"
79 #define STUB_ASM_CODE(slot) \
82 "jmp *(4 * " slot ")(%eax)"
122 entry_get_public(int slot)
124 return (mapi_func) (x86_entry_start + slot * 16);
128 entry_patch(mapi_func entry, int slot)
131 *((unsigned long *) (code + 8)) = slot * sizeof(mapi_func);
135 entry_generate(int slot)
153 entry_patch(entry, slot);