Home
last modified time | relevance | path

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

/openbmc/linux/scripts/mod/
H A Dmodpost.h193 void *sym_get_data(const struct elf_info *info, const Elf_Sym *sym);
H A Dmodpost.c342 void *sym_get_data(const struct elf_info *info, const Elf_Sym *sym) in sym_get_data() function
1134 data = sym_get_data(elf, label); /* license */ in check_export_symbol()
H A Dfile2alias.c1598 symval = sym_get_data(info, sym); in handle_moddevtable()