Searched refs:lookup_symbol (Results 1 - 4 of 4) sorted by relevance

/haiku/src/system/kernel/arch/riscv64/
H A Darch_debug.cpp145 lookup_symbol(Thread* thread, addr_t address, addr_t* _baseAddress, function
208 if (lookup_symbol(thread, pc, &baseAddress,
/haiku/src/system/kernel/arch/arm/
H A Darch_debug.cpp71 lookup_symbol(Thread* thread, addr_t address, addr_t* _baseAddress, function
301 status = lookup_symbol(thread, ip, &baseAddress, &symbol, &image,
/haiku/src/system/kernel/arch/arm64/
H A Darch_debug.cpp63 lookup_symbol(Thread* thread, addr_t address, addr_t* _baseAddress, function
292 status = lookup_symbol(thread, ip, &baseAddress, &symbol, &image,
/haiku/src/system/kernel/arch/x86/
H A Darch_debug.cpp106 lookup_symbol(Thread* thread, addr_t address, addr_t* _baseAddress, function
389 status = lookup_symbol(thread, ip, &baseAddress, &symbol, &image,
770 status = lookup_symbol(thread, eip, &baseAddress, &symbol, &image,
977 if (lookup_symbol(thread, ip, NULL, &symbol, NULL, NULL) != B_OK)

Completed in 45 milliseconds