Home
last modified time | relevance | path

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

/scripts/mod/
Dmodpost.c328 Elf_Shdr *sechdr = &info->sechdrs[secindex]; in sym_get_data_by_offset() local
330 return (void *)info->hdr + sechdr->sh_offset + offset; in sym_get_data_by_offset()
339 static const char *sech_name(const struct elf_info *info, Elf_Shdr *sechdr) in sech_name() argument
342 sechdr->sh_name); in sech_name()
772 Elf_Shdr *sechdr) in check_section() argument
774 const char *sec = sech_name(elf, sechdr); in check_section()
776 if (sechdr->sh_type == SHT_PROGBITS && in check_section()
777 sechdr->sh_size > 0 && in check_section()
778 !(sechdr->sh_flags & SHF_ALLOC) && in check_section()
1438 Elf_Shdr *sechdr = &elf->sechdrs[i]; in check_sec_ref() local
[all …]