Home
last modified time | relevance | path

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

/optee_os/lib/libutee/include/
H A Delf64.h203 #define ELF64_ST_TYPE(info) ((info) & 0xf) macro
/optee_os/ldelf/
H A Dta_elf_rel.c124 st_type = ELF64_ST_TYPE(sym64[n].st_info); in check_found_sym()