Searched refs:SHN_UNDEF (Results 1 – 6 of 6) sorted by relevance
/optee_os/ldelf/ |
A D | ta_elf_rel.c | 52 if (st_bind == STB_WEAK && st_shndx == SHN_UNDEF) { in __resolve_sym() 57 if (st_shndx == SHN_UNDEF || st_shndx == SHN_XINDEX) in __resolve_sym() 236 if (!sym_idx || sym_tab[sym_idx].st_shndx != SHN_UNDEF) { in e32_tls_get_module() 349 if (sym_tab[sym_idx].st_shndx == SHN_UNDEF) { in e32_relocate() 577 if (sym_tab[sym_idx].st_shndx == SHN_UNDEF) { in e64_relocate()
|
/optee_os/out/arm/export-ta_arm32/host_include/ |
A D | elf_common.h | 269 #define SHN_UNDEF 0 /* Undefined, missing, irrelevant. */ macro
|
/optee_os/out/arm/export-ta_arm32/include/ |
A D | elf_common.h | 269 #define SHN_UNDEF 0 /* Undefined, missing, irrelevant. */ macro
|
/optee_os/out/arm/export-ta_arm64/host_include/ |
A D | elf_common.h | 269 #define SHN_UNDEF 0 /* Undefined, missing, irrelevant. */ macro
|
/optee_os/out/arm/export-ta_arm64/include/ |
A D | elf_common.h | 269 #define SHN_UNDEF 0 /* Undefined, missing, irrelevant. */ macro
|
/optee_os/lib/libutee/include/ |
A D | elf_common.h | 269 #define SHN_UNDEF 0 /* Undefined, missing, irrelevant. */ macro
|
Completed in 29 milliseconds