Home
last modified time | relevance | path

Searched refs:bases (Results 1 – 25 of 70) sorted by relevance

123

/freebsd-10-stable/contrib/gcc/
Dunwind-dw2-fde-darwin.c46 struct dwarf_eh_bases *bases);
145 examine_objects (void *pc, struct dwarf_eh_bases *bases, int dont_alloc) in examine_objects() argument
224 bases->tbase = ob->tbase; in examine_objects()
225 bases->dbase = ob->dbase; in examine_objects()
233 bases->func = (void *) func; in examine_objects()
247 _Unwind_Find_FDE (void *pc, struct dwarf_eh_bases *bases) in _Unwind_Find_FDE() argument
262 ret = _Unwind_Find_registered_FDE (pc, bases); in _Unwind_Find_FDE()
268 ret = examine_objects (pc, bases, the_obj_info == NULL); in _Unwind_Find_FDE()
Dunwind-dw2-fde-compat.c42 _Unwind_Find_FDE (void *pc, struct dwarf_eh_bases *bases) in _Unwind_Find_FDE() argument
44 __libunwind__Unwind_Find_FDE (pc, bases); in _Unwind_Find_FDE()
Dunwind-dw2-fde-glibc.c59 static const fde * _Unwind_Find_registered_FDE (void *pc, struct dwarf_eh_bases *bases);
404 _Unwind_Find_FDE (void *pc, struct dwarf_eh_bases *bases) in _Unwind_Find_FDE() argument
409 ret = _Unwind_Find_registered_FDE (pc, bases); in _Unwind_Find_FDE()
425 bases->tbase = data.tbase; in _Unwind_Find_FDE()
426 bases->dbase = data.dbase; in _Unwind_Find_FDE()
427 bases->func = data.func; in _Unwind_Find_FDE()
Dunwind-dw2.c72 struct dwarf_eh_bases bases; member
309 return (_Unwind_Ptr) context->bases.func; in _Unwind_GetRegionStart()
315 struct dwarf_eh_bases bases; in _Unwind_FindEnclosingFunction() local
316 const struct dwarf_fde *fde = _Unwind_Find_FDE (pc-1, &bases); in _Unwind_FindEnclosingFunction()
318 return bases.func; in _Unwind_FindEnclosingFunction()
327 return (_Unwind_Ptr) context->bases.dbase; in _Unwind_GetDataRelBase()
333 return (_Unwind_Ptr) context->bases.tbase; in _Unwind_GetTextRelBase()
1107 &context->bases); in uw_frame_state_for()
1120 fs->pc = context->bases.func; in uw_frame_state_for()
Dunwind-dw2-fde.c971 _Unwind_Find_FDE (void *pc, struct dwarf_eh_bases *bases) in _Unwind_Find_FDE() argument
1018 bases->tbase = ob->tbase; in _Unwind_Find_FDE()
1019 bases->dbase = ob->dbase; in _Unwind_Find_FDE()
1026 bases->func = (void *) func; in _Unwind_Find_FDE()
/freebsd-10-stable/contrib/subversion/subversion/libsvn_fs_x/
Dreps.c168 apr_array_header_t *bases; member
192 const base_t *bases; member
246 apr_array_header_t *bases; member
398 result->bases = apr_array_make(result_pool, 0, sizeof(base_t)); in svn_fs_x__reps_builder_create()
429 APR_ARRAY_PUSH(builder->bases, base_t) = base; in svn_fs_x__reps_add_base()
584 + builder->bases->nelts * 8 in svn_fs_x__reps_estimate_size()
731 for (i = 0; i < builder->bases->nelts; ++i) in svn_fs_x__write_reps_container()
733 const base_t *base = &APR_ARRAY_IDX(builder->bases, i, base_t); in svn_fs_x__write_reps_container()
775 base_t *bases; in svn_fs_x__read_reps_container() local
804 bases = apr_palloc(result_pool, reps->base_count * sizeof(*bases)); in svn_fs_x__read_reps_container()
[all …]
/freebsd-10-stable/contrib/tzdata/
Dantarctica18 # Argentina - year-round bases
35 # year-round bases
110 # Chile - year-round bases and towns
119 # China - year-round bases
123 # France - year-round bases (also see "France & Italy")
128 # She confirms that French Southern Territories and Terre Adélie bases
168 # India - year-round bases
175 # Japan - year-round bases
244 # Russia - year-round bases
279 # S Africa - year-round bases
[all …]
/freebsd-10-stable/contrib/openpam/t/
DMakefile.in370 bases='$(TEST_LOGS)'; \
371 bases=`for i in $$bases; do echo $$i; done | sed 's/\.log$$//'`; \
372 bases=`echo $$bases`
696 redo_bases=`for i in $$bases; do \
725 results=`for b in $$bases; do echo $$b.trs; done`; \
775 for b in $$bases; do echo $$b; done \
804 log_list=`for i in $$bases; do echo $$i.log; done`; \
805 trs_list=`for i in $$bases; do echo $$i.trs; done`; \
812 bases=`for i in $$bases; do echo $$i; done \
814 log_list=`for i in $$bases; do echo $$i.log; done`; \
/freebsd-10-stable/cddl/usr.sbin/dtrace/tests/common/llquantize/
DMakefile26 tst.bases.d \
27 tst.bases.d.out \
/freebsd-10-stable/contrib/ntp/sntp/tests/
DMakefile.in466 bases='$(TEST_LOGS)'; \
467 bases=`for i in $$bases; do echo $$i; done | sed 's/\.log$$//'`; \
468 bases=`echo $$bases`
1136 redo_bases=`for i in $$bases; do \
1165 results=`for b in $$bases; do echo $$b.trs; done`; \
1215 for b in $$bases; do echo $$b; done \
1244 log_list=`for i in $$bases; do echo $$i.log; done`; \
1245 trs_list=`for i in $$bases; do echo $$i.trs; done`; \
1252 bases=`for i in $$bases; do echo $$i; done \
1254 log_list=`for i in $$bases; do echo $$i.log; done`; \
/freebsd-10-stable/contrib/gcc/cp/
DChangeLog-2000291 conversions from ambiguous, inaccessible or virtual bases.
349 bases.
746 represent the offsets of empty bases.
1938 Allow indirect primary bases.
1955 bases.
1960 (determine_primary_base): Adjust for indirect primary bases.
1975 (dump_class_hierarchy_r): Tweak printing of primary bases.
1981 BV_VCALL_INDEX to handle indirect primary bases.
2148 * class.c (layout_class_type): Add pointers to virtual bases after
2251 bases has a null TYPE_BINFO_VTABLE.
[all …]
DChangeLog-2001297 immediate binfos for our virtual bases.
1679 virtual bases unless they're primary and what they're primary
1682 with morally virtual bases. Duplicate BINFO_LOST_PRIMARY_P and
1692 parameter. Skip non canonical virtual bases too.
1694 bases. Do skip canonical bases.
1702 containing binfos. For case 1 primary virtual bases, keep
1709 hierarchy looking for primary bases for a ctor
2265 (end_of_class): Use full size for empty bases.
2267 empty bases. Don't add 1 to eoc value. Only add trailing padding
2268 if we're an empty class with no empty bases.
[all …]
DChangeLog-2002773 when descending through primary bases.
796 (build_base_field): Record offsets of empty bases in primary
797 virtual bases.
798 (layout_class_type): Record offsets of empty bases in fields.
806 virtual bases.
844 (is_subobject_of_p): Avoid walking virtual bases multiple times.
1052 (end_of_class): Use it. Check indirect virtual bases.
1374 (sort_mem_initializers): ... this. Process bases and data members
1440 offsets for virtual bases. Correct the counting of array
1445 (build_base_field): Avoid creating a FIELD_DECL for empty bases.
[all …]
DChangeLog-199321 Don't recurse down virtual bases, as they are shared, and we take
26 appropriate. Do virtual function overriding in virtual bases, after
DChangeLog-19948 on the complete type because of small virtual bases.
23 classes with virtual bases.
440 * class.c (prepare_fresh_vtable): For virtual bases, get right
1052 * method.c (build_copy_constructor): Also copy virtual bases.
1686 bases, as they can have different offsets, than those used in base
2923 virtual bases as abstract. Hack until we make the class
2969 in virtual bases.
3236 used for vtable pointer initialization from virtual bases.
3254 pointers from virtual bases are set up.
4155 that use virtual bases.
[all …]
Dparser.c13605 tree bases; in cp_parser_class_specifier() local
13613 &bases); in cp_parser_class_specifier()
13632 if (!xref_basetypes (type, bases)) in cp_parser_class_specifier()
13799 tree *bases) in cp_parser_class_head() argument
14109 *bases = NULL_TREE; in cp_parser_class_head()
14113 *bases = cp_parser_base_clause (parser); in cp_parser_class_head()
14696 tree bases = NULL_TREE; in cp_parser_base_clause() local
14712 TREE_CHAIN (base) = bases; in cp_parser_base_clause()
14713 bases = base; in cp_parser_base_clause()
14731 return nreverse (bases); in cp_parser_base_clause()
DChangeLog-1997132 bases.
966 * search.c (get_matching_virtual): Notice virtual bases when sorrying
1731 as bases.
2460 argument for controlling virtual bases.
2479 and bases.
DChangeLog-1995210 * class.c (finish_struct_1): Delay delta fixups for virtual bases
1176 memory please when virtual bases are used.
2008 ensure that the this offsets for upcasts from virtual bases into
2009 other virtual bases or non-virtual bases are correct at construction
2012 vtables in all virtual bases, instead of just one vtable in each
3005 bases, in case they've been clobbered.
/freebsd-10-stable/crypto/openssl/crypto/dh/
Dgenerate48 non-square == primitive-root for bases << P.
/freebsd-10-stable/contrib/ntp/sntp/libevent/
DMakefile.in668 bases='$(TEST_LOGS)'; \
669 bases=`for i in $$bases; do echo $$i; done | sed 's/\.log$$//'`; \
670 bases=`echo $$bases`
1985 redo_bases=`for i in $$bases; do \
2014 results=`for b in $$bases; do echo $$b.trs; done`; \
2064 for b in $$bases; do echo $$b; done \
2093 log_list=`for i in $$bases; do echo $$i.log; done`; \
2094 trs_list=`for i in $$bases; do echo $$i.trs; done`; \
2101 bases=`for i in $$bases; do echo $$i; done \
2103 log_list=`for i in $$bases; do echo $$i.log; done`; \
DChangeLog-1.499 o Fix a memory leak when using signals for some event bases; reported by Alexander Drozdov.
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang-c/
DIndex.h5535 const CXIdxBaseClassInfo *const *bases; member
/freebsd-10-stable/contrib/bmake/mk/
Dmk-files.txt383 Unfortunately GCC bases the name of the ``.d`` file on the name of the
/freebsd-10-stable/contrib/groff/tmac/
Dhyphenex.us165 data-bases
/freebsd-10-stable/contrib/dtc/Documentation/
Dmanual.txt222 By default, all numeric values are hexadecimal. Alternate bases

123