Searched defs:current_loc (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/tools/ctf/dwarf/common/
H A Ddwarf_frame.c185 Dwarf_Addr current_loc = initial_loc; /* code location/ local
206 /* Becomes true when search_pc is true and current_loc */
356 (current_loc + adv_pc > search_pc_val);
359 current_loc = current_loc + adv_pc;
413 if (new_loc != 0 && current_loc != 0) {
414 /* Pre-relocation or before current_loc is set the
415 test comparing new_loc and current_loc makes no
417 (fallible) to check that current_loc, new_loc
419 if (new_loc <= current_loc) {
[all...]

Completed in 60 milliseconds