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

/illumos-gate/usr/src/tools/ctf/dwarf/common/
H A Ddwarf_frame.c126 (2) If search_pc is true, frame instructions are executed till
138 search_pc - Search for a pc value? 0/1
153 Dwarf_Bool search_pc,
206 /* Becomes true when search_pc is true and current_loc */
355 search_over = search_pc &&
428 search_over = search_pc && (new_loc > search_pc_val);
448 search_over = search_pc &&
470 search_over = search_pc &&
492 search_over = search_pc &&
1482 /* search_pc */ fals
151 _dwarf_exec_frame_instr(Dwarf_Bool make_instr, Dwarf_Frame_Op ** ret_frame_instr, Dwarf_Bool search_pc, Dwarf_Addr search_pc_val, Dwarf_Addr initial_loc, Dwarf_Small * start_instr_ptr, Dwarf_Small * final_instr_ptr, Dwarf_Frame table, Dwarf_Cie cie, Dwarf_Debug dbg, Dwarf_Half reg_num_of_cfa, Dwarf_Sword * returned_count, int *returned_error) argument
[all...]

Completed in 76 milliseconds