Lines Matching refs:section_begin
1515 unsigned char *section_begin; in process_debug_info() local
1525 for (section_begin = start, num_units = 0; section_begin < end; in process_debug_info()
1531 length = byte_get (section_begin, 4); in process_debug_info()
1535 length = byte_get (section_begin + 4, 8); in process_debug_info()
1536 section_begin += length + 12; in process_debug_info()
1539 section_begin += length + 4; in process_debug_info()
1574 for (section_begin = start, unit = 0; start < end; unit++) in process_debug_info()
1606 cu_offset = start - section_begin; in process_debug_info()
1693 (unsigned long) (tags - section_begin in process_debug_info()
2252 unsigned char *section_begin = start; in display_debug_loc() local
2346 next = section_begin + offset; in display_debug_loc()
2355 (long)(start - section_begin), (long)(next - section_begin)); in display_debug_loc()
2358 (long)(start - section_begin), (long)(next - section_begin)); in display_debug_loc()
2605 unsigned char *section_begin = start; in display_debug_ranges() local
2693 next = section_begin + offset; in display_debug_ranges()
2702 (long)(start - section_begin), in display_debug_ranges()
2703 (long)(next - section_begin), section->name); in display_debug_ranges()
2706 (long)(start - section_begin), in display_debug_ranges()
2707 (long)(next - section_begin), section->name); in display_debug_ranges()