Searched refs:Dwarf_Frame_Op (Results 1 - 5 of 5) sorted by relevance

/macosx-10.9.5/dtrace-118.1/libdwarf/
H A Ddwarf_frame.h178 /* This is used to chain together Dwarf_Frame_Op structures. */
180 Dwarf_Frame_Op *fl_frame_instr;
358 Dwarf_Frame_Op ** ret_frame_instr,
H A Ddwarf_frame3.c72 Dwarf_Frame_Op *frame_inst;
132 Dwarf_Frame_Op *finst = frame_inst + j;
228 Dwarf_Frame_Op *finst2 = frame_inst + j;
H A Ddwarf_frame.c118 Dwarf_Frame_Op structures containing the frame instructions
149 Dwarf_Frame_Op ** ret_frame_instr,
225 form a chain of Dwarf_Frame_Op structs. Dealloc_instr_ptr is
228 Dwarf_Frame_Op structs executed. */
229 Dwarf_Frame_Op *curr_instr;
233 Dwarf_Frame_Op *head_instr_block;
908 curr_instr = (Dwarf_Frame_Op *)
975 /* Allocate list of pointers to Dwarf_Frame_Op's. */
976 head_instr_block = (Dwarf_Frame_Op *)
984 Store pointers to Dwarf_Frame_Op'
[all...]
H A Ddwarf_alloc.c192 {11, sizeof(Dwarf_Frame_Op), BIG_ALLOC, 0, 0}
491 size = count * sizeof(Dwarf_Frame_Op);
H A Dlibdwarf.h143 } Dwarf_Frame_Op; /* DWARF2 */ typedef in typeref:struct:__anon8349
449 #define DW_DLA_FRAME_OP 0x13 /* Dwarf_Frame_Op */
1407 Dwarf_Frame_Op** /*returned_op_list*/,

Completed in 156 milliseconds