Searched refs:sechdrs (Results 1 – 3 of 3) sorted by relevance
399 Elf_Shdr *sechdrs; in parse_elf() local436 sechdrs = (void *)hdr + hdr->e_shoff; in parse_elf()437 info->sechdrs = sechdrs; in parse_elf()452 info->num_sections = TO_NATIVE(sechdrs[0].sh_size); in parse_elf()458 info->secindex_strings = TO_NATIVE(sechdrs[0].sh_link); in parse_elf()466 sechdrs[i].sh_name = TO_NATIVE(sechdrs[i].sh_name); in parse_elf()467 sechdrs[i].sh_type = TO_NATIVE(sechdrs[i].sh_type); in parse_elf()468 sechdrs[i].sh_flags = TO_NATIVE(sechdrs[i].sh_flags); in parse_elf()469 sechdrs[i].sh_addr = TO_NATIVE(sechdrs[i].sh_addr); in parse_elf()470 sechdrs[i].sh_offset = TO_NATIVE(sechdrs[i].sh_offset); in parse_elf()[all …]
913 if (info->sechdrs[get_secindex(info, sym)].sh_type & SHT_NOBITS) { in handle_moddevtable()918 + info->sechdrs[get_secindex(info, sym)].sh_offset in handle_moddevtable()
122 Elf_Shdr *sechdrs; member