Lines Matching defs:second

31    mechanism.  The second part, controlled only by an #ifdef
591 output_fde (dw_fde_ref fde, bool for_eh, bool second,
621 begin = second ? fde->dw_fde_second_begin : fde->dw_fde_begin;
622 end = second ? fde->dw_fde_second_end : fde->dw_fde_end;
661 ASM_GENERATE_INTERNAL_LABEL (l1, second ? "LLSDAC" : "LLSDA",
690 else if (!second)
970 dwarf2out_do_cfi_startproc (bool second)
1008 ASM_GENERATE_INTERNAL_LABEL (lab, second ? "LLSDAC" : "LLSDA",
2152 unsigned HOST_WIDE_INT first, second;
2157 second = val2->v.val_double.low;
2162 second = val2->v.val_double.high;
2167 second, NULL);
2407 unsigned HOST_WIDE_INT first, second;
2414 second = val2->v.val_double.low;
2419 second = val2->v.val_double.high;
2422 dw2_asm_output_data (l, second, NULL);
3460 NULL as second operand. */
10708 unsigned HOST_WIDE_INT first, second;
10719 second = a->dw_attr_val.v.val_double.low;
10724 second = a->dw_attr_val.v.val_double.high;
10730 second, NULL);
14134 entry and a is the second one). The KIND of comparison can be LT_EXPR,
14582 appear in the second operand of MINUS. */
17275 of first partition and second one starting at the
17276 beginning of second partition. */
17769 one stack slot per argument (0 for the first one, 1 for the second
22427 /* Make our second (and final) pass over the list of formal parameter types
23159 simplified subprogram DIE for the second segment with the
23161 linkage name for the second die so that gdb will find both
23387 DIEs for the locals. The second time, we fill in the
23825 the second pass. */
24919 is consistant with the same analysis in the second
27989 the debugger has used the second (possibly duplicate) line number
27993 that second line number entry. */
28344 macinfo_entry *first, *second, *cur, *inc;
28354 second = &(*macinfo_table)[idx + 1];
28360 if (second->code != DW_MACINFO_define && second->code != DW_MACINFO_undef)
28364 if (first->lineno > 1 || second->lineno > 1)
28442 in the second pass. */
32208 would end up either adding a second copy of the AT_pubnames attribute, or