Searched refs:N_UNDEF (Results 1 - 12 of 12) sorted by relevance

/freebsd-11-stable/cddl/contrib/opensolaris/head/
H A Dsyms.h75 #define N_UNDEF 0 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/bfd/
H A Dcoffgen.c303 if (index == N_UNDEF)
567 syment->n_scnum = N_UNDEF;
577 syment->n_scnum = N_UNDEF;
915 native->u.syment.n_scnum = N_UNDEF;
982 native->u.syment.n_scnum = N_UNDEF;
987 native->u.syment.n_scnum = N_UNDEF;
2297 native->u.syment.n_scnum = N_UNDEF;
2302 native->u.syment.n_scnum = N_UNDEF;
H A Dxcofflink.c1236 || sym.n_scnum != N_UNDEF
2084 if (sym.n_sclass == C_EXT && sym.n_scnum != N_UNDEF)
4637 ldsym->l_scnum = N_UNDEF;
5052 isym.n_scnum = N_UNDEF;
5062 isym.n_scnum = N_UNDEF;
H A Dcofflink.c2495 isym.n_scnum = N_UNDEF;
2517 isym.n_scnum = N_UNDEF;
H A Dcoff-arm.c1726 && sym->n_scnum > N_UNDEF)
/freebsd-11-stable/contrib/gcc/
H A Dcollect2.c2316 ((X).n_scnum > N_UNDEF) && \
2322 ((X).n_scnum == N_UNDEF))
2326 ((X).n_scnum > N_UNDEF) && \
2331 (((X).n_sclass == C_EXT) && ((X).n_scnum == N_UNDEF))
/freebsd-11-stable/contrib/binutils/include/coff/
H A Dinternal.h458 #define N_UNDEF ((short)0) /* undefined symbol */ macro
/freebsd-11-stable/contrib/binutils/binutils/
H A Dcoffgrok.c516 if (sym->n_scnum == N_UNDEF)
/freebsd-11-stable/contrib/llvm-project/llvm/lib/MC/
H A DXCOFFObjectWriter.cpp110 // 0 Specifies N_UNDEF, an undefined external symbol.
555 Csect, XCOFF::ReservedSectionNum::N_UNDEF, Csect.MCCsect->getStorageClass());
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Object/
H A DXCOFFObjectFile.cpp451 case XCOFF::N_UNDEF:
452 return "N_UNDEF";
/freebsd-11-stable/contrib/gdb/gdb/
H A Dcoffread.c868 if (cs->c_secnum == N_UNDEF)

Completed in 222 milliseconds