Searched refs:N_BINCL (Results 1 - 14 of 14) sorted by relevance

/freebsd-10.1-release/include/
H A Dstab.h57 #define N_BINCL 0x82 /* include file beginning */ macro
/freebsd-10.1-release/contrib/binutils/include/aout/
H A Dstab.def150 __define_stab (N_BINCL, 0x82, "BINCL")
161 This and N_BINCL act as brackets around the file's output.
176 /* Place holder for deleted include file. Replaces a N_BINCL and everything
/freebsd-10.1-release/contrib/gcc/
H A Dstab.def127 __define_stab (N_BINCL, 0x82, "BINCL")
138 This and N_BINCL act as brackets around the file's output.
152 /* Place holder for deleted include file. Replaces a N_BINCL and everything
H A Dxcoffout.c247 case N_BINCL:
248 UNKNOWN_STAB ("N_BINCL");
H A Ddbxout.c207 /* When using N_BINCL in dbx output, each type number is actually a
1101 dbxout_begin_simple_stabs (name, N_BINCL);
1153 /* Change to reading from a new source file. Generate a N_BINCL stab. */
/freebsd-10.1-release/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dstabs.c246 stab->n_type == N_STSYM || stab->n_type == N_BINCL ||
256 if (stab->n_type == N_BINCL) {
H A Dctftools.h121 #define N_BINCL 0x82 /* header file: name,,0,0,0 */ macro
/freebsd-10.1-release/contrib/binutils/bfd/
H A Dstabs.c76 /* This structure is used to hold a list of N_BINCL symbols, some of
87 /* The type of this symbol (N_BINCL or N_EXCL). */
95 /* This is a linked list of N_BINCL symbols which should be
233 and identify N_BINCL symbols which can be eliminated. */
252 /* This symbol has already been handled by an N_BINCL pass. */
287 /* An N_BINCL symbol indicates the start of the stabs entries
292 if (type == (int) N_BINCL)
326 else if (incl_type == (int) N_BINCL)
383 ne->type = (int) N_BINCL;
432 else if (incl_type == (int) N_BINCL)
[all...]
H A Daoutx.h3423 /* A hash table used for header files with N_BINCL entries. */
4781 See the N_BINCL code below. */
5042 /* An N_BINCL symbol indicates the start of the stabs
5048 if (type == (int) N_BINCL)
5068 else if (incl_type == (int) N_BINCL)
5139 else if (incl_type == (int) N_BINCL)
/freebsd-10.1-release/usr.bin/ldd/
H A Dsods.c509 case N_BINCL: strcpy(type, "bincl"); break;
/freebsd-10.1-release/contrib/llvm/include/llvm/Support/
H A DMachO.h334 N_BINCL = 0x82u, enumerator in enum:llvm::MachO::StabType
/freebsd-10.1-release/contrib/gdb/gdb/
H A Ddbxread.c1546 case N_BINCL:
1570 "N_BINCL %s not in entries for any file, at symtab pos %d",
2956 case N_BINCL:
H A Dmdebugread.c2913 case N_BINCL:
/freebsd-10.1-release/contrib/binutils/binutils/
H A Dstabs.c74 /* A stack of unfinished N_BINCL files. */
76 /* A list of finished N_BINCL files. */
553 case N_BINCL:
561 /* End an N_BINCL include. */
567 /* This is a duplicate of a header file named by N_BINCL which
3105 N_BINCL. */
3109 /* The next N_BINCL file. */
3111 /* The next N_BINCL on the stack. */
3123 /* Start a new N_BINCL file, pushing it onto the stack. */
3148 /* Finish an N_BINCL fil
[all...]

Completed in 289 milliseconds