Searched refs:fsym (Results 1 - 5 of 5) sorted by relevance

/freebsd-9.3-release/usr.bin/xlint/lint1/
H A Dfunc.c209 funcdef(sym_t *fsym) argument
214 funcsym = fsym;
233 if (!fsym->s_type->t_proto && fsym->s_args == NULL)
234 fsym->s_osdef = 1;
236 chktyp(fsym);
242 if (fsym->s_type->t_subt->t_tspec != VOID &&
243 incompl(fsym->s_type->t_subt)) {
248 fsym->s_def = DEF;
250 if (fsym
[all...]
H A Demit1.c293 outfdef(sym_t *fsym, pos_t *posp, int rval, int osdef, sym_t *args) argument
359 if (fsym->s_scl == STATIC)
363 outname(fsym->s_name);
366 if (fsym->s_rename) {
368 outname(fsym->s_rename);
380 outtype(fsym->s_type->t_subt);
382 outtype(fsym->s_type);
/freebsd-9.3-release/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_link.c1116 GElf_Sym rsym, fsym, dsym; local
1306 shdr_rel.sh_info, &fsym) != 0) {
1311 if (GELF_ST_BIND(fsym.st_info) != STB_LOCAL)
1314 if (fsym.st_name > data_str->d_size) {
1319 s = (char *)data_str->d_buf + fsym.st_name;
1325 if (GELF_ST_TYPE(fsym.st_info) != STT_FUNC) {
1467 shdr_rel.sh_info, &fsym) != 0)
1470 if (fsym.st_name > data_str->d_size)
1473 assert(GELF_ST_TYPE(fsym.st_info) == STT_FUNC);
1484 s = (char *)data_str->d_buf + fsym
[all...]
/freebsd-9.3-release/contrib/gdb/gdb/
H A Dvalue.h395 struct value **objp, struct symbol *fsym,
H A Dvalops.c1927 int lax, struct value **objp, struct symbol *fsym,
1977 const char *qualified_name = SYMBOL_CPLUS_DEMANGLED_NAME (fsym);
1984 *symp = fsym;
1924 find_overload_match(struct type **arg_types, int nargs, char *name, int method, int lax, struct value **objp, struct symbol *fsym, struct value **valp, struct symbol **symp, int *staticp) argument

Completed in 58 milliseconds