Searched defs:dw_loc_list_struct (Results 1 – 2 of 2) sorted by relevance
1361 typedef struct GTY(()) dw_loc_list_struct { struct1362 dw_loc_list_ref dw_loc_next;1363 const char *begin; /* Label and addr_entry for start of range */1364 addr_table_entry *begin_entry;1365 const char *end; /* Label for end of range */1366 addr_table_entry *end_entry;1367 char *ll_symbol; /* Label for beginning of location list.1369 char *vl_symbol; /* Label for beginning of view list. Ditto. */1370 const char *section; /* Section this loclist is relative to */1371 dw_loc_descr_ref expr;[all …]
1305 typedef struct GTY(()) dw_loc_list_struct { struct1306 dw_loc_list_ref dw_loc_next;1307 const char *begin; /* Label and addr_entry for start of range */1308 addr_table_entry *begin_entry;1309 const char *end; /* Label for end of range */1310 char *ll_symbol; /* Label for beginning of location list.1312 char *vl_symbol; /* Label for beginning of view list. Ditto. */1313 const char *section; /* Section this loclist is relative to */1314 dw_loc_descr_ref expr;1315 var_loc_view vbegin, vend;[all …]