Home
last modified time | relevance | path

Searched refs:section_begin (Results 1 – 1 of 1) sorted by relevance

/freebsd-9-stable/contrib/binutils/binutils/
Ddwarf.c1535 unsigned char *section_begin; in process_debug_info() local
1545 for (section_begin = start, num_units = 0; section_begin < end; in process_debug_info()
1551 length = byte_get (section_begin, 4); in process_debug_info()
1555 length = byte_get (section_begin + 4, 8); in process_debug_info()
1556 section_begin += length + 12; in process_debug_info()
1559 section_begin += length + 4; in process_debug_info()
1594 for (section_begin = start, unit = 0; start < end; unit++) in process_debug_info()
1626 cu_offset = start - section_begin; in process_debug_info()
1710 (unsigned long) (tags - section_begin in process_debug_info()
1756 printf (" <%2lx>", (unsigned long)(tags - section_begin)); in process_debug_info()
[all …]