Searched refs:get_secindex (Results 1 - 6 of 6) sorted by relevance

/linux-master/scripts/mod/
H A Dsymsearch.c79 table->section_index = get_secindex(elf, sym);
H A Dmodpost.h136 static inline unsigned int get_secindex(const struct elf_info *info, function
H A Dmodpost.c336 return sym_get_data_by_offset(info, get_secindex(info, sym),
1020 new_sym = symsearch_find_nearest(elf, addr, get_secindex(elf, sym),
1068 else if (is_executable_section(elf, get_secindex(elf, tsym)))
1158 const char *tosec = sec_name(elf, get_secindex(elf, sym));
H A Dfile2alias.c1602 if (!sym->st_shndx || get_secindex(info, sym) >= info->num_sections)
1624 if (info->sechdrs[get_secindex(info, sym)].sh_type & SHT_NOBITS) {
/linux-master/scripts/
H A Dsorttable.c187 static inline unsigned int get_secindex(unsigned int shndx, function
H A Dsorttable.h448 sort_needed_sec = &shdr[get_secindex(r2(&sym->st_shndx),

Completed in 156 milliseconds