Searched refs:N_DEBUG (Results 1 - 11 of 11) sorted by relevance

/freebsd-11-stable/cddl/contrib/opensolaris/head/
H A Dsyms.h79 #define N_DEBUG -2 macro
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DXCOFF.h25 enum ReservedSectionNum { N_DEBUG = -2, N_ABS = -1, N_UNDEF = 0 }; enumerator in enum:llvm::XCOFF::ReservedSectionNum
/freebsd-11-stable/contrib/binutils/include/coff/
H A Dinternal.h460 #define N_DEBUG ((short)-2) /* debugging symbol -- value is meaningless */ macro
/freebsd-11-stable/contrib/binutils/bfd/
H A Dcoffgen.c305 if (index == N_DEBUG)
736 section should be N_DEBUG. */
741 coff_section_from_bfd_index (bfd_ptr, N_DEBUG);
909 native->u.syment.n_scnum = N_DEBUG;
2180 if (s->u.syment.n_scnum == N_DEBUG)
H A Dcofflink.c1518 && (isym.n_scnum == N_DEBUG
H A Dcoffcode.h4492 if (src->u.syment.n_scnum == N_DEBUG)
H A Dxcofflink.c3720 && isym.n_scnum == N_DEBUG)
/freebsd-11-stable/contrib/llvm-project/llvm/lib/MC/
H A DXCOFFObjectWriter.cpp107 // -2 Specifies N_DEBUG, a special symbolic debugging symbol.
111 // Therefore, we choose -3 (N_DEBUG - 1) to represent a section index that
114 XCOFF::ReservedSectionNum::N_DEBUG - 1;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Object/
H A DXCOFFObjectFile.cpp447 case XCOFF::N_DEBUG:
448 return "N_DEBUG";
/freebsd-11-stable/contrib/gdb/gdb/
H A Dcoffread.c761 && cs->c_secnum == N_DEBUG)
/freebsd-11-stable/contrib/binutils/gas/config/
H A Dtc-ppc.c759 cause BFD to set the section number of a symbol to N_DEBUG. */
1413 ppc_coff_debug_section = coff_section_from_bfd_index (stdoutput, N_DEBUG);

Completed in 616 milliseconds