| /netbsd/src/external/gpl3/binutils/dist/bfd/ |
| D | stabs.c | 321 if (type == (int) N_BINCL) in _bfd_link_section_stabs() 355 else if (incl_type == (int) N_BINCL) in _bfd_link_section_stabs() 412 ne->type = (int) N_BINCL; in _bfd_link_section_stabs() 463 else if (incl_type == (int) N_BINCL) in _bfd_link_section_stabs()
|
| D | pdp11.c | 4494 if (type == N_BINCL) in aout_link_write_symbols() 4514 else if (incl_type == N_BINCL) in aout_link_write_symbols() 4585 else if (incl_type == N_BINCL) in aout_link_write_symbols()
|
| D | aoutx.h | 5159 if (type == (int) N_BINCL) in aout_link_write_symbols() 5179 else if (incl_type == (int) N_BINCL) in aout_link_write_symbols() 5251 else if (incl_type == (int) N_BINCL) in aout_link_write_symbols()
|
| /netbsd/src/external/gpl3/gdb/dist/bfd/ |
| D | stabs.c | 321 if (type == (int) N_BINCL) in _bfd_link_section_stabs() 355 else if (incl_type == (int) N_BINCL) in _bfd_link_section_stabs() 412 ne->type = (int) N_BINCL; in _bfd_link_section_stabs() 463 else if (incl_type == (int) N_BINCL) in _bfd_link_section_stabs()
|
| D | pdp11.c | 4467 if (type == N_BINCL) in aout_link_write_symbols() 4487 else if (incl_type == N_BINCL) in aout_link_write_symbols() 4558 else if (incl_type == N_BINCL) in aout_link_write_symbols()
|
| D | aoutx.h | 5134 if (type == (int) N_BINCL) in aout_link_write_symbols() 5154 else if (incl_type == (int) N_BINCL) in aout_link_write_symbols() 5226 else if (incl_type == (int) N_BINCL) in aout_link_write_symbols()
|
| /netbsd/src/include/ |
| D | stab.h | 57 #define N_BINCL 0x82 /* include file beginning */ macro
|
| /netbsd/src/external/cddl/osnet/dist/tools/ctf/cvt/ |
| D | stabs.c | 250 stab->n_type == N_STSYM || stab->n_type == N_BINCL || in stabs_read() 260 if (stab->n_type == N_BINCL) { in stabs_read()
|
| D | ctftools.h | 134 #define N_BINCL 0x82 /* header file: name,,0,0,0 */ macro
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/ |
| D | stab.def | 125 __define_stab (N_BINCL, 0x82, "BINCL") 136 This and N_BINCL act as brackets around the file's output. 150 /* Place holder for deleted include file. Replaces a N_BINCL and everything
|
| D | xcoffout.cc | 252 case N_BINCL: in stab_to_sclass()
|
| D | dbxout.cc | 1111 dbxout_begin_simple_stabs (name, N_BINCL); in emit_bincl_stab()
|
| /netbsd/src/external/gpl3/gdb/dist/include/aout/ |
| D | stab.def | 160 __define_stab (N_BINCL, 0x82, "BINCL") 171 This and N_BINCL act as brackets around the file's output. 186 /* Place holder for deleted include file. Replaces a N_BINCL and everything
|
| /netbsd/src/external/gpl3/binutils/dist/include/aout/ |
| D | stab.def | 160 __define_stab (N_BINCL, 0x82, "BINCL") 171 This and N_BINCL act as brackets around the file's output. 186 /* Place holder for deleted include file. Replaces a N_BINCL and everything
|
| /netbsd/src/external/gpl3/gdb/dist/gdb/ |
| D | dbxread.c | 1309 case N_BINCL: in read_dbx_symtab() 2648 case N_BINCL: in process_one_symbol()
|
| D | mdebugread.c | 2947 case N_BINCL: in parse_partial_symbols()
|
| D | ChangeLog-1997 | 1275 * partial-stab.h (case N_BINCL): detect missing partial symtab. 1276 * dbxread.c: Add a complaint for N_BINCL without a corresponding
|
| D | ChangeLog-1992 | 14 * partial-stab.h (near N_BINCL): Remove redundant code in N_BINCL
|
| D | ChangeLog-1993 | 641 * partial-stab.h (case N_BINCL): Update psymtab_language
|
| /netbsd/src/external/gpl3/gdb/dist/gdb/doc/ |
| D | stabs.texinfo | 245 @code{N_BINCL} optimization to succeed more often; see @ref{Include 485 traditional @code{N_SOL} approach, Sun's @code{N_BINCL} approach, and the 487 common with @code{N_BINCL}). 496 @findex N_BINCL 499 The @code{N_BINCL} approach works as follows. An @code{N_BINCL} symbol 504 significant data in the @code{N_EINCL} symbol. @code{N_BINCL} and 508 an @code{N_BINCL} and @code{N_EINCL} pair (as will generally be the case 515 @code{N_BINCL} symbol to the total of all the characters in the stabs 518 @code{N_BINCL} symbol it replaces. This information can be used to 519 match up @code{N_EXCL} and @code{N_BINCL} symbols which have the same [all …]
|
| D | ChangeLog-1991-2021 | 12637 (Include Files): The GNU linker supports the N_BINCL 12638 optimization. Clarify the N_BINCL value, and what it is used 12746 linker creates for N_BINCL/N_EINCL/N_EXCL stabs.
|
| /netbsd/src/external/gpl3/binutils/dist/ld/ |
| D | NEWS | 881 the N_BINCL and N_EINCL stab types. This reduces the amount of debugging
|
| /netbsd/src/external/gpl3/binutils/dist/binutils/ |
| D | stabs.c | 586 case N_BINCL: in parse_stab()
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/doc/ |
| D | tm.texi.in | 6800 Define this macro if GCC should generate @code{N_BINCL} and 6804 generate @code{N_BINCL} or @code{N_EINCL} stabs, and it outputs a single
|
| D | tm.texi | 10109 Define this macro if GCC should generate @code{N_BINCL} and 10113 generate @code{N_BINCL} or @code{N_EINCL} stabs, and it outputs a single
|