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

/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Symbol/
H A DFuncUnwinders.cpp56 FuncUnwinders::GetUnwindPlanAtCallSite (int current_offset) argument
83 if (current_offset != -1)
84 current_pc.SetOffset (current_pc.GetOffset() + current_offset);
/freebsd-10.1-release/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DFuncUnwinders.h38 // current_offset is the byte offset into the function.
44 GetUnwindPlanAtCallSite (int current_offset);
/freebsd-10.1-release/sbin/bsdlabel/
H A Dbsdlabel.c1130 u_long base_offset, needed, total_size, total_percent, current_offset; local
1341 current_offset = lp->d_secperunit;
1350 current_offset = pp->p_offset;
1353 if (current_offset - base_offset <= needed) {
1358 needed, base_offset, current_offset);
1362 lp->d_partitions[hog_part].p_size = current_offset -
1369 current_offset = BBSIZE / secsize; /* in sectors */
1379 pp->p_offset = current_offset;
1384 if (pp->p_offset < current_offset &&
1389 (long)pp->p_offset,i+'a',current_offset);
[all...]
/freebsd-10.1-release/contrib/gdb/gdb/
H A Dstack.c248 long current_offset = SYMBOL_VALUE (sym);
253 current_offset =
254 ((current_offset + arg_size + sizeof (int) - 1)
259 || (current_offset > highest_offset))
260 highest_offset = current_offset;
247 long current_offset = SYMBOL_VALUE (sym); local

Completed in 135 milliseconds