Home | History | Annotate | Download | only in bfd

Lines Matching refs:N_BINCL

77 /* This structure is used to hold a list of N_BINCL symbols, some of
88 /* The type of this symbol (N_BINCL or N_EXCL). */
96 /* This is a linked list of N_BINCL symbols which should be
234 and identify N_BINCL symbols which can be eliminated. */
253 /* This symbol has already been handled by an N_BINCL pass. */
288 /* An N_BINCL symbol indicates the start of the stabs entries
293 if (type == (int) N_BINCL)
327 else if (incl_type == (int) N_BINCL)
384 ne->type = (int) N_BINCL;
435 else if (incl_type == (int) N_BINCL)
680 /* Handle each N_BINCL entry. */