Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libdwarf/common/
H A Ddwarf_peread.c200 return pep->pe_section_count; in pe_get_section_count()
213 if (section_index < pep->pe_section_count) { in pe_get_section_info()
320 section_index < pep->pe_section_count) { in pe_load_section()
391 for( i=0; i < pep->pe_section_count; ++i,++sp) { in _dwarf_destruct_pe_access()
402 pep->pe_section_count = 0; in _dwarf_destruct_pe_access()
427 pep->pe_section_count = input_count+1; in dwarf_pe_load_dwarf_section_headers()
440 calloc((size_t)pep->pe_section_count, in dwarf_pe_load_dwarf_section_headers()
H A Ddwarf_peread.h144 Dwarf_Unsigned pe_section_count; member