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

/external/valgrind/main/perf/
H A Dtinycc.c2340 static Section *lbounds_section; /* contains local data bound description */
6020 func_bound_offset = lbounds_section->data_offset;
6030 if (do_bounds_check && func_bound_offset != lbounds_section->data_offset) {
6035 bounds_ptr = section_ptr_add(lbounds_section, sizeof(int));
6040 sym_data = get_sym_ref(&char_pointer_type, lbounds_section,
6041 func_bound_offset, lbounds_section->data_offset);
14360 bounds_ptr = section_ptr_add(lbounds_section, 2 * sizeof(unsigned long));
21150 lbounds_section = new_section(s, ".lbounds",
2338 static Section *lbounds_section; /* contains local data bound description */ variable

Completed in 117 milliseconds