Searched refs:T_NULL (Results 1 - 25 of 26) sorted by relevance

12

/freebsd-9.3-release/contrib/gcc/
H A Dgsyms.h40 T_NULL = 0, enumerator in enum:sdb_type
H A Dsdbout.c1629 PUT_SDB_TYPE (T_NULL);
H A Dmips-tfile.c839 T_NULL = 0,
1140 T_NULL, /* original COFF-based type */
1201 /* Convert COFF basic type to ECOFF basic type. The T_NULL type
1209 bt_Nil, /* T_NULL */
833 T_NULL = 0, enumerator in enum:coff_type
/freebsd-9.3-release/contrib/tcpdump/
H A Dnameser.h111 #ifdef T_NULL
112 #undef T_NULL macro
148 #define T_NULL 10 /* null resource record */ macro
H A Dprint-domain.c257 { T_NULL, "NULL" }, /* RFC 1035 */
/freebsd-9.3-release/cddl/contrib/opensolaris/head/
H A Dsyms.h94 #define T_NULL 0 macro
/freebsd-9.3-release/contrib/binutils/binutils/
H A Dcoffgrok.h20 #define T_NULL 0 macro
H A Drdcoff.c258 case T_NULL:
754 /* Ignore static symbols with a type of T_NULL. These
756 if (syment.n_type == T_NULL)
H A Dcoffdump.c183 case T_NULL:
H A Dcoffgrok.c321 case T_NULL:
H A Dsrconv.c647 case T_NULL:
/freebsd-9.3-release/include/arpa/
H A Dnameser_compat.h151 #define T_NULL ns_t_null macro
/freebsd-9.3-release/contrib/binutils/bfd/
H A Dcofflink.c80 ret->type = T_NULL;
488 && (*sym_hash)->type == T_NULL)
495 if (sym.n_type != T_NULL)
503 if ((*sym_hash)->type != T_NULL
506 && (BTYPE ((*sym_hash)->type) == T_NULL
507 || BTYPE (sym.n_type) == T_NULL)))
515 if (BTYPE (sym.n_type) != T_NULL
516 || (*sym_hash)->type == T_NULL)
1505 && isym.n_type == T_NULL
1639 && islp->n_type != T_NULL
[all...]
H A Dcoffswap.h426 if (type == T_NULL)
524 if (type == T_NULL)
H A Dcoffgen.c978 native->u.syment.n_type = T_NULL;
1347 if (class == C_STAT && type == T_NULL)
1938 if (combined->u.syment.n_type == T_NULL)
2292 native->u.syment.n_type = T_NULL;
H A Dxcofflink.c4018 else if (isymp->n_sclass != C_STAT || isymp->n_type != T_NULL)
4842 irsym.n_type = T_NULL;
4849 bfd_coff_swap_aux_out (output_bfd, (void *) &iraux, T_NULL, C_HIDEXT,
5107 isym.n_type = T_NULL;
5114 bfd_coff_swap_aux_out (output_bfd, (void *) &aux, T_NULL, isym.n_sclass, 0, 1,
5131 bfd_coff_swap_aux_out (output_bfd, (void *) &aux, T_NULL, C_EXT, 0, 1,
H A Dcoff64-rs6000.c404 if (type == T_NULL)
495 if (type == T_NULL)
H A DpeXXigen.c248 if (type == T_NULL)
322 if (type == T_NULL)
H A Dcoffcode.h840 && isym.n_type == T_NULL
1584 native->u.syment.n_type = T_NULL;
3639 || csym->native->u.syment.n_type != T_NULL)
H A Dcoff-rs6000.c441 if (type == T_NULL)
550 if (type == T_NULL)
/freebsd-9.3-release/lib/libc/resolv/
H A Dres_mkquery.c163 ns_put16(T_NULL, cp);
/freebsd-9.3-release/contrib/amd/include/
H A Dam_defs.h1199 * Some systems like AIX have multiple definitions for T_NULL and others
1203 # ifdef T_NULL
1204 # undef T_NULL macro
1205 # endif /* T_NULL */
/freebsd-9.3-release/contrib/binutils/include/coff/
H A Dinternal.h466 #define T_NULL 0 macro
/freebsd-9.3-release/contrib/binutils/gas/config/
H A Dobj-coff.c324 S_SET_DATA_TYPE (symbolP, T_NULL);
/freebsd-9.3-release/contrib/gdb/gdb/
H A Dcoffread.c69 derived type. Using this rather than checking against T_NULL is
1799 case T_NULL:

Completed in 308 milliseconds

12