Home
last modified time | relevance | path

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

/optee_os/lib/libutee/include/
H A Delf32.h195 #define ELF32_ST_BIND(info) ((info) >> 4) macro
/optee_os/ldelf/
H A Dta_elf_rel.c116 st_bind = ELF32_ST_BIND(sym32[n].st_info); in check_found_sym()
274 ELF32_ST_BIND(sym_tab[sym_idx].st_info) == STB_WEAK) in e32_get_sym_name()