Lines Matching defs:dw_loc_list_struct
1210 typedef struct GTY(()) dw_loc_list_struct { struct
1211 dw_loc_list_ref dw_loc_next;
1212 const char *begin; /* Label for begin address of range */
1213 const char *end; /* Label for end address of range */
1214 char *ll_symbol; /* Label for beginning of location list.
1216 const char *section; /* Section this loclist is relative to */
1217 dw_loc_descr_ref expr;
1218 hashval_t hash;
1221 bool resolved_addr;
1223 bool replaced;
1224 bool emitted;
1227 bool force;