Searched refs:strtab_start (Results 1 – 1 of 1) sorted by relevance
116 uintptr_t strtab_start = app_img->img_start + strtab_shdr->sh_offset; in trusty_app_symbolize() local124 if (!range_within_app_img(strtab_start, strtab_size, app_img)) { in trusty_app_symbolize()155 info->symbol = (const char*)(strtab_start + symtab_entry->st_name); in trusty_app_symbolize()