Home
last modified time | relevance | path

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

/linux-6.1.9/scripts/
Dinsert-sys-cert.c161 int secndx; in get_symbol_from_table() local
172 secndx = elf_sym->st_shndx; in get_symbol_from_table()
173 if (!secndx) in get_symbol_from_table()
175 sec = &x[secndx]; in get_symbol_from_table()
/linux-6.1.9/kernel/livepatch/
Dcore.c289 unsigned int symndx, unsigned int secndx, in klp_apply_section_relocs() argument
294 Elf_Shdr *sec = sechdrs + secndx; in klp_apply_section_relocs()
316 return apply_relocate_add(sechdrs, strtab, symndx, secndx, pmod); in klp_apply_section_relocs()