Home
last modified time | relevance | path

Searched refs:symndx (Results 1 – 5 of 5) sorted by relevance

/Linux-v4.19/tools/objtool/
Delf.c349 unsigned int symndx; in read_relas() local
380 symndx = GELF_R_SYM(rela->rela.r_info); in read_relas()
381 rela->sym = find_symbol_by_index(elf, symndx); in read_relas()
384 symndx, sec->name); in read_relas()
/Linux-v4.19/include/linux/
Dmodule.h326 unsigned int symndx; member
/Linux-v4.19/kernel/
Dmodule.c2046 unsigned int size, symndx; in copy_module_elf() local
2075 symndx = info->index.sym; in copy_module_elf()
2076 mod->klp_info->symndx = symndx; in copy_module_elf()
2084 mod->klp_info->sechdrs[symndx].sh_addr = \ in copy_module_elf()
/Linux-v4.19/kernel/livepatch/
Dcore.c273 pmod->klp_info->symndx, i, pmod); in klp_write_object_relocations()
/Linux-v4.19/Documentation/livepatch/
Dmodule-elf-format.txt322 unsigned int symndx; /* The symbol table section index */