Lines Matching refs:ta_elf
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()
154 struct ta_elf **found_elf, in ta_elf_resolve_sym()
155 struct ta_elf *elf) in ta_elf_resolve_sym()
205 static void resolve_sym(const char *name, vaddr_t *val, struct ta_elf **mod) in resolve_sym()
227 Elf32_Rel *rel, struct ta_elf **mod) in e32_tls_get_module()
255 static void e32_relocate(struct ta_elf *elf, unsigned int rel_sidx) in e32_relocate()
325 struct ta_elf *mod = NULL; in e32_relocate()
434 Elf64_Addr *where, struct ta_elf *elf) in e64_process_tls_tprel_rela()
436 struct ta_elf *mod = NULL; 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()
611 static void __noreturn e64_relocate(struct ta_elf *elf __unused, in e64_relocate()
618 void ta_elf_relocate(struct ta_elf *elf) in ta_elf_relocate()