Searched refs:secindex_strings (Results 1 – 3 of 3) sorted by relevance
115 unsigned int secindex_strings; in do_func() local123 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()
144 unsigned int secindex_strings; member
271 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()