Lines Matching refs:ta_elf
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()
226 struct ta_elf **found_elf, in ta_elf_resolve_sym()
227 struct ta_elf *elf) in ta_elf_resolve_sym()
280 static void resolve_sym(const char *name, vaddr_t *val, struct ta_elf **mod, in resolve_sym()
309 Elf32_Rel *rel, struct ta_elf **mod) in e32_tls_get_module()
339 static void e32_relocate(struct ta_elf *elf, unsigned int rel_sidx) in e32_relocate()
409 struct ta_elf *mod = NULL; in e32_relocate()
528 Elf64_Addr *where, struct ta_elf *elf) in e64_process_tls_tprel_rela()
530 struct ta_elf *mod = NULL; 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()
730 static void __noreturn e64_relocate(struct ta_elf *elf __unused, in e64_relocate()
737 void ta_elf_relocate(struct ta_elf *elf) in ta_elf_relocate()