Home
last modified time | relevance | path

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

/Linux-v4.19/scripts/
Dsortextable.h115 unsigned int secindex_strings; in do_func() local
123 secindex_strings = r2(&ehdr->e_shstrndx); in do_func()
124 if (secindex_strings == SHN_XINDEX) in do_func()
125 secindex_strings = r(&shdr[0].sh_link); in do_func()
127 shstrtab_sec = shdr + secindex_strings; in do_func()
/Linux-v4.19/scripts/mod/
Dmodpost.h144 unsigned int secindex_strings; member
Dmodpost.c271 elf->sechdrs[elf->secindex_strings].sh_offset + in sech_name()
488 info->secindex_strings = TO_NATIVE(sechdrs[0].sh_link); in parse_elf()
491 info->secindex_strings = hdr->e_shstrndx; in parse_elf()
508 secstrings = (void *)hdr + sechdrs[info->secindex_strings].sh_offset; in parse_elf()