Home
last modified time | relevance | path

Searched refs:bincl_status (Results 1 – 2 of 2) sorted by relevance

/trueos/contrib/gcc/
HDdbxout.c216 enum binclstatus bincl_status; /* Keep track of lazy bincl. */ member
1054 current_file->bincl_status = BINCL_NOT_REQUIRED; in dbxout_init()
1119 while (f->bincl_status == BINCL_PENDING) in emit_pending_bincls()
1127 if (f->bincl_status == BINCL_PENDING) in emit_pending_bincls()
1133 f->bincl_status = BINCL_PROCESSED; in emit_pending_bincls()
1166 n->bincl_status = BINCL_PENDING; in dbxout_start_source_file()
1180 if (current_file->bincl_status == BINCL_PROCESSED) in dbxout_end_source_file()
1185 current_file->bincl_status = BINCL_NOT_REQUIRED; in dbxout_end_source_file()
HDChangeLog-200316242 (struct dbx_file): New members - bincl_status, pending_bincl_name and