Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dlink_elf.c146 static int link_elf_lookup_debug_symbol(linker_file_t, const char *,
175 KOBJMETHOD(linker_lookup_debug_symbol, link_elf_lookup_debug_symbol),
1570 return (link_elf_lookup_debug_symbol(lf, name, sym)); in link_elf_lookup_symbol()
1575 link_elf_lookup_debug_symbol(linker_file_t lf, const char *name, in link_elf_lookup_debug_symbol() function
H A Dlink_elf_obj.c132 static int link_elf_lookup_debug_symbol(linker_file_t, const char *,
163 KOBJMETHOD(linker_lookup_debug_symbol, link_elf_lookup_debug_symbol),
1497 link_elf_lookup_debug_symbol(linker_file_t lf, const char *name, in link_elf_lookup_debug_symbol() function
1507 if (link_elf_lookup_debug_symbol(lf, name, sym)) in link_elf_lookup_debug_symbol_ctf()