Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/binutils/dist/binutils/
Ddwarf.c3739 unsigned char *section_begin; in process_debug_info() local
3745 for (section_begin = start, num_units = 0; section_begin < end; in process_debug_info()
3753 SAFE_BYTE_GET_AND_INC (length, section_begin, 4, end); in process_debug_info()
3756 SAFE_BYTE_GET_AND_INC (length, section_begin, 8, end); in process_debug_info()
3767 if (length > (size_t) (end - section_begin)) in process_debug_info()
3771 length, end - section_begin, section->name); in process_debug_info()
3774 section_begin += length; in process_debug_info()
3841 for (section_begin = start; start < end;) in process_debug_info()
3853 cu_offset = start - section_begin; in process_debug_info()
3913 record_abbrev_list_for_cu (cu_offset, start - section_begin, in process_debug_info()
[all …]
DChangeLog-2015824 (process_debug_info): Test for section_begin wrapping around to
DChangeLog1350 incrementing section_begin rather than using pointer comparison.