Searched refs:readSymbol (Results 1 - 2 of 2) sorted by relevance

/gem5/src/arch/arm/
H A Dstacktrace.cc48 readSymbol(ThreadContext *tc, const std::string name) function in namespace:ArmISA
62 thread_info_size = readSymbol(tc, "thread_info_size");
63 task_struct_size = readSymbol(tc, "task_struct_size");
64 task_off = readSymbol(tc, "thread_info_task");
65 pid_off = readSymbol(tc, "task_struct_pid");
66 name_off = readSymbol(tc, "task_struct_comm");
/gem5/src/arch/x86/
H A Dstacktrace.cc48 readSymbol(ThreadContext *tc, const std::string name) function in namespace:X86ISA
62 thread_info_size = readSymbol(tc, "thread_info_size");
63 task_struct_size = readSymbol(tc, "task_struct_size");
64 task_off = readSymbol(tc, "thread_info_task");
65 pid_off = readSymbol(tc, "task_struct_pid");
66 name_off = readSymbol(tc, "task_struct_comm");

Completed in 5 milliseconds