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

  /prebuilts/go/darwin-x86/src/cmd/internal/objfile/
pe.go 51 N_UNDEF = 0 // An undefined (extern) symbol
57 case N_UNDEF:
  /prebuilts/go/linux-x86/src/cmd/internal/objfile/
pe.go 51 N_UNDEF = 0 // An undefined (extern) symbol
57 case N_UNDEF:
  /toolchain/binutils/binutils-2.25/bfd/
coffgen.c 387 if (section_index == N_UNDEF)
657 syment->n_scnum = N_UNDEF;
667 syment->n_scnum = N_UNDEF;
1017 native->u.syment.n_scnum = N_UNDEF;
1103 native->u.syment.n_scnum = N_UNDEF
    [all...]
xcofflink.c     [all...]
cofflink.c     [all...]
coff-arm.c     [all...]
  /toolchain/binutils/binutils-2.25/include/coff/
internal.h 500 #define N_UNDEF ((short)0) /* undefined symbol */
  /toolchain/binutils/binutils-2.25/binutils/
coffgrok.c 516 if (sym->n_scnum == N_UNDEF)
od-xcoff.c 797 case N_UNDEF:
798 printf ("N_UNDEF ");
    [all...]

Completed in 8507 milliseconds