Home
last modified time | relevance | path

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

/optee_os/ldelf/
H A Dta_elf_rel.c63 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()
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()
503 if (sym_tab[sym_idx].st_shndx == SHN_UNDEF && in e64_get_sym_name()
674 if (sym_tab[sym_idx].st_shndx == SHN_UNDEF) { in e64_relocate()
/optee_os/lib/libutee/include/
H A Delf_common.h271 #define SHN_UNDEF 0 /* Undefined, missing, irrelevant. */ macro