Lines Matching refs:FindSymbol
146 FindSymbol("proc_off_p_list"), 4, -1, error); in DoUpdateThreadList()
148 ReadSignedIntegerFromMemory(FindSymbol("proc_off_p_pid"), 4, -1, error); in DoUpdateThreadList()
150 FindSymbol("proc_off_p_threads"), 4, -1, error); in DoUpdateThreadList()
152 FindSymbol("proc_off_p_comm"), 4, -1, error); in DoUpdateThreadList()
155 FindSymbol("thread_off_td_tid"), 4, -1, error); in DoUpdateThreadList()
157 FindSymbol("thread_off_td_plist"), 4, -1, error); in DoUpdateThreadList()
159 FindSymbol("thread_off_td_pcb"), 4, -1, error); in DoUpdateThreadList()
161 FindSymbol("thread_off_td_oncpu"), 4, -1, error); in DoUpdateThreadList()
163 FindSymbol("thread_off_td_name"), 4, -1, error); in DoUpdateThreadList()
174 ReadSignedIntegerFromMemory(FindSymbol("dumptid"), 4, -1, error); in DoUpdateThreadList()
175 lldb::addr_t dumppcb = FindSymbol("dumppcb"); in DoUpdateThreadList()
180 ReadSignedIntegerFromMemory(FindSymbol("pcb_size"), 4, -1, error); in DoUpdateThreadList()
181 lldb::addr_t stoppcbs = FindSymbol("stoppcbs"); in DoUpdateThreadList()
184 ReadSignedIntegerFromMemory(FindSymbol("osreldate"), 4, -1, error); in DoUpdateThreadList()
195 ReadPointerFromMemory(FindSymbol("allproc"), error); in DoUpdateThreadList()
275 lldb::addr_t ProcessFreeBSDKernel::FindSymbol(const char *name) { in FindSymbol() function in ProcessFreeBSDKernel