Searched refs:sym1 (Results 1 - 19 of 19) sorted by relevance

/freebsd-11-stable/usr.bin/xlint/lint2/
H A Dread.c1134 sym_t *sym1, **symp, *sym; local
1141 for (sym1 = hte->h_syms; sym1 != NULL; sym1 = sym1->s_nxt) {
1142 if (sym1->s_static)
1145 if (sym1 == NULL)
1151 if (sym->s_pos.p_src != sym1->s_pos.p_src)
1155 if (call->f_pos.p_src != sym1->s_pos.p_src)
1159 if (usym->u_pos.p_src != sym1
[all...]
H A Dchk.c1098 sym_t *sym1, *sym; local
1106 sym1 = def;
1108 sym1 = decl;
1112 if (TP(sym1->s_type)->t_tspec != FUNC)
1121 if (sym == sym1 || !TP(sym->s_type)->t_proto)
1123 ap1 = TP(sym1->s_type)->t_args;
1130 pos1 = xstrdup(mkpos(&sym1->s_pos));
1141 tp1 = TP(sym1->s_type);
1146 sym1->s_va && sym1
[all...]
/freebsd-11-stable/lib/libproc/tests/
H A Dproc_test.c229 GElf_Sym sym1, sym2; local
243 error = proc_name2sym(phdl, target_prog_file, "main", &sym1, &si1);
250 ATF_CHECK_EQ(memcmp(&sym1, &sym2, sizeof(sym1)), 0);
/freebsd-11-stable/contrib/libarchive/libarchive/test/
H A Dtest_write_format_iso9660_filename.c214 char sym1[2]; local
229 sym1[0] = 'x';
230 sym1[1] = '\0';
250 add_entry(a, fname2, sym1);
276 add_entry(a, fname2, sym1);
/freebsd-11-stable/usr.sbin/pmcstat/
H A Dpmcstat_log.c469 const struct pmcstat_symbol *sym1, *sym2; local
471 sym1 = (const struct pmcstat_symbol *) a;
474 if (sym1->ps_end <= sym2->ps_start)
476 if (sym1->ps_start >= sym2->ps_end)
/freebsd-11-stable/contrib/gdb/gdb/
H A Dada-lang.c3238 lesseq_defined_than (struct symbol *sym0, struct symbol *sym1)
3240 if (sym0 == sym1)
3242 if (SYMBOL_DOMAIN (sym0) != SYMBOL_DOMAIN (sym1)
3243 || SYMBOL_CLASS (sym0) != SYMBOL_CLASS (sym1))
3253 struct type *type1 = SYMBOL_TYPE (sym1);
3255 char *name1 = DEPRECATED_SYMBOL_NAME (sym1);
3264 return SYMBOL_VALUE (sym0) == SYMBOL_VALUE (sym1)
3265 && equiv_types (SYMBOL_TYPE (sym0), SYMBOL_TYPE (sym1));
3230 lesseq_defined_than(struct symbol *sym0, struct symbol *sym1) argument
/freebsd-11-stable/contrib/binutils/
H A Dconfig.sub1047 os=-sym1
/freebsd-11-stable/contrib/libreadline/support/
H A Dconfig.sub944 os=-sym1
/freebsd-11-stable/crypto/heimdal/
H A Dconfig.sub1115 os=-sym1
/freebsd-11-stable/contrib/openbsm/config/
H A Dconfig.sub969 os=-sym1
/freebsd-11-stable/contrib/ncurses/
H A Dconfig.sub1185 os=-sym1
/freebsd-11-stable/contrib/dialog/
H A Dconfig.sub1183 os=-sym1
/freebsd-11-stable/contrib/ldns/
H A Dconfig.sub1171 os=-sym1
/freebsd-11-stable/contrib/byacc/
H A Dconfig.sub1217 os=-sym1
/freebsd-11-stable/contrib/tcsh/
H A Dconfig.sub1183 os=-sym1
/freebsd-11-stable/crypto/openssh/
H A Dconfig.sub1215 os=-sym1
/freebsd-11-stable/contrib/sqlite3/
H A Dconfig.sub1208 os=-sym1
/freebsd-11-stable/contrib/openpam/
H A Dconfig.sub1199 os=-sym1
/freebsd-11-stable/contrib/ntp/sntp/libevent/build-aux/
H A Dconfig.sub1202 os=-sym1

Completed in 192 milliseconds