Searched refs:link_elf_lookup_symbol (Results 1 – 2 of 2) sorted by relevance
| /f-stack/freebsd/kern/ |
| H A D | link_elf.c | 145 static int link_elf_lookup_symbol(linker_file_t, const char *, 166 KOBJMETHOD(linker_lookup_symbol, link_elf_lookup_symbol), 1497 link_elf_lookup_symbol(linker_file_t lf, const char *name, c_linker_sym_t *sym) in link_elf_lookup_symbol() function 1653 error = link_elf_lookup_symbol(lf, setsym, &sym); in link_elf_lookup_set() 1665 error = link_elf_lookup_symbol(lf, setsym, &sym); in link_elf_lookup_set()
|
| H A D | link_elf_obj.c | 132 static int link_elf_lookup_symbol(linker_file_t, const char *, 155 KOBJMETHOD(linker_lookup_symbol, link_elf_lookup_symbol), 1354 link_elf_lookup_symbol(linker_file_t lf, const char *name, c_linker_sym_t *sym) in link_elf_lookup_symbol() function
|