Home
last modified time | relevance | path

Searched refs:N_DEBUG (Results 1 – 25 of 27) sorted by relevance

12

/openbsd/gnu/llvm/llvm/include/llvm/BinaryFormat/
H A DXCOFF.h45 enum ReservedSectionNum : int16_t { N_DEBUG = -2, N_ABS = -1, N_UNDEF = 0 }; enumerator
/openbsd/gnu/usr.bin/binutils/include/coff/
H A Dinternal.h460 #define N_DEBUG ((short)-2) /* debugging symbol -- value is meaningless */ macro
/openbsd/gnu/usr.bin/binutils-2.17/include/coff/
H A Dinternal.h460 #define N_DEBUG ((short)-2) /* debugging symbol -- value is meaningless */ macro
/openbsd/gnu/usr.bin/binutils-2.17/bfd/
H A Dcoffgen.c305 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 Dcofflink.c1521 && (isym.n_scnum == N_DEBUG in _bfd_coff_link_input_bfd()
H A Dcoffcode.h4483 if (src->u.syment.n_scnum == N_DEBUG) in coff_slurp_symbol_table()
H A Dxcofflink.c3713 && isym.n_scnum == N_DEBUG) in xcoff_link_input_bfd()
H A DChangeLog-9899841 * coffcode.h (coff_slurp_symbol_table): Change a -2 to N_DEBUG.
H A DChangeLog-94951244 (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 Dcoffgen.c338 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 Dcofflink.c1523 && (isym.n_scnum == N_DEBUG in _bfd_coff_link_input_bfd()
H A Dcoffcode.h4677 if (src->u.syment.n_scnum == N_DEBUG)
H A Dxcofflink.c4507 && isym.n_scnum == N_DEBUG)
H A DChangeLog-9899841 * coffcode.h (coff_slurp_symbol_table): Change a -2 to N_DEBUG.
H A DChangeLog-94951244 (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 DXCOFFObjectWriter.cpp133 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 Dobj-coff.h477 #define C_DEBUG_SECTION N_DEBUG
H A Dtc-ppc.c1331 ppc_coff_debug_section = coff_section_from_bfd_index (stdoutput, N_DEBUG); in md_begin()
/openbsd/gnu/llvm/llvm/lib/ObjectYAML/
H A DXCOFFEmitter.cpp76 {StringRef("N_DEBUG"), XCOFF::N_DEBUG},
/openbsd/gnu/usr.bin/binutils/gdb/
H A Dcoffread.c759 && cs->c_secnum == N_DEBUG) in coff_symtab_read()
/openbsd/gnu/llvm/llvm/lib/Object/
H A DXCOFFObjectFile.cpp810 case XCOFF::N_DEBUG: in getSymbolSectionName()
/openbsd/gnu/usr.bin/binutils-2.17/gas/config/
H A Dtc-ppc.c1347 ppc_coff_debug_section = coff_section_from_bfd_index (stdoutput, N_DEBUG); in md_begin()
/openbsd/gnu/llvm/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp2491 if (XCOFF::N_DEBUG == XCOFFSym.getSectionNumber()) in printSymbol()
/openbsd/gnu/usr.bin/binutils/bfd/doc/
H A Dbfdint.texi754 @samp{N_DEBUG} section when it is written out. This is called via
/openbsd/gnu/usr.bin/binutils-2.17/bfd/doc/
H A Dbfdint.texi754 @samp{N_DEBUG} section when it is written out. This is called via

12