Home
last modified time | relevance | path

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

/optee_os/ldelf/
H A Dta_elf_rel.c116 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()
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()
274 ELF32_ST_BIND(sym_tab[sym_idx].st_info) == STB_WEAK) in e32_get_sym_name()
504 ELF64_ST_BIND(sym_tab[sym_idx].st_info) == STB_WEAK) in e64_get_sym_name()
/optee_os/lib/libutee/include/
H A Delf32.h189 unsigned char st_info; /* Type and binding information. */ member
H A Delf64.h194 unsigned char st_info; /* Type and binding information. */ member