Home
last modified time | relevance | path

Searched refs:secindex_strings (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-6.6/scripts/mod/
H A Dmodpost.h126 unsigned int secindex_strings; member
H A Dmodpost.c351 return sym_get_data_by_offset(info, info->secindex_strings, in sech_name()
495 info->secindex_strings = TO_NATIVE(sechdrs[0].sh_link); in parse_elf()
498 info->secindex_strings = hdr->e_shstrndx; in parse_elf()
515 secstrings = (void *)hdr + sechdrs[info->secindex_strings].sh_offset; in parse_elf()
/kernel/linux/linux-5.10/scripts/mod/
H A Dmodpost.h154 unsigned int secindex_strings; member
H A Dmodpost.c337 return sym_get_data_by_offset(info, info->secindex_strings, in sech_name()
541 info->secindex_strings = TO_NATIVE(sechdrs[0].sh_link); in parse_elf()
544 info->secindex_strings = hdr->e_shstrndx; in parse_elf()
561 secstrings = (void *)hdr + sechdrs[info->secindex_strings].sh_offset; in parse_elf()

Completed in 9 milliseconds