Home
last modified time | relevance | path

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

/optee_os/ldelf/
H A Dta_elf_rel.c47 unsigned int st_type, size_t st_shndx, in sym_compare() argument
71 switch (st_type) { in sym_compare()
98 unsigned int st_type = 0; in check_found_sym() local
117 st_type = ELF32_ST_TYPE(sym32[n].st_info); in check_found_sym()
124 st_type = ELF64_ST_TYPE(sym64[n].st_info); in check_found_sym()
130 return sym_compare(elf, st_bind, st_type, st_shndx, st_name, st_value, in check_found_sym()