Searched refs:ta_elf (Results 1 – 7 of 7) sorted by relevance
/optee_os-3.20.0/ldelf/ |
A D | ta_elf.h | 28 struct ta_elf { struct 96 TAILQ_ENTRY(ta_elf) link; argument 99 TAILQ_HEAD(ta_elf_queue, ta_elf); 120 struct ta_elf *ta_elf_find_elf(const TEE_UUID *uuid); 125 void ta_elf_load_dependency(struct ta_elf *elf, bool is_32bit); 126 void ta_elf_relocate(struct ta_elf *elf); 127 void ta_elf_finalize_mappings(struct ta_elf *elf); 144 struct ta_elf **found_elf, struct ta_elf *elf);
|
A D | ta_elf.c | 78 struct ta_elf *elf = ta_elf_find_elf(uuid); in queue_elf() 92 struct ta_elf *elf = NULL; in ta_elf_find_elf() 477 static void init_elf(struct ta_elf *elf) in init_elf() 1253 struct ta_elf *elf = queue_elf(uuid); in ta_elf_load_main() 1400 struct ta_elf *e = NULL; in get_next_in_order() 1404 struct ta_elf *e2 = NULL; in get_next_in_order() 1448 struct ta_elf *elf = NULL; in ta_elf_print_mappings() 1543 struct ta_elf *elf = NULL; in find_exidx() 1586 struct ta_elf *elf = NULL; in ta_elf_add_library() 1829 struct ta_elf *elf = NULL; in ta_elf_set_init_fini_info_compat() [all …]
|
A D | ta_elf_rel.c | 46 static bool sym_compare(struct ta_elf *elf, unsigned int st_bind, in sym_compare() 135 struct ta_elf *elf, bool weak_ok) in resolve_sym_helper() 223 struct ta_elf **found_elf, in ta_elf_resolve_sym() 224 struct ta_elf *elf) in ta_elf_resolve_sym() 306 Elf32_Rel *rel, struct ta_elf **mod) in e32_tls_get_module() 406 struct ta_elf *mod = NULL; in e32_relocate() 525 Elf64_Addr *where, struct ta_elf *elf) in e64_process_tls_tprel_rela() 527 struct ta_elf *mod = NULL; in e64_process_tls_tprel_rela() 555 struct ta_elf *elf) in e64_process_tlsdesc_rela() 727 static void __noreturn e64_relocate(struct ta_elf *elf __unused, in e64_relocate() [all …]
|
A D | ftrace.c | 23 struct ta_elf *elf = TAILQ_FIRST(&main_elf_queue); in ftrace_init() 72 struct ta_elf *elf = TAILQ_FIRST(&main_elf_queue); in ftrace_copy_buf()
|
A D | dl.c | 26 struct ta_elf *elf = NULL; in dlsym_entry()
|
A D | sub.mk | 11 srcs-y += ta_elf.c
|
A D | main.c | 33 struct ta_elf *elf = TAILQ_FIRST(&main_elf_queue); in dump_ta_state() 132 struct ta_elf *elf = NULL; in ldelf()
|
Completed in 11 milliseconds