Home
last modified time | relevance | path

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

/scripts/mod/
Dmodpost.c328 Elf_Shdr *sechdr = &info->sechdrs[secindex]; in sym_get_data_by_offset()
355 return sech_name(info, &info->sechdrs[secindex]); in sec_name()
421 Elf_Shdr *sechdrs; in parse_elf() local
475 sechdrs = (void *)hdr + hdr->e_shoff; in parse_elf()
476 info->sechdrs = sechdrs; in parse_elf()
492 info->num_sections = TO_NATIVE(sechdrs[0].sh_size); in parse_elf()
498 info->secindex_strings = TO_NATIVE(sechdrs[0].sh_link); in parse_elf()
506 sechdrs[i].sh_name = TO_NATIVE(sechdrs[i].sh_name); in parse_elf()
507 sechdrs[i].sh_type = TO_NATIVE(sechdrs[i].sh_type); in parse_elf()
508 sechdrs[i].sh_flags = TO_NATIVE(sechdrs[i].sh_flags); in parse_elf()
[all …]
Dmodpost.h105 Elf_Shdr *sechdrs; member
Dfile2alias.c1632 if (info->sechdrs[get_secindex(info, sym)].sh_type & SHT_NOBITS) { in handle_moddevtable()