Searched refs:section_ptr_add (Results 1 - 1 of 1) sorted by relevance

/external/valgrind/perf/
H A Dtinycc.c5467 static void *section_ptr_add(Section *sec, unsigned long size);
6035 bounds_ptr = section_ptr_add(lbounds_section, sizeof(int));
6877 static void *section_ptr_add(Section *sec, unsigned long size)
10460 ptr = section_ptr_add(data_section, size);
12809 ptr = section_ptr_add(data_section, len);
14360 bounds_ptr = section_ptr_add(lbounds_section, 2 * sizeof(unsigned long));
14471 bounds_ptr = section_ptr_add(bounds_section, 2 * sizeof(long));
17442 ptr = section_ptr_add(sec, size);
18147 ptr = section_ptr_add(s, len);
18179 ptr = section_ptr_add(
6875 static void *section_ptr_add(Section *sec, unsigned long size) function
[all...]

Completed in 278 milliseconds