Home
last modified time | relevance | path

Searched refs:uintptr_type (Results 1 – 2 of 2) sorted by relevance

/dflybsd-src/contrib/gcc-4.7/libgcc/
H A Dgeneric-morestack.c51 typedef unsigned uintptr_type __attribute__ ((mode (pointer))); typedef
192 uintptr_type dont_block_signals;
858 if (segment_arg == (void *) (uintptr_type) 1) in __splitstack_find()
865 *next_segment = (void *) (uintptr_type) 2; in __splitstack_find()
879 else if (segment_arg == (void *) (uintptr_type) 2) in __splitstack_find()
891 return __splitstack_find ((void *) (uintptr_type) 1, sp, len, in __splitstack_find()
901 *next_segment = (void *) (uintptr_type) 1; in __splitstack_find()
925 *next_segment = (void *) (uintptr_type) 2; in __splitstack_find()
1000 context[INITIAL_SP_LEN] = (void *) (uintptr_type) __morestack_initial_sp.len; in __splitstack_getcontext()
1019 (uintptr_type) context[BLOCK_SIGNALS]; in __splitstack_setcontext()
[all …]
/dflybsd-src/contrib/gcc-8.0/gcc/
H A Dasan.c1886 tree t, uintptr_type = TREE_TYPE (base_addr); variable
1890 t = build_int_cst (uintptr_type, ASAN_SHADOW_SHIFT);
1891 g = gimple_build_assign (make_ssa_name (uintptr_type), RSHIFT_EXPR,
1896 t = build_int_cst (uintptr_type, asan_shadow_offset ());
1897 g = gimple_build_assign (make_ssa_name (uintptr_type), PLUS_EXPR,