Lines Matching refs:section_begin

2247   unsigned char *section_begin;  in process_debug_info()  local
2258 for (section_begin = start, num_units = 0; section_begin < end; in process_debug_info()
2264 SAFE_BYTE_GET (length, section_begin, 4, end); in process_debug_info()
2268 SAFE_BYTE_GET (length, section_begin + 4, 8, end); in process_debug_info()
2269 section_begin += length + 12; in process_debug_info()
2278 section_begin += length + 4; in process_debug_info()
2328 for (section_begin = start, unit = 0; start < end; unit++) in process_debug_info()
2362 cu_offset = start - section_begin; in process_debug_info()
2506 die_offset = tags - section_begin; in process_debug_info()
2618 printf (" <%lx>", (unsigned long)(tags - section_begin)); in process_debug_info()
4840 unsigned char *section_begin = start; in display_debug_loc() local
4950 next = section_begin + offset; in display_debug_loc()
4959 (unsigned long) (start - section_begin), in display_debug_loc()
4960 (unsigned long) (next - section_begin)); in display_debug_loc()
4963 (unsigned long) (start - section_begin), in display_debug_loc()
4964 (unsigned long) (next - section_begin)); in display_debug_loc()
5308 unsigned char *section_begin = start; in display_debug_ranges() local
5376 next = section_begin + offset; in display_debug_ranges()
5391 (unsigned long) (start - section_begin), in display_debug_ranges()
5392 (unsigned long) (next - section_begin), section->name); in display_debug_ranges()
5398 (unsigned long) (start - section_begin), in display_debug_ranges()
5399 (unsigned long) (next - section_begin), section->name); in display_debug_ranges()