Searched refs:uintptr_type (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/libgcc/ |
H A D | generic-morestack.c | 112 typedef unsigned uintptr_type __attribute__ ((mode (pointer))); typedef 253 uintptr_type dont_block_signals; 915 if (segment_arg == (void *) (uintptr_type) 1) in __splitstack_find() 922 *next_segment = (void *) (uintptr_type) 2; in __splitstack_find() 936 else if (segment_arg == (void *) (uintptr_type) 2) in __splitstack_find() 948 return __splitstack_find ((void *) (uintptr_type) 1, sp, len, in __splitstack_find() 958 *next_segment = (void *) (uintptr_type) 1; in __splitstack_find() 982 *next_segment = (void *) (uintptr_type) 2; in __splitstack_find() 1062 context[INITIAL_SP_LEN] = (void *) (uintptr_type) __morestack_initial_sp.len; in __splitstack_getcontext() 1081 (uintptr_type) context[BLOCK_SIGNALS]; in __splitstack_setcontext() [all …]
|
H A D | ChangeLog | 9194 (uintptr_type): Define. 9205 uintptr_type.
|
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/ |
H A D | generic-morestack.c | 112 typedef unsigned uintptr_type __attribute__ ((mode (pointer))); typedef 253 uintptr_type dont_block_signals; 915 if (segment_arg == (void *) (uintptr_type) 1) in __splitstack_find() 922 *next_segment = (void *) (uintptr_type) 2; in __splitstack_find() 936 else if (segment_arg == (void *) (uintptr_type) 2) in __splitstack_find() 948 return __splitstack_find ((void *) (uintptr_type) 1, sp, len, in __splitstack_find() 958 *next_segment = (void *) (uintptr_type) 1; in __splitstack_find() 982 *next_segment = (void *) (uintptr_type) 2; in __splitstack_find() 1062 context[INITIAL_SP_LEN] = (void *) (uintptr_type) __morestack_initial_sp.len; in __splitstack_getcontext() 1081 (uintptr_type) context[BLOCK_SIGNALS]; in __splitstack_setcontext() [all …]
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | asan.c | 2095 tree t, uintptr_type = TREE_TYPE (base_addr); variable 2099 t = build_int_cst (uintptr_type, ASAN_SHADOW_SHIFT); 2100 g = gimple_build_assign (make_ssa_name (uintptr_type), RSHIFT_EXPR, 2105 t = build_int_cst (uintptr_type, asan_shadow_offset ()); 2106 g = gimple_build_assign (make_ssa_name (uintptr_type), PLUS_EXPR,
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | asan.cc | 2508 tree t, uintptr_type = TREE_TYPE (base_addr); in build_shadow_mem_access() local 2512 t = build_int_cst (uintptr_type, ASAN_SHADOW_SHIFT); in build_shadow_mem_access() 2513 g = gimple_build_assign (make_ssa_name (uintptr_type), RSHIFT_EXPR, in build_shadow_mem_access() 2518 t = build_int_cst (uintptr_type, asan_shadow_offset ()); in build_shadow_mem_access() 2519 g = gimple_build_assign (make_ssa_name (uintptr_type), PLUS_EXPR, in build_shadow_mem_access()
|