HomeSort by: relevance | last modified time | path
    Searched defs:dsym (Results 1 - 16 of 16) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/gcc/d/
imports.cc 147 Dsymbol *dsym = d->toAlias (); local
149 if (dsym == d)
157 dsym = type->isTypeEnum ()->sym;
159 dsym = type->isTypeStruct ()->sym;
161 dsym = type->isTypeClass ()->sym;
166 if (dsym != d)
167 dsym->accept (this);
d-builtins.cc 57 Dsymbol *dsym; member in struct:builtin_data
60 : dtype(t), ctype(c), dsym(d)
612 Dsymbol *dsym = builtin_converted_decls[i].dsym; local
613 if (dsym != NULL && !dsym->isAnonymous ())
615 dsym->parent = m;
616 members->push (dsym);
toir.cc 1487 Dsymbol *dsym = (*s->imports)[i]; local
1489 if (dsym != NULL)
1490 build_decl_tree (dsym);
d-codegen.cc 63 /* Return the DECL_CONTEXT for symbol DSYM. */
66 d_decl_context (Dsymbol *dsym)
68 Dsymbol *parent = dsym;
69 Declaration *decl = dsym->isDeclaration ();
70 AggregateDeclaration *ad = dsym->isAggregateDeclaration ();
2107 Dsymbol *dsym = callee;
2109 while (dsym)
2111 if (dsym->isTemplateInstance ())
2113 else if (dsym->isFuncDeclaration () == caller)
2115 dsym = dsym->toParent ()
2453 Dsymbol *dsym = thisfd; local
2549 Dsymbol *dsym = ad->toParent2 (); local
    [all...]
  /src/external/zlib/pigz/dist/zopfli/
squeeze.c 148 int dsym = ZopfliGetDistSymbol(dist); local
150 return stats->ll_symbols[lsym] + lbits + stats->d_symbols[dsym] + dbits;
  /src/external/cddl/osnet/dist/lib/libdtrace/common/
dt_link.c 1225 GElf_Sym rsym, fsym, dsym; local
1603 dsym = fsym;
1604 dsym.st_name = istr;
1605 dsym.st_info = GELF_ST_INFO(bind, STT_FUNC);
1606 dsym.st_other = GELF_ST_VISIBILITY(STV_HIDDEN);
1607 (void) gelf_update_sym(data_sym, isym, &dsym);
  /src/external/bsd/pcc/dist/pcc/cc/cxxcom/
pftn.c 151 union dimfun *dsym, *ddef; local
225 dsym = p->sdf;
230 if (dsym->ddim == NOOFFSET) {
231 dsym->ddim = ddef->ddim;
234 dsym->ddim!=ddef->ddim) {
237 ++dsym;
241 if (cftnsp == NULL && dsym->dfun == NULL)
242 dsym->dfun = ddef->dfun;
244 chkftn(dsym->dfun, ddef->dfun))
246 dsym++, ddef++
    [all...]
  /src/external/gpl3/gcc/dist/libbacktrace/
macho.c 856 /* Look for the dsym file for FILENAME. This is called if FILENAME
875 char *dsym; local
883 dsym = NULL;
908 dsymsuffixdir = ".dSYM/Contents/Resources/DWARF/";
917 dsym = backtrace_alloc (state, dsymlen, error_callback, data);
918 if (dsym == NULL)
921 ps = dsym;
939 d = backtrace_open (dsym, error_callback, data, &does_not_exist);
944 backtrace_free (state, dsym, dsymlen, error_callback, data);
948 if (!macho_add (state, dsym, d, 0, uuid, base_address, 1
    [all...]
  /src/external/gpl3/gcc.old/dist/libbacktrace/
macho.c 856 /* Look for the dsym file for FILENAME. This is called if FILENAME
875 char *dsym; local
883 dsym = NULL;
908 dsymsuffixdir = ".dSYM/Contents/Resources/DWARF/";
917 dsym = backtrace_alloc (state, dsymlen, error_callback, data);
918 if (dsym == NULL)
921 ps = dsym;
939 d = backtrace_open (dsym, error_callback, data, &does_not_exist);
944 backtrace_free (state, dsym, dsymlen, error_callback, data);
948 if (!macho_add (state, dsym, d, 0, uuid, base_address, 1
    [all...]
  /src/external/gpl3/gdb/dist/libbacktrace/
macho.c 856 /* Look for the dsym file for FILENAME. This is called if FILENAME
875 char *dsym; local
883 dsym = NULL;
908 dsymsuffixdir = ".dSYM/Contents/Resources/DWARF/";
917 dsym = backtrace_alloc (state, dsymlen, error_callback, data);
918 if (dsym == NULL)
921 ps = dsym;
939 d = backtrace_open (dsym, error_callback, data, &does_not_exist);
944 backtrace_free (state, dsym, dsymlen, error_callback, data);
948 if (!macho_add (state, dsym, d, 0, uuid, base_address, 1
    [all...]
  /src/external/gpl3/gdb.old/dist/libbacktrace/
macho.c 856 /* Look for the dsym file for FILENAME. This is called if FILENAME
875 char *dsym; local
883 dsym = NULL;
908 dsymsuffixdir = ".dSYM/Contents/Resources/DWARF/";
917 dsym = backtrace_alloc (state, dsymlen, error_callback, data);
918 if (dsym == NULL)
921 ps = dsym;
939 d = backtrace_open (dsym, error_callback, data, &does_not_exist);
944 backtrace_free (state, dsym, dsymlen, error_callback, data);
948 if (!macho_add (state, dsym, d, 0, uuid, base_address, 1
    [all...]
  /src/external/bsd/pcc/dist/pcc/cc/ccom/
pftn.c 178 union dimfun *dsym, *ddef; local
256 dsym = p->sdf;
261 if (dsym->ddim == NOOFFSET) {
262 dsym->ddim = ddef->ddim;
265 dsym->ddim!=ddef->ddim) {
268 ++dsym;
272 if (!oldstyle && dsym->dfun == NULL)
273 dsym->dfun = ddef->dfun;
275 chkftn(dsym->dfun, ddef->dfun))
277 dsym++, ddef++
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/d/dmd/
declaration.h 317 AggregateDeclaration *dsym; member in class:SymbolDeclaration
  /src/external/gpl3/gcc/dist/gcc/fortran/
resolve.cc 9432 gfc_symbol *tsym, *dsym; local
9445 && (dsym = gfc_find_dt_in_generic (tsym)) != NULL
9446 && dsym->attr.flavor == FL_DERIVED)
trans-expr.cc 6880 gfc_symbol *dsym = fsym; local
6885 if (dsym == NULL
6889 dsym = dummy->u.non_intrinsic->sym;
6891 if (dsym
6892 && dsym->attr.intent == INTENT_OUT
6893 && !dsym->attr.allocatable
6894 && !dsym->attr.pointer
6903 || (dsym->ts.type == BT_DERIVED
6904 && e->ts.u.derived == dsym->ts.u.derived
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
resolve.cc 9079 gfc_symbol *tsym, *dsym; local
9092 && (dsym = gfc_find_dt_in_generic (tsym)) != NULL
9093 && dsym->attr.flavor == FL_DERIVED)

Completed in 81 milliseconds