Searched refs:elf_lookup_kernel_symbol (Results 1 – 7 of 7) sorted by relevance
25 if (elf_lookup_kernel_symbol(functionName, &symbolInfo) != B_OK) { in register_commpage_function()
54 if (elf_lookup_kernel_symbol(functionName, &symbolInfo) != B_OK) { in register_commpage_function()
56 if (elf_lookup_kernel_symbol(functionName, &symbolInfo) != B_OK) { in register_commpage_function()
57 if (elf_lookup_kernel_symbol(functionName, &symbolInfo) != B_OK) { in register_commpage_function()
83 if (elf_lookup_kernel_symbol(functionName, &symbolInfo) in register_signal_handler_function()
49 status_t elf_lookup_kernel_symbol(const char* name, elf_symbol_info* info);
1812 elf_lookup_kernel_symbol(const char* name, elf_symbol_info* info) in elf_lookup_kernel_symbol() function