Searched refs:ELF32_ST_TYPE (Results 1 – 2 of 2) sorted by relevance
| /optee_os/lib/libutee/include/ | ||
| H A D | elf32.h | 196 #define ELF32_ST_TYPE(info) ((info) & 0xf) macro |
| /optee_os/ldelf/ | ||
| H A D | ta_elf_rel.c | 117 st_type = ELF32_ST_TYPE(sym32[n].st_info); in check_found_sym() |