Searched refs:get_secindex (Results 1 – 4 of 4) sorted by relevance
| /linux/scripts/mod/ |
| H A D | symsearch.c | 79 table->section_index = get_secindex(elf, sym); in symsearch_populate()
|
| H A D | modpost.c | 333 return sym_get_data_by_offset(info, get_secindex(info, sym), in sym_get_data() 1009 new_sym = symsearch_find_nearest(elf, addr, get_secindex(elf, sym), in find_tosym() 1065 else if (is_executable_section(elf, get_secindex(elf, tsym))) in default_mismatch_handler() 1155 const char *tosec = sec_name(elf, get_secindex(elf, sym)); in check_section_mismatch()
|
| H A D | file2alias.c | 1494 if (!sym->st_shndx || get_secindex(info, sym) >= info->num_sections) in handle_moddevtable() 1523 if (info->sechdrs[get_secindex(info, sym)].sh_type & SHT_NOBITS) { in handle_moddevtable()
|
| /linux/scripts/ |
| H A D | sorttable.c | 80 static inline unsigned int get_secindex(unsigned int shndx, in get_secindex() function 772 sort_need_index = get_secindex(sym_shndx(sym), in do_sort()
|