Lines Matching defs:slot
57 #define STUB_ASM_CODE(slot) \
62 " ld 12, " slot "*8(11)\n\t" \
83 entry_get_public(int slot)
85 return (mapi_func) (ppc64le_entry_start + slot * PPC64LE_ENTRY_SIZE);
102 // data to the dispatch stub, and then it will patch the slot number and
121 0, 0 // <ENTRY+48>: .quad <slot>*8
127 entry_patch(mapi_func entry, int slot)
131 *((uint64_t *) (code + TEMPLATE_OFFSET_SLOT)) = slot * sizeof(mapi_func);
135 entry_generate(int slot)
147 entry_patch(entry, slot);