Searched refs:get_secindex (Results 1 – 5 of 5) sorted by relevance
/scripts/mod/ |
A D | symsearch.c | 79 table->section_index = get_secindex(elf, sym); in symsearch_populate()
|
A D | modpost.h | 164 static inline unsigned int get_secindex(const struct elf_info *info, in get_secindex() function
|
A D | modpost.c | 328 return sym_get_data_by_offset(info, get_secindex(info, sym), in sym_get_data() 995 new_sym = symsearch_find_nearest(elf, addr, get_secindex(elf, sym), in find_tosym() 1051 else if (is_executable_section(elf, get_secindex(elf, tsym))) in default_mismatch_handler() 1141 const char *tosec = sec_name(elf, get_secindex(elf, sym)); in check_section_mismatch()
|
A D | file2alias.c | 1484 if (!sym->st_shndx || get_secindex(info, sym) >= info->num_sections) in handle_moddevtable() 1503 if (info->sechdrs[get_secindex(info, sym)].sh_type & SHT_NOBITS) { in handle_moddevtable()
|
/scripts/ |
A D | sorttable.c | 410 static inline unsigned int get_secindex(unsigned int shndx, in get_secindex() function 1105 sort_need_index = get_secindex(sym_shndx(sym), in do_sort()
|
Completed in 15 milliseconds