| /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/dist/gcc/config/visium/ |
| visium.cc | 1574 tree ovfl, gbase, gbytes, fbase, fbytes, t; local 1584 fbase = build3 (COMPONENT_REF, TREE_TYPE (f_fbase), valist, f_fbase, 1604 /* Store the base address of the FPR save area into FBASE. */ 1607 t = make_tree (TREE_TYPE (fbase), virtual_incoming_args_rtx); 1611 t = build2 (MODIFY_EXPR, TREE_TYPE (fbase), fbase, t);
|
| /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/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/dist/gcc/cp/ |
| call.cc | 1392 tree fbase = TYPE_PTRMEM_CLASS_TYPE (from); local 1395 if (same_type_p (fbase, tbase)) 1397 else if (DERIVED_FROM_P (fbase, tbase) 1463 tree fbase = class_of_this_parm (fromfn); local 1466 /* If FBASE and TBASE are equivalent but incomplete, DERIVED_FROM_P 1468 if (!same_type_p (fbase, tbase) && !DERIVED_FROM_P (fbase, tbase)) 1479 if (!same_type_p (fbase, tbase))
|
| /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))
|