Searched refs:cdtor_record (Results 1 – 2 of 2) sorted by relevance
89 typedef struct GTY(()) cdtor_record { struct93 } cdtor_record; typedef95 static GTY(()) vec<cdtor_record, va_gc> *ctors = NULL;96 static GTY(()) vec<cdtor_record, va_gc> *dtors = NULL;1826 cdtor_record new_elt = {symbol, priority, vec_safe_length (ctors)}; in machopic_asm_out_constructor()1837 cdtor_record new_elt = {symbol, priority, vec_safe_length (dtors)}; in machopic_asm_out_destructor()1848 const cdtor_record *cda = (const cdtor_record *)a; in sort_cdtor_records()1849 const cdtor_record *cdb = (const cdtor_record *)b; in sort_cdtor_records()1865 cdtor_record *elt; in finalize_ctors()1890 cdtor_record *elt; in finalize_dtors()
38158 * config/darwin.c (cdtor_record): Rename ctor_record.