Lines Matching refs:slot
46 #define STUB_ASM_CODE(slot) \
50 "jmp *(4 * " slot ")(%eax)\n" \
53 "jmp *(4 * " slot ")(%eax)"
75 entry_get_public(int slot)
77 return (mapi_func) (x86_entry_start + slot * X86_ENTRY_SIZE);
81 entry_patch(mapi_func entry, int slot)
85 *((unsigned long *) (code + 11)) = slot * sizeof(mapi_func);
86 *((unsigned long *) (code + 22)) = slot * sizeof(mapi_func);
90 entry_generate(int slot)
102 entry_patch(entry, slot);