HomeSort by: relevance | last modified time | path
    Searched refs:fbase (Results 1 - 6 of 6) sorted by relevancy

  /src/lib/libexecinfo/
symtab.c 194 uintptr_t fbase = st->ispie ? (uintptr_t)dli->dli_fbase : 0; local
195 uintptr_t dd, sd, me = (uintptr_t)p - fbase;
197 uintptr_t ad = sa - fbase;
199 DPRINTF("[fbase=%#jx, saddr=%p, sa=%#jx, me=%#jx ad=%#jx]",
200 (uintmax_t)fbase, dli->dli_saddr, (uintmax_t)sa,
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/
cpuid.d 755 immutable uint fbase = (a >> 8) & 0xF;
757 family = ((fbase == 0xF) || (fbase == 0)) ? fbase + (a >> 20) & 0xFF : fbase;
758 model = ((fbase == 0xF) || (fbase == 6 && cf.probablyIntel) ) ?
  /src/external/apache2/llvm/dist/clang/utils/ABITest/
ABITestGen.py 577 fbase = AnyTypeGenerator()
579 makeGenerator(fbase, None, None, False, False, True)
583 makeGenerator(n, base, fbase, True, True, False)
584 makeGenerator(fn, base, fbase, True, True, True)
586 fbase = fn
588 makeGenerator(atg, base, fbase, True, False, False)
  /src/external/bsd/openldap/dist/servers/slapd/overlays/
syncprov.c 199 int fbase; /* if TRUE we found the search base and it's still valid */ member in struct:fbase_cookie
474 fc->fbase = 2;
482 fc->fbase = 1;
538 fc->fbase = 1;
542 if ( fc->fbase == 1 ) {
562 if ( fc->fbase )
1409 fc.fbase = 0;
3170 fc.fbase = 0;
  /src/external/gpl3/gcc.old/dist/gcc/config/visium/
visium.cc 1571 tree ovfl, gbase, gbytes, fbase, fbytes, t; local
1581 fbase = build3 (COMPONENT_REF, TREE_TYPE (f_fbase), valist, f_fbase,
1601 /* Store the base address of the FPR save area into FBASE. */
1604 t = make_tree (TREE_TYPE (fbase), virtual_incoming_args_rtx);
1608 t = build2 (MODIFY_EXPR, TREE_TYPE (fbase), fbase, t);
  /src/external/gpl3/gcc.old/dist/gcc/cp/
call.cc 1375 tree fbase = TYPE_PTRMEM_CLASS_TYPE (from); local
1378 if (same_type_p (fbase, tbase))
1380 else if (DERIVED_FROM_P (fbase, tbase)
1446 tree fbase = class_of_this_parm (fromfn); local
1449 /* If FBASE and TBASE are equivalent but incomplete, DERIVED_FROM_P
1451 if (!same_type_p (fbase, tbase) && !DERIVED_FROM_P (fbase, tbase))
1462 if (!same_type_p (fbase, tbase))

Completed in 49 milliseconds