Home
last modified time | relevance | path

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

/linux-6.1.9/tools/testing/selftests/sgx/
Dload.c142 char *sym_names; in encl_get_entry() local
159 sym_names = (char *)encl->bin + sections[i].sh_offset; in encl_get_entry()
167 if (!strcmp(symbol, sym_names + sym->st_name)) in encl_get_entry()