Searched refs:secindex (Results 1 – 2 of 2) sorted by relevance
| /linux/include/linux/ |
| H A D | livepatch.h | 215 unsigned int symindex, unsigned int secindex, 229 unsigned int symindex, unsigned int secindex, in klp_apply_section_relocs() argument
|
| /linux/scripts/mod/ |
| H A D | modpost.c | 324 unsigned int secindex, unsigned long offset) in sym_get_data_by_offset() 326 Elf_Shdr *sechdr = &info->sechdrs[secindex]; in sym_get_data() 343 static const char *sec_name(const struct elf_info *info, unsigned int secindex) in sec_name() 350 if (secindex >= info->num_sections) 353 return sech_name(info, &info->sechdrs[secindex]); in sym_add_exported() 319 sym_get_data_by_offset(const struct elf_info * info,unsigned int secindex,unsigned long offset) sym_get_data_by_offset() argument 338 sec_name(const struct elf_info * info,unsigned int secindex) sec_name() argument
|