Searched defs:elf (Results 1 – 8 of 8) sorted by relevance
/optee_os/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 328 static void save_soname(struct ta_elf *elf) in save_soname() 430 static void init_elf(struct ta_elf *elf) in init_elf() 1206 struct ta_elf *elf = queue_elf(uuid); in ta_elf_load_main() local 1401 struct ta_elf *elf = NULL; in ta_elf_print_mappings() local 1496 struct ta_elf *elf = NULL; in find_exidx() local 1539 struct ta_elf *elf = NULL; in ta_elf_add_library() local 1782 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 | ta_elf_rel.c | 35 static bool __resolve_sym(struct ta_elf *elf, unsigned int st_bind, in __resolve_sym() 82 vaddr_t *val, struct ta_elf *elf, in resolve_sym_helper() 155 struct ta_elf *elf) in ta_elf_resolve_sym() 255 static void e32_relocate(struct ta_elf *elf, unsigned int rel_sidx) in e32_relocate() 434 Elf64_Addr *where, struct ta_elf *elf) in e64_process_tls_tprel_rela() 463 struct ta_elf *elf) in e64_process_tlsdesc_rela() 483 static void e64_relocate(struct ta_elf *elf, unsigned int rel_sidx) in e64_relocate() 618 void ta_elf_relocate(struct ta_elf *elf) in ta_elf_relocate()
|
A D | dl.c | 26 struct ta_elf *elf = NULL; in dlsym_entry() local
|
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/scripts/ |
A D | symbolize.py | 128 def set_arch(self, elf): argument 140 def arch_prefix(self, cmd, elf): argument
|
/optee_os/out/arm/export-ta_arm32/scripts/ |
A D | symbolize.py | 128 def set_arch(self, elf): argument 140 def arch_prefix(self, cmd, elf): argument
|
/optee_os/out/arm/export-ta_arm64/scripts/ |
A D | symbolize.py | 128 def set_arch(self, elf): argument 140 def arch_prefix(self, cmd, elf): argument
|
Completed in 31 milliseconds