Home
last modified time | relevance | path

Searched refs:new_loc (Results 1 – 1 of 1) sorted by relevance

/titanic_41/usr/src/tools/ctf/dwarf/common/
H A Ddwarf_frame.c408 Dwarf_Addr new_loc = 0; in _dwarf_exec_frame_instr() local
410 READ_UNALIGNED(dbg, new_loc, Dwarf_Addr, in _dwarf_exec_frame_instr()
413 if (new_loc != 0 && current_loc != 0) { in _dwarf_exec_frame_instr()
419 if (new_loc <= current_loc) { in _dwarf_exec_frame_instr()
428 search_over = search_pc && (new_loc > search_pc_val); in _dwarf_exec_frame_instr()
432 current_loc = new_loc; in _dwarf_exec_frame_instr()
434 fp_offset = new_loc; in _dwarf_exec_frame_instr()