/openbsd/gnu/llvm/llvm/include/llvm/BinaryFormat/ |
H A D | XCOFF.h | 45 enum ReservedSectionNum : int16_t { N_DEBUG = -2, N_ABS = -1, N_UNDEF = 0 }; enumerator
|
/openbsd/gnu/usr.bin/binutils/include/coff/ |
H A D | internal.h | 460 #define N_DEBUG ((short)-2) /* debugging symbol -- value is meaningless */ macro
|
/openbsd/gnu/usr.bin/binutils-2.17/include/coff/ |
H A D | internal.h | 460 #define N_DEBUG ((short)-2) /* debugging symbol -- value is meaningless */ macro
|
/openbsd/gnu/usr.bin/binutils-2.17/bfd/ |
H A D | coffgen.c | 305 if (index == N_DEBUG) in coff_section_from_bfd_index() 741 coff_section_from_bfd_index (bfd_ptr, N_DEBUG); in coff_mangle_symbols() 909 native->u.syment.n_scnum = N_DEBUG; in coff_write_symbol() 2171 if (s->u.syment.n_scnum == N_DEBUG) in coff_find_nearest_line()
|
H A D | cofflink.c | 1521 && (isym.n_scnum == N_DEBUG in _bfd_coff_link_input_bfd()
|
H A D | coffcode.h | 4483 if (src->u.syment.n_scnum == N_DEBUG) in coff_slurp_symbol_table()
|
H A D | xcofflink.c | 3713 && isym.n_scnum == N_DEBUG) in xcoff_link_input_bfd()
|
H A D | ChangeLog-9899 | 841 * coffcode.h (coff_slurp_symbol_table): Change a -2 to N_DEBUG.
|
H A D | ChangeLog-9495 | 1244 (coff_write_symbol): Only use N_DEBUG if the symbol is in the 4198 BSF_DEBUGGING is set, set section to N_DEBUG.
|
/openbsd/gnu/usr.bin/binutils/bfd/ |
H A D | coffgen.c | 338 if (index == N_DEBUG) 791 coff_section_from_bfd_index (bfd_ptr, N_DEBUG); 967 native->u.syment.n_scnum = N_DEBUG; 2359 if (s->u.syment.n_scnum == N_DEBUG)
|
H A D | cofflink.c | 1523 && (isym.n_scnum == N_DEBUG in _bfd_coff_link_input_bfd()
|
H A D | coffcode.h | 4677 if (src->u.syment.n_scnum == N_DEBUG)
|
H A D | xcofflink.c | 4507 && isym.n_scnum == N_DEBUG)
|
H A D | ChangeLog-9899 | 841 * coffcode.h (coff_slurp_symbol_table): Change a -2 to N_DEBUG.
|
H A D | ChangeLog-9495 | 1244 (coff_write_symbol): Only use N_DEBUG if the symbol is in the 4198 BSF_DEBUGGING is set, set section to N_DEBUG.
|
/openbsd/gnu/llvm/llvm/lib/MC/ |
H A D | XCOFFObjectWriter.cpp | 133 XCOFF::ReservedSectionNum::N_DEBUG - 1; 1032 writeSymbolEntry(F.first, /*Value=*/0, XCOFF::ReservedSectionNum::N_DEBUG, in writeSymbolTable()
|
/openbsd/gnu/usr.bin/binutils/gas/config/ |
H A D | obj-coff.h | 477 #define C_DEBUG_SECTION N_DEBUG
|
H A D | tc-ppc.c | 1331 ppc_coff_debug_section = coff_section_from_bfd_index (stdoutput, N_DEBUG); in md_begin()
|
/openbsd/gnu/llvm/llvm/lib/ObjectYAML/ |
H A D | XCOFFEmitter.cpp | 76 {StringRef("N_DEBUG"), XCOFF::N_DEBUG},
|
/openbsd/gnu/usr.bin/binutils/gdb/ |
H A D | coffread.c | 759 && cs->c_secnum == N_DEBUG) in coff_symtab_read()
|
/openbsd/gnu/llvm/llvm/lib/Object/ |
H A D | XCOFFObjectFile.cpp | 810 case XCOFF::N_DEBUG: in getSymbolSectionName()
|
/openbsd/gnu/usr.bin/binutils-2.17/gas/config/ |
H A D | tc-ppc.c | 1347 ppc_coff_debug_section = coff_section_from_bfd_index (stdoutput, N_DEBUG); in md_begin()
|
/openbsd/gnu/llvm/llvm/tools/llvm-objdump/ |
H A D | llvm-objdump.cpp | 2491 if (XCOFF::N_DEBUG == XCOFFSym.getSectionNumber()) in printSymbol()
|
/openbsd/gnu/usr.bin/binutils/bfd/doc/ |
H A D | bfdint.texi | 754 @samp{N_DEBUG} section when it is written out. This is called via
|
/openbsd/gnu/usr.bin/binutils-2.17/bfd/doc/ |
H A D | bfdint.texi | 754 @samp{N_DEBUG} section when it is written out. This is called via
|