Searched refs:elf_debug_lookup_symbol (Results 1 - 3 of 3) sorted by relevance

/haiku/headers/private/kernel/
H A Delf.h48 addr_t elf_debug_lookup_symbol(const char* searchName);
/haiku/src/system/kernel/debug/
H A Ddebug_variables.cpp257 return elf_debug_lookup_symbol(variableName + 1) != 0;
298 addr_t value = elf_debug_lookup_symbol(variableName + 1);
/haiku/src/system/kernel/
H A Delf.cpp1774 elf_debug_lookup_symbol(const char* searchName) function

Completed in 46 milliseconds