Home
last modified time | relevance | path

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

/scripts/
Dsorttable.h219 unsigned int shstrndx; in do_sort() local
226 shstrndx = r2(&ehdr->e_shstrndx); in do_sort()
227 if (shstrndx == SHN_XINDEX) in do_sort()
228 shstrndx = r(&shdr[0].sh_link); in do_sort()
229 secstrings = (const char *)ehdr + _r(&shdr[shstrndx].sh_offset); in do_sort()