Searched refs:ef_lookup_symbol (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/usr.sbin/kldxref/
H A Def.c106 static int ef_lookup_symbol(elf_file_t ef, const char *name,
121 .lookup_symbol = ef_lookup_symbol
182 ef_lookup_symbol(elf_file_t ef, const char *name, Elf_Sym **sym) function
194 warnx("ef_lookup_symbol: file %s have corrupted symbol table\n",
201 warnx("ef_lookup_symbol: file %s have corrupted symbol table\n",
239 error = ef_lookup_symbol(ef, setsym, &sym);
246 error = ef_lookup_symbol(ef, setsym, &sym);

Completed in 52 milliseconds