Home
last modified time | relevance | path

Searched refs:sym32 (Results 1 – 1 of 1) sorted by relevance

/optee_os/ldelf/
H A Dta_elf_rel.c95 Elf32_Sym *sym32 = NULL; in check_found_sym() local
115 sym32 = elf->dynsymtab; in check_found_sym()
116 st_bind = ELF32_ST_BIND(sym32[n].st_info); in check_found_sym()
117 st_type = ELF32_ST_TYPE(sym32[n].st_info); in check_found_sym()
118 st_shndx = sym32[n].st_shndx; in check_found_sym()
119 st_name = sym32[n].st_name; in check_found_sym()
120 st_value = sym32[n].st_value; in check_found_sym()