Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/binutils/
Ddwarf.c2329 unsigned char *section_begin; in process_debug_info() local
2340 for (section_begin = start, num_units = 0; section_begin < end; in process_debug_info()
2346 SAFE_BYTE_GET (length, section_begin, 4, end); in process_debug_info()
2350 SAFE_BYTE_GET (length, section_begin + 4, 8, end); in process_debug_info()
2351 section_begin += length + 12; in process_debug_info()
2360 section_begin += length + 4; in process_debug_info()
2365 if ((signed long) length <= 0 || section_begin < start) in process_debug_info()
2419 for (section_begin = start, unit = 0; start < end; unit++) in process_debug_info()
2453 cu_offset = start - section_begin; in process_debug_info()
2611 die_offset = tags - section_begin; in process_debug_info()
[all …]
DChangeLog-2015824 (process_debug_info): Test for section_begin wrapping around to