Searched refs:f_base (Results 1 – 5 of 5) sorted by relevance
| /netbsd-src/external/lgpl3/gmp/dist/tests/mpq/ |
| H A D | t-set_f.c | 30 int f_base; in main() member 118 mpf_set_str_or_abort (f, data[i].f, data[i].f_base); in main() 136 data[i].f_base, data[i].z_base); in main()
|
| /netbsd-src/external/gpl3/gcc/dist/libgcc/config/ia64/ |
| H A D | fde-glibc.c | 58 struct unw_table_entry *f_base, *f; in _Unwind_IteratePhdrCallback() local 95 f_base = (struct unw_table_entry *) (p_unwind->p_vaddr + load_base); in _Unwind_IteratePhdrCallback() 103 f = f_base + mid; in _Unwind_IteratePhdrCallback()
|
| /netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/ia64/ |
| H A D | fde-glibc.c | 57 struct unw_table_entry *f_base, *f; in _Unwind_IteratePhdrCallback() local 94 f_base = (struct unw_table_entry *) (p_unwind->p_vaddr + load_base); in _Unwind_IteratePhdrCallback() 102 f = f_base + mid; in _Unwind_IteratePhdrCallback()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/stormy16/ |
| H A D | stormy16.c | 1304 tree f_base, f_count; in xstormy16_expand_builtin_va_start() local 1311 f_base = TYPE_FIELDS (va_list_type_node); in xstormy16_expand_builtin_va_start() 1312 f_count = DECL_CHAIN (f_base); in xstormy16_expand_builtin_va_start() 1314 base = build3 (COMPONENT_REF, TREE_TYPE (f_base), valist, f_base, NULL_TREE); in xstormy16_expand_builtin_va_start() 1341 tree f_base, f_count; in xstormy16_gimplify_va_arg_expr() local 1348 f_base = TYPE_FIELDS (va_list_type_node); in xstormy16_gimplify_va_arg_expr() 1349 f_count = DECL_CHAIN (f_base); in xstormy16_gimplify_va_arg_expr() 1351 base = build3 (COMPONENT_REF, TREE_TYPE (f_base), valist, f_base, NULL_TREE); in xstormy16_gimplify_va_arg_expr()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/stormy16/ |
| H A D | stormy16.cc | 1304 tree f_base, f_count; in xstormy16_expand_builtin_va_start() local 1311 f_base = TYPE_FIELDS (va_list_type_node); in xstormy16_expand_builtin_va_start() 1312 f_count = DECL_CHAIN (f_base); in xstormy16_expand_builtin_va_start() 1314 base = build3 (COMPONENT_REF, TREE_TYPE (f_base), valist, f_base, NULL_TREE); in xstormy16_expand_builtin_va_start() 1341 tree f_base, f_count; in xstormy16_gimplify_va_arg_expr() local 1348 f_base = TYPE_FIELDS (va_list_type_node); in xstormy16_gimplify_va_arg_expr() 1349 f_count = DECL_CHAIN (f_base); in xstormy16_gimplify_va_arg_expr() 1351 base = build3 (COMPONENT_REF, TREE_TYPE (f_base), valist, f_base, NULL_TREE); in xstormy16_gimplify_va_arg_expr()
|