Lines Matching refs:FindSymbol
145 FindSymbol("proc_off_p_list"), 4, -1, error); in DoUpdateThreadList()
147 ReadSignedIntegerFromMemory(FindSymbol("proc_off_p_pid"), 4, -1, error); in DoUpdateThreadList()
149 FindSymbol("proc_off_p_threads"), 4, -1, error); in DoUpdateThreadList()
151 FindSymbol("proc_off_p_comm"), 4, -1, error); in DoUpdateThreadList()
154 FindSymbol("thread_off_td_tid"), 4, -1, error); in DoUpdateThreadList()
156 FindSymbol("thread_off_td_plist"), 4, -1, error); in DoUpdateThreadList()
158 FindSymbol("thread_off_td_pcb"), 4, -1, error); in DoUpdateThreadList()
160 FindSymbol("thread_off_td_oncpu"), 4, -1, error); in DoUpdateThreadList()
162 FindSymbol("thread_off_td_name"), 4, -1, error); in DoUpdateThreadList()
173 ReadSignedIntegerFromMemory(FindSymbol("dumptid"), 4, -1, error); in DoUpdateThreadList()
174 lldb::addr_t dumppcb = FindSymbol("dumppcb"); in DoUpdateThreadList()
179 ReadSignedIntegerFromMemory(FindSymbol("pcb_size"), 4, -1, error); in DoUpdateThreadList()
180 lldb::addr_t stoppcbs = FindSymbol("stoppcbs"); in DoUpdateThreadList()
189 ReadPointerFromMemory(FindSymbol("allproc"), error); in DoUpdateThreadList()
269 lldb::addr_t ProcessFreeBSDKernel::FindSymbol(const char *name) { in FindSymbol() function in ProcessFreeBSDKernel