Searched refs:link_elf_debug_symbol_values (Results 1 – 2 of 2) sorted by relevance
| /freebsd-13.1/sys/kern/ |
| H A D | link_elf.c | 151 static int link_elf_debug_symbol_values(linker_file_t, c_linker_sym_t, 173 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 | 139 static int link_elf_debug_symbol_values(linker_file_t, c_linker_sym_t, 163 KOBJMETHOD(linker_debug_symbol_values, link_elf_debug_symbol_values), 1509 link_elf_debug_symbol_values(linker_file_t lf, c_linker_sym_t sym, in link_elf_debug_symbol_values() function 1617 error = link_elf_debug_symbol_values(file, in link_elf_each_function_nameval()
|