Searched refs:sechdrs (Results 1 – 3 of 3) sorted by relevance
464 info->sechdrs = sechdrs; in parse_elf()494 sechdrs[i].sh_name = TO_NATIVE(sechdrs[i].sh_name); in parse_elf()495 sechdrs[i].sh_type = TO_NATIVE(sechdrs[i].sh_type); in parse_elf()496 sechdrs[i].sh_flags = TO_NATIVE(sechdrs[i].sh_flags); in parse_elf()497 sechdrs[i].sh_addr = TO_NATIVE(sechdrs[i].sh_addr); in parse_elf()498 sechdrs[i].sh_offset = TO_NATIVE(sechdrs[i].sh_offset); in parse_elf()499 sechdrs[i].sh_size = TO_NATIVE(sechdrs[i].sh_size); in parse_elf()500 sechdrs[i].sh_link = TO_NATIVE(sechdrs[i].sh_link); in parse_elf()501 sechdrs[i].sh_info = TO_NATIVE(sechdrs[i].sh_info); in parse_elf()535 sechdrs[i].sh_offset + sechdrs[i].sh_size; in parse_elf()[all …]
141 Elf_Shdr *sechdrs; member
1503 if (info->sechdrs[get_secindex(info, sym)].sh_type & SHT_NOBITS) { in handle_moddevtable()
Completed in 11 milliseconds