Home | History | Annotate | Download | only in perf

Lines Matching full:bounds_ptr

6032         int *bounds_ptr;
6035 bounds_ptr = section_ptr_add(lbounds_section, sizeof(int));
6036 *bounds_ptr = 0;
14356 unsigned long *bounds_ptr;
14360 bounds_ptr = section_ptr_add(lbounds_section, 2 * sizeof(unsigned long));
14361 bounds_ptr[0] = addr;
14362 bounds_ptr[1] = size;
14467 unsigned long *bounds_ptr;
14471 bounds_ptr = section_ptr_add(bounds_section, 2 * sizeof(long));
14472 bounds_ptr[0] = 0; /* relocated */
14473 bounds_ptr[1] = size;