Searched refs:code_start (Results 1 - 7 of 7) sorted by relevance

/freebsd-10.2-release/sys/contrib/ia64/libuwx/src/
H A Duwx_utable.h27 uint64_t code_start; member in struct:uwx_utable_entry
H A Duwx_utable.c154 uint32_t code_start; local
173 len = COPYIN_UINFO_4((char *)&code_start,
180 uwx_swap4(&code_start);
183 TRACE_T_BINSEARCH32(lb, ub, mid, code_start, code_end)
186 else if (ip < code_start)
200 uentry->code_start = SWIZZLE(text_base + code_start);
227 uint64_t code_start; local
244 len = COPYIN_UINFO_8((char *)&code_start, unwind_start+mid*3*DWORDSZ);
250 uwx_swap8(&code_start);
[all...]
H A Duwx_env.h86 uint64_t code_start; member in struct:uwx_env
H A Duwx_step.c85 env->code_start = 0;
177 env->code_start = uentry.code_start;
191 uentry.code_start = 0;
217 uentry.code_start = uvec[i+1];
218 env->code_start = uentry.code_start;
H A Duwx_trace.h257 #define TRACE_T_BINSEARCH32(lb, ub, mid, code_start, code_end) \
260 lb, ub, mid, code_start, code_end);
361 #define TRACE_T_BINSEARCH32(lb, ub, mid, code_start, code_end)
H A Duwx_env.c102 env->code_start = 0;
H A Duwx_uinfo.c96 env->function_offset = env->remapped_ip - uentry->code_start;
143 - uentry->code_start)

Completed in 102 milliseconds