HomeSort by: relevance | last modified time | path
    Searched defs:dw_loc_next (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/gcc/
dwarf2out.h 286 struct GTY((chain_next ("%h.dw_loc_next"))) dw_loc_descr_node {
287 dw_loc_descr_ref dw_loc_next; variable
dwarf2out.cc 1365 dw_loc_list_ref dw_loc_next;
1380 /* True if this list has been replaced by dw_loc_next. */
1464 for (d = list_head; (*d) != NULL; d = &(*d)->dw_loc_next)
1586 a = a->dw_loc_next;
1587 b = b->dw_loc_next;
1606 for (loc = *list_head; loc->dw_loc_next != NULL; loc = loc->dw_loc_next)
1612 loc->dw_loc_next = int_loc_descriptor (poly_offset);
1613 add_loc_descr (&loc->dw_loc_next, new_loc_descr (DW_OP_plus, 0, 0));
1632 loc->dw_loc_next = new_loc_descr (DW_OP_plus_uconst, offset, 0)
1362 dw_loc_list_ref dw_loc_next; member in struct:dw_loc_list_struct
    [all...]
  /src/external/gpl3/gcc/dist/gcc/
dwarf2out.h 286 struct GTY((chain_next ("%h.dw_loc_next"))) dw_loc_descr_node {
287 dw_loc_descr_ref dw_loc_next; variable
dwarf2out.cc 1363 dw_loc_list_ref dw_loc_next;
1378 /* True if this list has been replaced by dw_loc_next. */
1462 for (d = list_head; (*d) != NULL; d = &(*d)->dw_loc_next)
1584 a = a->dw_loc_next;
1585 b = b->dw_loc_next;
1604 for (loc = *list_head; loc->dw_loc_next != NULL; loc = loc->dw_loc_next)
1610 loc->dw_loc_next = int_loc_descriptor (poly_offset);
1611 add_loc_descr (&loc->dw_loc_next, new_loc_descr (DW_OP_plus, 0, 0));
1630 loc->dw_loc_next = new_loc_descr (DW_OP_plus_uconst, offset, 0)
1360 dw_loc_list_ref dw_loc_next; member in struct:dw_loc_list_struct
    [all...]

Completed in 44 milliseconds