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

/freebsd-12-stable/sys/kern/
H A Dlink_elf.c148 static int link_elf_lookup_symbol(linker_file_t, const char *,
169 KOBJMETHOD(linker_lookup_symbol, link_elf_lookup_symbol),
1382 link_elf_lookup_symbol(linker_file_t lf, const char *name, c_linker_sym_t *sym) function
1393 printf("link_elf_lookup_symbol: missing symbol hash table\n");
1538 error = link_elf_lookup_symbol(lf, setsym, &sym);
1550 error = link_elf_lookup_symbol(lf, setsym, &sym);
H A Dlink_elf_obj.c133 static int link_elf_lookup_symbol(linker_file_t, const char *,
156 KOBJMETHOD(linker_lookup_symbol, link_elf_lookup_symbol),
1334 link_elf_lookup_symbol(linker_file_t lf, const char *name, c_linker_sym_t *sym) function

Completed in 60 milliseconds