Searched refs:ta_elf_resolve_sym (Results 1 – 5 of 5) sorted by relevance
| /optee_os/ldelf/ |
| H A D | dl.c | 35 return ta_elf_resolve_sym(arg->dlsym.symbol, &arg->dlsym.val, NULL, in dlsym_entry()
|
| H A D | ta_elf.h | 147 TEE_Result ta_elf_resolve_sym(const char *name, vaddr_t *val,
|
| H A D | ftrace.c | 34 res = ta_elf_resolve_sym("__ftrace_info", &val, NULL, NULL); in ftrace_init()
|
| H A D | ta_elf_rel.c | 225 TEE_Result ta_elf_resolve_sym(const char *name, vaddr_t *val, in ta_elf_resolve_sym() function 283 TEE_Result res = ta_elf_resolve_sym(name, val, mod, NULL); in resolve_sym()
|
| H A D | ta_elf.c | 1223 if (!ta_elf_resolve_sym("ta_head", &va, NULL, elf)) in load_main() 1862 res = ta_elf_resolve_sym("__init_fini_info", &info_va, NULL, NULL); in ta_elf_set_init_fini_info_compat() 1988 res = ta_elf_resolve_sym("__elf_phdr_info", &info_va, NULL, NULL); in ta_elf_set_elf_phdr_info()
|