Lines Matching refs:is_32bit

116 	elf->is_32bit = true;  in e32_parse_ehdr()
141 elf->is_32bit = false; in e64_parse_ehdr()
181 if (elf->is_32bit) { in read_dyn()
208 if (elf->is_32bit) in save_hashtab_from_segment()
270 if (elf->is_32bit) { in save_hashtab()
304 if (elf->is_32bit) in save_soname_from_segment()
332 if (elf->is_32bit) { in save_soname()
405 if (elf->is_32bit) { in save_symtab()
511 if (elf->is_32bit) { in parse_load_segments()
999 if (elf->is_32bit) in add_deps_from_segment()
1032 if (elf->is_32bit) { in add_dependencies()
1122 memset(&elf->is_32bit, 0, in clean_elf_load_main()
1123 (vaddr_t)&elf->uuid - (vaddr_t)&elf->is_32bit); in clean_elf_load_main()
1203 void ta_elf_load_main(const TEE_UUID *uuid, uint32_t *is_32bit, uint64_t *sp, in ta_elf_load_main() argument
1215 *is_32bit = elf->is_32bit; in ta_elf_load_main()
1237 res = ta_elf_set_init_fini_info_compat(elf->is_32bit); in ta_elf_finalize_load_main()
1240 res = ta_elf_set_elf_phdr_info(elf->is_32bit); in ta_elf_finalize_load_main()
1251 void ta_elf_load_dependency(struct ta_elf *elf, bool is_32bit) in ta_elf_load_dependency() argument
1257 if (elf->is_32bit != is_32bit) in ta_elf_load_dependency()
1259 (void *)&elf->uuid, elf->is_32bit ? "32" : "64", in ta_elf_load_dependency()
1260 is_32bit ? "32" : "64"); in ta_elf_load_dependency()
1549 ta_elf_load_dependency(elf, ta->is_32bit); in ta_elf_add_library()
1560 res = ta_elf_set_init_fini_info_compat(ta->is_32bit); in ta_elf_add_library()
1564 return ta_elf_set_elf_phdr_info(ta->is_32bit); in ta_elf_add_library()
1584 if (elf->is_32bit) { in get_init_fini_array()
1615 if (elf->is_32bit) { in elf_get_init_fini_array()
1689 static TEE_Result realloc_ifs(vaddr_t va, size_t cnt, bool is_32bit) in realloc_ifs() argument
1698 if (is_32bit) { in realloc_ifs()
1726 static void fill_ifs(vaddr_t va, size_t idx, struct ta_elf *elf, bool is_32bit) in fill_ifs() argument
1737 if (is_32bit) { in fill_ifs()
1778 TEE_Result ta_elf_set_init_fini_info_compat(bool is_32bit) in ta_elf_set_init_fini_info_compat() argument
1809 res = realloc_ifs(info_va, cnt, is_32bit); in ta_elf_set_init_fini_info_compat()
1815 fill_ifs(info_va, cnt, elf, is_32bit); in ta_elf_set_init_fini_info_compat()
1825 static TEE_Result realloc_elf_phdr_info(vaddr_t va, size_t cnt, bool is_32bit) in realloc_elf_phdr_info() argument
1834 if (is_32bit) { in realloc_elf_phdr_info()
1863 bool is_32bit) in fill_elf_phdr_info() argument
1870 if (is_32bit) { in fill_elf_phdr_info()
1904 TEE_Result ta_elf_set_elf_phdr_info(bool is_32bit) in ta_elf_set_elf_phdr_info() argument
1929 res = realloc_elf_phdr_info(info_va, cnt, is_32bit); in ta_elf_set_elf_phdr_info()
1935 fill_elf_phdr_info(info_va, cnt, elf, is_32bit); in ta_elf_set_elf_phdr_info()