Searched refs:secstrings (Results 1 – 2 of 2) sorted by relevance
281 const char *secstrings; in do_sort() local303 secstrings = (const char *)ehdr + _r(&shdr[shstrndx].sh_offset); in do_sort()311 if (!strcmp(secstrings + idx, "__ex_table")) { in do_sort()315 if (!strcmp(secstrings + idx, ".symtab")) in do_sort()317 if (!strcmp(secstrings + idx, ".strtab")) in do_sort()332 if (!strcmp(secstrings + idx, ".init.data")) { in do_sort()343 if (!strcmp(secstrings + idx, ".orc_unwind_ip")) { in do_sort()348 if (!strcmp(secstrings + idx, ".orc_unwind")) { in do_sort()
423 const char *secstrings; in parse_elf() local518 secstrings = (void *)hdr + sechdrs[info->secindex_strings].sh_offset; in parse_elf()528 secname = secstrings + sechdrs[i].sh_name; in parse_elf()