Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/binutils/
Ddwarf.c2247 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()
[all …]