Home
last modified time | relevance | path

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

/trusty/kernel/lib/backtrace/
Dsymbolize.c93 ELF_SHDR* shdr = (ELF_SHDR*)((uintptr_t)ehdr + ehdr->e_shoff); in trusty_app_symbolize() local
100 if (shdr[i].sh_type == SHT_SYMTAB) { in trusty_app_symbolize()
101 symtab_shdr = shdr + i; in trusty_app_symbolize()
103 if (shdr[i].sh_type == SHT_STRTAB) { in trusty_app_symbolize()
104 strtab_shdr = shdr + i; in trusty_app_symbolize()