Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libdwarf/common/
H A Ddwarf_dnames.c266 Dwarf_Small *end_section, in read_a_name_index() argument
294 remaining_section_size,end_section); in read_a_name_index()
563 Dwarf_Small *end_section = 0; in dwarf_debugnames_header() local
586 end_section = start_section + section_size; in dwarf_debugnames_header()
598 for( ; curptr < end_section; ) { in dwarf_debugnames_header()
607 end_section, in dwarf_debugnames_header()
639 if ((curptr +remaining) < end_section) { in dwarf_debugnames_header()
645 for ( ; curptr < end_section; ++curptr) { in dwarf_debugnames_header()