Home
last modified time | relevance | path

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

/scripts/
Dsorttable.h212 const char *secstrings; in do_sort() local
229 secstrings = (const char *)ehdr + _r(&shdr[shstrndx].sh_offset); in do_sort()
237 if (!strcmp(secstrings + idx, "__ex_table")) { in do_sort()
241 if (!strcmp(secstrings + idx, ".symtab")) in do_sort()
243 if (!strcmp(secstrings + idx, ".strtab")) in do_sort()
258 if (!strcmp(secstrings + idx, ".orc_unwind_ip")) { in do_sort()
263 if (!strcmp(secstrings + idx, ".orc_unwind")) { in do_sort()
/scripts/mod/
Dmodpost.c484 const char *secstrings; in parse_elf() local
565 secstrings = (void *)hdr + sechdrs[info->secindex_strings].sh_offset; in parse_elf()
577 secname = secstrings + sechdrs[i].sh_name; in parse_elf()