Searched refs:ffi_trampoline_table (Results 1 – 4 of 4) sorted by relevance
549 typedef struct ffi_trampoline_table ffi_trampoline_table; typedef552 struct ffi_trampoline_table { struct562 ffi_trampoline_table *prev; argument563 ffi_trampoline_table *next; argument586 static ffi_trampoline_table *ffi_trampoline_tables = NULL;588 static ffi_trampoline_table *591 ffi_trampoline_table *table = NULL; in ffi_trampoline_table_alloc()631 table = calloc (1, sizeof(ffi_trampoline_table)); in ffi_trampoline_table_alloc()665 ffi_trampoline_table *table = ffi_trampoline_tables; in ffi_closure_alloc()705 ffi_trampoline_table *table = closure->trampoline_table; in ffi_closure_free()
1504 * src/arm/ffi.c (ffi_trampoline_table)