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), 1713 return (link_elf_debug_symbol_values(lf, sym, symval)); in link_elf_symbol_values() 1718 link_elf_debug_symbol_values(linker_file_t lf, c_linker_sym_t sym, in link_elf_debug_symbol_values() function 1872 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, 167 KOBJMETHOD(linker_debug_symbol_values, link_elf_debug_symbol_values), 1592 link_elf_debug_symbol_values(linker_file_t lf, c_linker_sym_t sym, in link_elf_debug_symbol_values() function 1700 error = link_elf_debug_symbol_values(file, in link_elf_each_function_nameval()
|