Home
last modified time | relevance | path

Searched refs:sym_get_data (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/scripts/mod/
H A Dmodpost.h222 void *sym_get_data(const struct elf_info *info, const Elf_Sym *sym);
H A Dmodpost.c324 void *sym_get_data(const struct elf_info *info, const Elf_Sym *sym) in sym_get_data() function
1097 data = sym_get_data(elf, label); /* license */ in check_export_symbol()
H A Dfile2alias.c1507 symval = sym_get_data(info, sym); in handle_moddevtable()