OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:uintptr_type
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/gpl3/gcc/dist/libgcc/
generic-morestack.c
112
typedef unsigned
uintptr_type
__attribute__ ((mode (pointer)));
typedef
251
uintptr_type
because it replaced one of the void * pointers in
253
uintptr_type
dont_block_signals;
915
if (segment_arg == (void *) (
uintptr_type
) 1)
922
*next_segment = (void *) (
uintptr_type
) 2;
936
else if (segment_arg == (void *) (
uintptr_type
) 2)
948
return __splitstack_find ((void *) (
uintptr_type
) 1, sp, len,
958
*next_segment = (void *) (
uintptr_type
) 1;
982
*next_segment = (void *) (
uintptr_type
) 2;
1062
context[INITIAL_SP_LEN] = (void *) (
uintptr_type
) __morestack_initial_sp.len
[
all
...]
unwind-dw2-fde.c
45
typedef __UINTPTR_TYPE__
uintptr_type
;
typedef
67
get_pc_range (const struct object *ob,
uintptr_type
*range);
111
register_pc_range_for_object (
uintptr_type
begin, struct object *ob)
117
uintptr_type
range[2];
144
register_pc_range_for_object ((
uintptr_type
) begin, ob);
192
register_pc_range_for_object ((
uintptr_type
) begin, ob);
240
ob = btree_remove (®istered_objects, (
uintptr_type
) begin);
245
uintptr_type
range[2];
730
uintptr_type
*range)
953
get_pc_range (const struct object *ob,
uintptr_type
*range
[
all
...]
/src/external/gpl3/gcc.old/dist/libgcc/
generic-morestack.c
112
typedef unsigned
uintptr_type
__attribute__ ((mode (pointer)));
typedef
251
uintptr_type
because it replaced one of the void * pointers in
253
uintptr_type
dont_block_signals;
915
if (segment_arg == (void *) (
uintptr_type
) 1)
922
*next_segment = (void *) (
uintptr_type
) 2;
936
else if (segment_arg == (void *) (
uintptr_type
) 2)
948
return __splitstack_find ((void *) (
uintptr_type
) 1, sp, len,
958
*next_segment = (void *) (
uintptr_type
) 1;
982
*next_segment = (void *) (
uintptr_type
) 2;
1062
context[INITIAL_SP_LEN] = (void *) (
uintptr_type
) __morestack_initial_sp.len
[
all
...]
/src/external/gpl3/gcc/dist/gcc/
asan.cc
2550
tree t,
uintptr_type
= TREE_TYPE (base_addr);
local
2554
t = build_int_cst (
uintptr_type
, ASAN_SHADOW_SHIFT);
2555
g = gimple_build_assign (make_ssa_name (
uintptr_type
), RSHIFT_EXPR,
2560
t = build_int_cst (
uintptr_type
, asan_shadow_offset ());
2561
g = gimple_build_assign (make_ssa_name (
uintptr_type
), PLUS_EXPR,
/src/external/gpl3/gcc.old/dist/gcc/
asan.cc
2508
tree t,
uintptr_type
= TREE_TYPE (base_addr);
local
2512
t = build_int_cst (
uintptr_type
, ASAN_SHADOW_SHIFT);
2513
g = gimple_build_assign (make_ssa_name (
uintptr_type
), RSHIFT_EXPR,
2518
t = build_int_cst (
uintptr_type
, asan_shadow_offset ());
2519
g = gimple_build_assign (make_ssa_name (
uintptr_type
), PLUS_EXPR,
Completed in 21 milliseconds
Indexes created Fri May 01 00:23:41 UTC 2026