Home
last modified time | relevance | path

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

/external/valgrind/perf/
Dtinycc.c6030 int *bounds_ptr; in gfunc_epilog() local
6033 bounds_ptr = section_ptr_add(lbounds_section, sizeof(int)); in gfunc_epilog()
6034 *bounds_ptr = 0; in gfunc_epilog()
14354 unsigned long *bounds_ptr; in decl_initializer_alloc() local
14358 bounds_ptr = section_ptr_add(lbounds_section, 2 * sizeof(unsigned long)); in decl_initializer_alloc()
14359 bounds_ptr[0] = addr; in decl_initializer_alloc()
14360 bounds_ptr[1] = size; in decl_initializer_alloc()
14465 unsigned long *bounds_ptr; in decl_initializer_alloc() local
14469 bounds_ptr = section_ptr_add(bounds_section, 2 * sizeof(long)); in decl_initializer_alloc()
14470 bounds_ptr[0] = 0; /* relocated */ in decl_initializer_alloc()
[all …]