Home
last modified time | relevance | path

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

/scripts/mod/
Dmodpost.c326 Elf_Shdr *sechdr = &info->sechdrs[secindex]; in sym_get_data_by_offset()
348 return sech_name(info, &info->sechdrs[secindex]); in sec_name()
482 Elf_Shdr *sechdrs; in parse_elf() local
524 sechdrs = (void *)hdr + hdr->e_shoff; in parse_elf()
525 info->sechdrs = sechdrs; in parse_elf()
539 info->num_sections = TO_NATIVE(sechdrs[0].sh_size); in parse_elf()
545 info->secindex_strings = TO_NATIVE(sechdrs[0].sh_link); in parse_elf()
553 sechdrs[i].sh_name = TO_NATIVE(sechdrs[i].sh_name); in parse_elf()
554 sechdrs[i].sh_type = TO_NATIVE(sechdrs[i].sh_type); in parse_elf()
555 sechdrs[i].sh_flags = TO_NATIVE(sechdrs[i].sh_flags); in parse_elf()
[all …]
Dmodpost.h139 Elf_Shdr *sechdrs; member
Dfile2alias.c1481 if (info->sechdrs[get_secindex(info, sym)].sh_type & SHT_NOBITS) { in handle_moddevtable()
1486 + info->sechdrs[get_secindex(info, sym)].sh_offset in handle_moddevtable()