Searched refs:s_type (Results 1 - 18 of 18) sorted by relevance

/freebsd-11-stable/contrib/elftoolchain/libelftc/
H A Delftc_reloc_type_str.c37 static char s_type[32]; local
832 snprintf(s_type, sizeof(s_type), "<unknown: %#x>", type);
833 return (s_type);
/freebsd-11-stable/contrib/ipfilter/
H A Dsnoop.h19 int s_type; member in struct:snoophdr
/freebsd-11-stable/contrib/apr/include/
H A Dapr_general.h102 * @param s_type structure type name
107 #define APR_OFFSETOF(s_type,field) offsetof(s_type,field)
109 #define APR_OFFSETOF(s_type,field) APR_OFFSET(s_type*,field)
/freebsd-11-stable/usr.bin/xlint/lint1/
H A Ddecl.c870 tpp = &sym->s_type;
981 t = (tp = dsym->s_type)->t_tspec;
1022 dsym->s_type = tp = duptyp(gettyp(t = INT));
1039 dsym->s_type->t_isfield = 0;
1045 dsym->s_type = tp = incref(tp, t = PTR);
1053 if ((sz = length(dsym->s_type, dsym->s_name)) == 0) {
1054 if (t == ARRAY && dsym->s_type->t_dim == 0) {
1125 dsym->s_type = gettyp(UINT);
1128 dsym->s_type = duptyp(dsym->s_type);
[all...]
H A Dinit.c146 if (initsym->s_type->t_tspec == ARRAY && incompl(initsym->s_type))
147 initsym->s_type = duptyp(initsym->s_type);
150 istk->i_subt = initsym->s_type;
184 istk->i_subt = m->s_type;
206 istk->i_subt = m->s_type;
333 istk->i_subt = m->s_type;
343 istk->i_subt = m->s_type;
502 initsym->s_type
[all...]
H A Demit1.c143 outtype(arg->s_type);
228 if (sc != EXTERN && !(sc == STATIC && sym->s_type->t_tspec == FUNC))
283 outtype(sym->s_type);
379 outtype(arg->s_type);
380 outtype(fsym->s_type->t_subt);
382 outtype(fsym->s_type);
H A Dfunc.c233 if (!fsym->s_type->t_proto && fsym->s_args == NULL)
242 if (fsym->s_type->t_subt->t_tspec != VOID &&
243 incompl(fsym->s_type->t_subt)) {
264 for (arg = fsym->s_type->t_args; arg != NULL; arg = arg->s_nxt) {
307 if (fsym->s_osdef && rdsym->s_type->t_proto)
324 if (fsym->s_osdef && !fsym->s_type->t_proto) {
348 if (funcsym->s_type->t_subt->t_tspec != VOID &&
979 if (tn != NULL && funcsym->s_type->t_subt->t_tspec == VOID) {
984 } else if (tn == NULL && funcsym->s_type->t_subt->t_tspec != VOID) {
999 ln->tn_type = tduptyp(funcsym->s_type
[all...]
H A Dcgram.y346 if ($1->s_type->t_tspec != FUNC) {
351 if ($1->s_type->t_typedef) {
501 $$ = getsym($1)->s_type;
510 $$ = getsym($1)->s_type;
1191 $$ = $2->s_type;
H A Dlint1.h233 type_t *s_type; /* type */ member in struct:sym
H A Dtree.c303 sym->s_type = incref(sym->s_type, FUNC);
322 sym->s_type = incref(gettyp(CHAR), PTR);
323 sym->s_type->t_const = 1;
333 n->tn_type = sym->s_type;
337 if (sym->s_kind == FVFT && sym->s_type->t_tspec != FUNC)
466 eq = eqtype(csym->s_type, sym->s_type, 0, 0, &w) && !w;
476 tp1 = csym->s_type;
477 tp2 = sym->s_type;
[all...]
/freebsd-11-stable/usr.bin/xlint/lint2/
H A Dlint2.h127 u_short s_type; /* type */ member in struct:sym::__anon13878
143 #define s_type s_s.s_type macro
H A Dchk.c104 TP(sym->s_type)->t_tspec == FUNC &&
105 TP(sym->s_type)->t_proto) {
181 if (TP(sym->s_type)->t_tspec == FUNC)
249 t1 = (tp1 = TP(def->s_type)->t_subt)->t_tspec;
306 tp1 = TP(def->s_type);
310 tp2 = TP(sym->s_type);
353 if ((tp1 = TP(def->s_type))->t_tspec != FUNC)
356 } else if (decl != NULL && TP(decl->s_type)->t_proto) {
357 if ((tp1 = TP(decl->s_type))->t_tspec != FUNC)
453 * (decl != NULL && TP(decl->s_type)
[all...]
H A Demit2.c172 if (TP(sym->s_type)->t_tspec == FUNC) {
184 outtype(TP(sym->s_type));
H A Dread.c466 sym.s_type = inptype(cp, &cp);
478 symp->s_type == sym.s_type &&
/freebsd-11-stable/contrib/elftoolchain/elfdump/
H A Delfdump.c269 static char s_type[32]; local
280 snprintf(s_type, sizeof(s_type), "<proc: %#x>", type);
282 snprintf(s_type, sizeof(s_type), "<os: %#x>", type);
284 snprintf(s_type, sizeof(s_type), "<unknown: %#x", type);
285 return (s_type);
343 static char s_type[32]; local
361 snprintf(s_type, sizeo
509 static char s_type[32]; local
531 static char s_type[32]; local
[all...]
/freebsd-11-stable/sys/sys/
H A Dvnode.h506 #define VOPARG_OFFSETOF(s_type, field) __offsetof(s_type, field)
507 #define VOPARG_OFFSETTO(s_type, s_offset, struct_p) \
508 ((s_type)(((char*)(struct_p)) + (s_offset)))
/freebsd-11-stable/usr.bin/elfdump/
H A Delfdump.c417 static char s_type[32]; local
432 snprintf(s_type, sizeof(s_type), "<unknown: %#x>", type);
433 return (s_type);
/freebsd-11-stable/contrib/elftoolchain/readelf/
H A Dreadelf.c624 static char s_type[32]; local
634 snprintf(s_type, sizeof(s_type), "<proc: %#x>", type);
636 snprintf(s_type, sizeof(s_type), "<os: %#x>", type);
638 snprintf(s_type, sizeof(s_type), "<unknown: %#x>",
640 return (s_type);

Completed in 179 milliseconds