Lines Matching refs:is_32bit

124 	elf->is_32bit = true;  in e32_parse_ehdr()
149 elf->is_32bit = false; in e64_parse_ehdr()
187 elf->is_32bit = false; in e64_parse_ehdr()
221 if (elf->is_32bit) { in read_dyn()
290 if (elf->is_32bit) in check_gnu_hashtab()
306 if (elf->is_32bit) { in save_hashtab()
358 if (elf->is_32bit) in save_soname_from_segment()
386 if (elf->is_32bit) { in save_soname()
459 if (elf->is_32bit) { in save_symtab()
565 if (elf->is_32bit) { in parse_load_segments()
1053 if (elf->is_32bit) in add_deps_from_segment()
1090 if (elf->is_32bit) { in add_dependencies()
1180 memset(&elf->is_32bit, 0, in clean_elf_load_main()
1181 (vaddr_t)&elf->uuid - (vaddr_t)&elf->is_32bit); in clean_elf_load_main()
1266 void ta_elf_load_main(const TEE_UUID *uuid, uint32_t *is_32bit, uint64_t *sp, in ta_elf_load_main() argument
1278 *is_32bit = elf->is_32bit; in ta_elf_load_main()
1300 res = ta_elf_set_init_fini_info_compat(elf->is_32bit); in ta_elf_finalize_load_main()
1303 res = ta_elf_set_elf_phdr_info(elf->is_32bit); in ta_elf_finalize_load_main()
1316 void ta_elf_load_dependency(struct ta_elf *elf, bool is_32bit) in ta_elf_load_dependency() argument
1322 if (elf->is_32bit != is_32bit) in ta_elf_load_dependency()
1324 (void *)&elf->uuid, elf->is_32bit ? "32" : "64", in ta_elf_load_dependency()
1325 is_32bit ? "32" : "64"); in ta_elf_load_dependency()
1625 ta_elf_load_dependency(elf, ta->is_32bit); in ta_elf_add_library()
1636 res = ta_elf_set_init_fini_info_compat(ta->is_32bit); in ta_elf_add_library()
1640 return ta_elf_set_elf_phdr_info(ta->is_32bit); in ta_elf_add_library()
1660 if (elf->is_32bit) { in get_init_fini_array()
1691 if (elf->is_32bit) { in elf_get_init_fini_array()
1765 static TEE_Result realloc_ifs(vaddr_t va, size_t cnt, bool is_32bit) in realloc_ifs() argument
1774 if (is_32bit) { in realloc_ifs()
1802 static void fill_ifs(vaddr_t va, size_t idx, struct ta_elf *elf, bool is_32bit) in fill_ifs() argument
1813 if (is_32bit) { in fill_ifs()
1854 TEE_Result ta_elf_set_init_fini_info_compat(bool is_32bit) in ta_elf_set_init_fini_info_compat() argument
1885 res = realloc_ifs(info_va, cnt, is_32bit); in ta_elf_set_init_fini_info_compat()
1891 fill_ifs(info_va, cnt, elf, is_32bit); in ta_elf_set_init_fini_info_compat()
1901 static TEE_Result realloc_elf_phdr_info(vaddr_t va, size_t cnt, bool is_32bit) in realloc_elf_phdr_info() argument
1910 if (is_32bit) { in realloc_elf_phdr_info()
1939 bool is_32bit) in fill_elf_phdr_info() argument
1946 if (is_32bit) { in fill_elf_phdr_info()
1980 TEE_Result ta_elf_set_elf_phdr_info(bool is_32bit) in ta_elf_set_elf_phdr_info() argument
2005 res = realloc_elf_phdr_info(info_va, cnt, is_32bit); in ta_elf_set_elf_phdr_info()
2011 fill_elf_phdr_info(info_va, cnt, elf, is_32bit); in ta_elf_set_elf_phdr_info()