Searched refs:DW_REG_TABLE_SIZE (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/dtrace-118.1/libdwarf/
H A Dlibdwarf.h160 DW_REG_TABLE_SIZE must be at least as large as
164 Ensure [0-DW_REG_TABLE_SIZE] does not overlap
174 #ifndef DW_REG_TABLE_SIZE
175 #define DW_REG_TABLE_SIZE 66 macro
191 Ensure this is > DW_REG_TABLE_SIZE.
199 Ensure this is > DW_REG_TABLE_SIZE.
263 struct Dwarf_Regtable_Entry_s rules[DW_REG_TABLE_SIZE];
H A Ddwarf_frame.c1487 The output table rules array is size DW_REG_TABLE_SIZE.
1502 /* Table size: DW_REG_TABLE_SIZE. */
1510 int output_table_real_data_size = DW_REG_TABLE_SIZE;
1541 for (; i < DW_REG_TABLE_SIZE; ++i, ++out_rule) {
1552 if (DW_FRAME_CFA_COL < DW_REG_TABLE_SIZE) {
1571 (normally DW_REG_TABLE_SIZE).

Completed in 121 milliseconds