Home
last modified time | relevance | path

Searched defs:elf (Results 1 – 7 of 7) sorted by relevance

/optee_os/ldelf/
H A Dta_elf.c52 static void assign_tls_mod_id(struct ta_elf *elf) in assign_tls_mod_id()
63 struct ta_elf *elf = calloc(1, sizeof(*elf)); in queue_elf_helper() local
77 struct ta_elf *elf = ta_elf_find_elf(uuid); in queue_elf() local
91 struct ta_elf *elf = NULL; in ta_elf_find_elf() local
101 static TEE_Result e32_parse_ehdr(struct ta_elf *elf, Elf32_Ehdr *ehdr) in e32_parse_ehdr()
137 static TEE_Result e64_parse_ehdr(struct ta_elf *elf, Elf64_Ehdr *ehdr) in e64_parse_ehdr()
176 static TEE_Result e64_parse_ehdr(struct ta_elf *elf, Elf64_Ehdr *ehdr) in e64_parse_ehdr()
200 static void check_phdr_in_range(struct ta_elf *elf, unsigned int type, in check_phdr_in_range()
218 static void read_dyn(struct ta_elf *elf, vaddr_t addr, in read_dyn()
234 static void check_range(struct ta_elf *elf, const char *name, const void *ptr, in check_range()
[all …]
H A Dta_elf_rel.c46 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()
227 struct ta_elf *elf) in ta_elf_resolve_sym()
339 static void e32_relocate(struct ta_elf *elf, unsigned int rel_sidx) in e32_relocate()
528 Elf64_Addr *where, struct ta_elf *elf) in e64_process_tls_tprel_rela()
558 struct ta_elf *elf) in e64_process_tlsdesc_rela()
579 static void e64_relocate(struct ta_elf *elf, unsigned int rel_sidx) in e64_relocate()
737 void ta_elf_relocate(struct ta_elf *elf) in ta_elf_relocate()
H A Dftrace.c25 struct ta_elf *elf = TAILQ_FIRST(&main_elf_queue); in ftrace_init() local
92 struct ta_elf *elf = TAILQ_FIRST(&main_elf_queue); in ftrace_copy_buf() local
H A Ddl.c26 struct ta_elf *elf = NULL; in dlsym_entry() local
H A Dmain.c34 struct ta_elf *elf = TAILQ_FIRST(&main_elf_queue); in dump_ta_state() local
140 struct ta_elf *elf = NULL; in ldelf() local
/optee_os/scripts/
H A Dprint_tee_hash.py21 def resolve_symbol(elf, name): argument
30 def hash_range(h, elf, start, end): argument
46 def hash_section(h, elf, name): argument
H A Dsymbolize.py162 def set_arch(self, elf): argument
179 def arch_prefix(self, cmd, elf): argument