Lines Matching refs:mod
205 static void resolve_sym(const char *name, vaddr_t *val, struct ta_elf **mod) in resolve_sym() argument
207 TEE_Result res = ta_elf_resolve_sym(name, val, mod, NULL); in resolve_sym()
227 Elf32_Rel *rel, struct ta_elf **mod) in e32_tls_get_module() argument
242 resolve_sym(name, NULL, mod); in e32_tls_get_module()
325 struct ta_elf *mod = NULL; in e32_relocate() local
380 mod = elf; in e32_relocate()
382 str_tab_size, rel, &mod); in e32_relocate()
383 *where = mod->tls_mod_id; in e32_relocate()
436 struct ta_elf *mod = NULL; in e64_process_tls_tprel_rela() local
445 resolve_sym(name, &symval, &mod); in e64_process_tls_tprel_rela()
447 mod = elf; in e64_process_tls_tprel_rela()
449 *where = symval + mod->tls_tcb_offs + rela->r_addend; in e64_process_tls_tprel_rela()