Searched refs:dsym (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/usr.bin/xlint/lint1/
H A Ddecl.c957 decl1str(sym_t *dsym) argument
965 if ((sc = dsym->s_scl) != MOS && sc != MOU)
972 if (dsym->s_styp == dcs->d_rdcsym->s_styp) {
974 error(33, dsym->s_name);
979 chktyp(dsym);
981 t = (tp = dsym->s_type)->t_tspec;
983 if (dsym->s_field) {
1022 dsym->s_type = tp = duptyp(gettyp(t = INT));
1031 } else if (len == 0 && dsym->s_name != unnamed) {
1036 if (dsym
1117 bitfield(sym_t *dsym, int len) argument
1739 decl1ext(sym_t *dsym, int initflg) argument
1873 isredec(sym_t *dsym, int *warn) argument
2077 chkosdef(sym_t *rdsym, sym_t *dsym) argument
2138 compltyp(sym_t *dsym, sym_t *ssym) argument
2394 decl1loc(sym_t *dsym, int initflg) argument
2535 ledecl(sym_t *dsym) argument
2682 chksz(sym_t *dsym) argument
[all...]
/freebsd-11-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_link.c1205 GElf_Sym rsym, fsym, dsym; local
1575 dsym = fsym;
1576 dsym.st_name = istr;
1577 dsym.st_info = GELF_ST_INFO(bind == STB_LOCAL ?
1579 dsym.st_other = GELF_ST_VISIBILITY(STV_HIDDEN);
1580 (void) gelf_update_sym(data_sym, isym, &dsym);

Completed in 63 milliseconds