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

12

/openbsd-current/gnu/gcc/gcc/
H A Dgsyms.h40 T_NULL = 0, enumerator in enum:sdb_type
/openbsd-current/gnu/usr.bin/gcc/gcc/
H A Dgsyms.h40 T_NULL = 0, enumerator in enum:sdb_type
/openbsd-current/lib/libc/net/
H A Dres_debug_syms.c113 {T_NULL, "NULL", "null"},
/openbsd-current/gnu/usr.bin/binutils/binutils/
H A Dcoffgrok.h20 #define T_NULL 0 macro
H A Drdcoff.c256 case T_NULL:
752 /* Ignore static symbols with a type of T_NULL. These
754 if (syment.n_type == T_NULL)
H A Dcoffdump.c184 case T_NULL:
H A Dcoffgrok.c319 case T_NULL:
/openbsd-current/gnu/usr.bin/binutils-2.17/binutils/
H A Dcoffgrok.h20 #define T_NULL 0 macro
H A Drdcoff.c256 case T_NULL:
752 /* Ignore static symbols with a type of T_NULL. These
754 if (syment.n_type == T_NULL)
H A Dcoffdump.c182 case T_NULL:
H A Dcoffgrok.c319 case T_NULL:
/openbsd-current/usr.sbin/tcpdump/
H A Dnameser.h121 #define T_NULL 10 /* null resource record */ macro
H A Dprint-domain.c265 { T_NULL, "NULL" }, /* RFC 1035 */
/openbsd-current/include/arpa/
H A Dnameser.h146 #define T_NULL 10 /* null resource record */ macro
/openbsd-current/gnu/usr.bin/binutils/bfd/
H A Dcofflink.c80 ret->type = T_NULL;
485 && (*sym_hash)->type == T_NULL)
492 if (sym.n_type != T_NULL)
500 if ((*sym_hash)->type != T_NULL
503 && (BTYPE ((*sym_hash)->type) == T_NULL
504 || BTYPE (sym.n_type) == T_NULL)))
513 if (BTYPE (sym.n_type) != T_NULL
514 || (*sym_hash)->type == T_NULL)
1511 && isym.n_type == T_NULL
1645 && islp->n_type != T_NULL
[all...]
H A Dpeicode.h590 esym->e_type = T_NULL;
602 ent->u.syment.n_type = T_NULL;
H A Dcoff-i960.c348 isym.n_type = T_NULL;
H A Dcoffgen.c1044 native->u.syment.n_type = T_NULL;
1495 if (class == C_STAT && type == T_NULL)
2112 if (combined->u.syment.n_type == T_NULL)
2463 native->u.syment.n_type = T_NULL;
/openbsd-current/gnu/usr.bin/binutils-2.17/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)
1509 && isym.n_type == T_NULL
1643 && islp->n_type != T_NULL
[all...]
H A Dcoffswap.h426 if (type == T_NULL)
524 if (type == T_NULL)
H A Dcoff-i960.c348 isym.n_type = T_NULL;
H A Dcoffgen.c978 native->u.syment.n_type = T_NULL;
1347 if (class == C_STAT && type == T_NULL)
1929 if (combined->u.syment.n_type == T_NULL)
2283 native->u.syment.n_type = T_NULL;
/openbsd-current/gnu/usr.bin/binutils/include/coff/
H A Dinternal.h466 #define T_NULL 0 macro
/openbsd-current/gnu/usr.bin/binutils-2.17/include/coff/
H A Dinternal.h466 #define T_NULL 0 macro
/openbsd-current/regress/lib/libc/asr/bin/
H A Dcommon.c111 { "NULL", T_NULL },

Completed in 316 milliseconds

12