Home
last modified time | relevance | path

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

/optee_os-3.20.0/ldelf/
A Dta_elf_rel.c48 size_t st_name, size_t st_value, const char *name, in sym_compare() argument
53 if (!st_name) in sym_compare()
55 if (st_name > elf->dynstr_size) in sym_compare()
57 if (strcmp(name, elf->dynstr + st_name)) in sym_compare()
100 size_t st_name = 0; in check_found_sym() local
119 st_name = sym32[n].st_name; in check_found_sym()
126 st_name = sym64[n].st_name; in check_found_sym()
130 return sym_compare(elf, st_bind, st_type, st_shndx, st_name, st_value, in check_found_sym()
263 name_idx = sym_tab[sym_idx].st_name; in e32_get_sym_name()
495 name_idx = sym_tab[sym_idx].st_name; in e64_get_sym_name()
/optee_os-3.20.0/lib/libutee/include/
A Delf32.h186 Elf32_Word st_name; /* String table index of name. */ member
A Delf64.h193 Elf64_Word st_name; /* String table index of name. */ member

Completed in 6 milliseconds