Searched refs:link_elf_debug_symbol_values (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/kern/ |
H A D | link_elf.c | 152 static int link_elf_debug_symbol_values(linker_file_t, c_linker_sym_t, 178 KOBJMETHOD(linker_debug_symbol_values, link_elf_debug_symbol_values), 1687 return (link_elf_debug_symbol_values(lf, sym, symval)); in link_elf_symbol_values() 1692 link_elf_debug_symbol_values(linker_file_t lf, c_linker_sym_t sym, in link_elf_debug_symbol_values() function 1846 error = link_elf_debug_symbol_values(file, in link_elf_each_function_nameval()
|
H A D | link_elf_obj.c | 138 static int link_elf_debug_symbol_values(linker_file_t, c_linker_sym_t, 166 KOBJMETHOD(linker_debug_symbol_values, link_elf_debug_symbol_values), 1572 link_elf_debug_symbol_values(linker_file_t lf, c_linker_sym_t sym, in link_elf_debug_symbol_values() function 1680 error = link_elf_debug_symbol_values(file, in link_elf_each_function_nameval()
|