Home
last modified time | relevance | path

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

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

Completed in 6 milliseconds