Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-8.0/gcc/
H A Ddbxout.c3413 const char *comm_new; in dbxout_syms() local
3418 comm_new = dbxout_common_check (syms, &temp); in dbxout_syms()
3419 copen = comm_new != NULL in dbxout_syms()
3420 && (comm_prev == NULL || strcmp (comm_new, comm_prev)); in dbxout_syms()
3422 && (comm_new == NULL || strcmp (comm_new, comm_prev)); in dbxout_syms()
3427 dbxout_common_name (syms, comm_new, N_BCOMM); in dbxout_syms()
3430 comm_prev = comm_new; in dbxout_syms()
/dragonfly/contrib/gcc-4.7/gcc/
H A Ddbxout.c3392 const char *comm_new; in dbxout_syms() local
3397 comm_new = dbxout_common_check (syms, &temp); in dbxout_syms()
3398 copen = comm_new != NULL in dbxout_syms()
3399 && (comm_prev == NULL || strcmp (comm_new, comm_prev)); in dbxout_syms()
3401 && (comm_new == NULL || strcmp (comm_new, comm_prev)); in dbxout_syms()
3406 dbxout_common_name (syms, comm_new, N_BCOMM); in dbxout_syms()
3409 comm_prev = comm_new; in dbxout_syms()