Searched defs:dw_loc_list_struct (Results 1 – 2 of 2) sorted by relevance
1306 typedef struct GTY(()) dw_loc_list_struct { struct1307 dw_loc_list_ref dw_loc_next;1308 const char *begin; /* Label and addr_entry for start of range */1309 addr_table_entry *begin_entry;1310 const char *end; /* Label for end of range */1311 char *ll_symbol; /* Label for beginning of location list.1313 char *vl_symbol; /* Label for beginning of view list. Ditto. */1314 const char *section; /* Section this loclist is relative to */1315 dw_loc_descr_ref expr;1316 var_loc_view vbegin, vend;[all …]
1210 typedef struct GTY(()) dw_loc_list_struct { struct1211 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;[all …]