Searched defs:elf (Results 1 – 7 of 7) sorted by relevance
/optee_os-3.20.0/ldelf/ |
A D | ta_elf.c | 64 struct ta_elf *elf = calloc(1, sizeof(*elf)); in queue_elf_helper() local 78 struct ta_elf *elf = ta_elf_find_elf(uuid); in queue_elf() local 92 struct ta_elf *elf = NULL; in ta_elf_find_elf() local 477 static void init_elf(struct ta_elf *elf) in init_elf() 1196 static void load_main(struct ta_elf *elf) in load_main() 1253 struct ta_elf *elf = queue_elf(uuid); in ta_elf_load_main() local 1448 struct ta_elf *elf = NULL; in ta_elf_print_mappings() local 1543 struct ta_elf *elf = NULL; in find_exidx() local 1586 struct ta_elf *elf = NULL; in ta_elf_add_library() local 1829 struct ta_elf *elf = NULL; in ta_elf_set_init_fini_info_compat() local [all …]
|
A D | ftrace.c | 23 struct ta_elf *elf = TAILQ_FIRST(&main_elf_queue); in ftrace_init() local 72 struct ta_elf *elf = TAILQ_FIRST(&main_elf_queue); in ftrace_copy_buf() local
|
A D | dl.c | 26 struct ta_elf *elf = NULL; in dlsym_entry() local
|
A D | ta_elf_rel.c | 46 static bool sym_compare(struct ta_elf *elf, unsigned int st_bind, in sym_compare() 92 static bool check_found_sym(struct ta_elf *elf, const char *name, vaddr_t *val, in check_found_sym() 135 struct ta_elf *elf, bool weak_ok) in resolve_sym_helper() 224 struct ta_elf *elf) in ta_elf_resolve_sym() 336 static void e32_relocate(struct ta_elf *elf, unsigned int rel_sidx) in e32_relocate() 525 Elf64_Addr *where, struct ta_elf *elf) in e64_process_tls_tprel_rela() 555 struct ta_elf *elf) in e64_process_tlsdesc_rela() 576 static void e64_relocate(struct ta_elf *elf, unsigned int rel_sidx) in e64_relocate() 734 void ta_elf_relocate(struct ta_elf *elf) in ta_elf_relocate()
|
A D | main.c | 33 struct ta_elf *elf = TAILQ_FIRST(&main_elf_queue); in dump_ta_state() local 132 struct ta_elf *elf = NULL; in ldelf() local
|
/optee_os-3.20.0/scripts/ |
A D | print_tee_hash.py | 21 def resolve_symbol(elf, name): argument 30 def hash_range(h, elf, start, end): argument 46 def hash_section(h, elf, name): argument
|
A D | symbolize.py | 162 def set_arch(self, elf): argument 174 def arch_prefix(self, cmd, elf): argument
|
Completed in 11 milliseconds