Searched refs:link_elf_debug_symbol_values (Results 1 – 2 of 2) sorted by relevance
| /freebsd-14.2/sys/kern/ |
| H A D | link_elf.c | 147 static int link_elf_debug_symbol_values(linker_file_t, c_linker_sym_t, 169 KOBJMETHOD(linker_debug_symbol_values, link_elf_debug_symbol_values), 1623 return (link_elf_debug_symbol_values(lf, sym, symval)); in link_elf_symbol_values() 1628 link_elf_debug_symbol_values(linker_file_t lf, c_linker_sym_t sym, in link_elf_debug_symbol_values() function 1779 error = link_elf_debug_symbol_values(file, in link_elf_each_function_nameval()
|
| H A D | link_elf_obj.c | 137 static int link_elf_debug_symbol_values(linker_file_t, c_linker_sym_t, 161 KOBJMETHOD(linker_debug_symbol_values, link_elf_debug_symbol_values), 1531 link_elf_debug_symbol_values(linker_file_t lf, c_linker_sym_t sym, in link_elf_debug_symbol_values() function 1639 error = link_elf_debug_symbol_values(file, in link_elf_each_function_nameval()
|