HomeSort by relevance Sort by last modified time
    Searched refs:N_DEBUG (Results 1 - 10 of 10) sorted by null

  /prebuilts/go/darwin-x86/src/cmd/internal/objfile/
pe.go 53 N_DEBUG = -2 // A debugging symbol
61 case N_DEBUG:
  /prebuilts/go/linux-x86/src/cmd/internal/objfile/
pe.go 53 N_DEBUG = -2 // A debugging symbol
61 case N_DEBUG:
  /toolchain/binutils/binutils-2.25/libiberty/
simple-object-xcoff.c 249 #define N_DEBUG (-2)
793 set_16 (&syms[0].sym.n_scnum[0], N_DEBUG);
  /toolchain/binutils/binutils-2.25/include/coff/
internal.h 502 #define N_DEBUG ((short)-2) /* debugging symbol -- value is meaningless */
  /toolchain/binutils/binutils-2.25/bfd/
coffgen.c 389 if (section_index == N_DEBUG)
829 section should be N_DEBUG. */
834 coff_section_from_bfd_index (bfd_ptr, N_DEBUG);
1011 native->u.syment.n_scnum = N_DEBUG;
    [all...]
cofflink.c     [all...]
coffcode.h     [all...]
xcofflink.c     [all...]
  /toolchain/binutils/binutils-2.25/binutils/
od-xcoff.c 791 case N_DEBUG:
792 printf ("N_DEBUG ");
    [all...]
  /toolchain/binutils/binutils-2.25/gas/config/
tc-ppc.c 1010 cause BFD to set the section number of a symbol to N_DEBUG. */
    [all...]

Completed in 103 milliseconds