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

/illumos-gate/usr/src/tools/ctf/dwarf/common/
H A Ddwarf_frame.c408 Dwarf_Addr new_loc = 0; local
410 READ_UNALIGNED(dbg, new_loc, Dwarf_Addr,
413 if (new_loc != 0 && current_loc != 0) {
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) {
428 search_over = search_pc && (new_loc > search_pc_val);
432 current_loc = new_loc;
434 fp_offset = new_loc;

Completed in 62 milliseconds