Home
last modified time | relevance | path

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

/scripts/
A Dsorttable.c941 const char *secstrings; in do_sort() local
967 secstrings = (const char *)ehdr + shdr_offset(string_sec); in do_sort()
977 if (!strcmp(secstrings + idx, "__ex_table")) in do_sort()
979 if (!strcmp(secstrings + idx, ".symtab")) in do_sort()
981 if (!strcmp(secstrings + idx, ".strtab")) in do_sort()
990 if (!strcmp(secstrings + idx, ".init.data")) in do_sort()
996 if (!strcmp(secstrings + idx, ".orc_unwind_ip")) { in do_sort()
1001 if (!strcmp(secstrings + idx, ".orc_unwind")) { in do_sort()
/scripts/mod/
A Dmodpost.c411 const char *secstrings; in parse_elf() local
506 secstrings = (void *)hdr + sechdrs[info->secindex_strings].sh_offset; in parse_elf()
516 secname = secstrings + sechdrs[i].sh_name; in parse_elf()

Completed in 13 milliseconds