Searched refs:tramp_sym (Results 1 – 2 of 2) sorted by relevance
299 static struct tramp_sym *priv_tramp_sym_create(struct dload_state *dlthis, in priv_tramp_sym_create()303 struct tramp_sym *new_sym = NULL; in priv_tramp_sym_create()308 (struct tramp_sym *)dlthis->mysym->dload_allocate(dlthis->mysym, in priv_tramp_sym_create()309 sizeof(struct tramp_sym)); in priv_tramp_sym_create()311 for (i = 0; i != sizeof(struct tramp_sym); i++) in priv_tramp_sym_create()345 static struct tramp_sym *priv_tramp_sym_get(struct dload_state *dlthis, in priv_tramp_sym_get()348 struct tramp_sym *sym_found = NULL; in priv_tramp_sym_get()366 static struct tramp_sym *priv_tramp_sym_find(struct dload_state *dlthis, in priv_tramp_sym_find()369 struct tramp_sym *sym_found = NULL; in priv_tramp_sym_find()391 struct tramp_sym *cur_sym; in priv_tramp_sym_finalize()[all …]
182 struct tramp_sym { struct183 struct tramp_sym *next; /* MUST BE FIRST */ argument199 struct tramp_sym *symbol_head; argument200 struct tramp_sym *symbol_tail;