Home
last modified time | relevance | path

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

/optee_os/ldelf/
H A Dta_elf_rel.c47 unsigned int st_type, size_t st_shndx, in sym_compare() argument
63 if (st_bind == STB_WEAK && st_shndx == SHN_UNDEF) { in sym_compare()
68 if (st_shndx == SHN_UNDEF || st_shndx == SHN_XINDEX) in sym_compare()
99 size_t st_shndx = 0; in check_found_sym() local
118 st_shndx = sym32[n].st_shndx; in check_found_sym()
125 st_shndx = sym64[n].st_shndx; in check_found_sym()
130 return sym_compare(elf, st_bind, st_type, st_shndx, st_name, st_value, in check_found_sym()
273 if (sym_tab[sym_idx].st_shndx == SHN_UNDEF && in e32_get_sym_name()
318 if (!sym_idx || sym_tab[sym_idx].st_shndx != SHN_UNDEF) { in e32_tls_get_module()
433 if (sym_tab[sym_idx].st_shndx == SHN_UNDEF) { in e32_relocate()
[all …]
/optee_os/lib/libutee/include/
H A Delf32.h191 Elf32_Half st_shndx; /* Section index of symbol. */ member
H A Delf64.h196 Elf64_Half st_shndx; /* Section index of symbol. */ member