Home
last modified time | relevance | path

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

/optee_os/ldelf/
H A Dta_elf_rel.c96 Elf64_Sym *sym64 = NULL; in check_found_sym() local
122 sym64 = elf->dynsymtab; in check_found_sym()
123 st_bind = ELF64_ST_BIND(sym64[n].st_info); in check_found_sym()
124 st_type = ELF64_ST_TYPE(sym64[n].st_info); in check_found_sym()
125 st_shndx = sym64[n].st_shndx; in check_found_sym()
126 st_name = sym64[n].st_name; in check_found_sym()
127 st_value = sym64[n].st_value; in check_found_sym()