Home
last modified time | relevance | path

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

/openbmc/linux/scripts/mod/
H A Dmodpost.c430 unsigned int symtab_idx = ~0U, symtab_shndx_idx = ~0U; in parse_elf() local
549 symtab_shndx_idx = i; in parse_elf()
567 if (symtab_shndx_idx != ~0U) { in parse_elf()
569 if (symtab_idx != sechdrs[symtab_shndx_idx].sh_link) in parse_elf()
571 filename, sechdrs[symtab_shndx_idx].sh_link, in parse_elf()