Home
last modified time | relevance | path

Searched refs:link_elf_lookup_symbol1 (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/kern/
H A Dlink_elf_obj.c1467 link_elf_lookup_symbol1(linker_file_t lf, const char *name, c_linker_sym_t *sym, in link_elf_lookup_symbol1() function
1492 return (link_elf_lookup_symbol1(lf, name, sym, in link_elf_lookup_symbol()
1500 return (link_elf_lookup_symbol1(lf, name, sym, true)); in link_elf_lookup_debug_symbol()
H A Dlink_elf.c1513 link_elf_lookup_symbol1(linker_file_t lf, const char *name, c_linker_sym_t *sym, in link_elf_lookup_symbol1() function
1571 return (link_elf_lookup_symbol1(lf, name, sym, false)); in link_elf_lookup_symbol()
1583 if (link_elf_lookup_symbol1(lf, name, sym, true) == 0) in link_elf_lookup_debug_symbol()