Searched refs:secindex_strings (Results 1 – 3 of 3) sorted by relevance
113 unsigned int secindex_strings; in do_func() local121 secindex_strings = r2(&ehdr->e_shstrndx); in do_func()122 if (secindex_strings == SHN_XINDEX) in do_func()123 secindex_strings = r(&shdr[0].sh_link); in do_func()125 shstrtab_sec = shdr + secindex_strings; in do_func()
154 unsigned int secindex_strings; member
309 elf->sechdrs[elf->secindex_strings].sh_offset + in sech_name()551 info->secindex_strings = TO_NATIVE(sechdrs[0].sh_link); in parse_elf()554 info->secindex_strings = hdr->e_shstrndx; in parse_elf()571 secstrings = (void *)hdr + sechdrs[info->secindex_strings].sh_offset; in parse_elf()