Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libdwarf/common/
H A Ddwarf_peread.c156 if (u > pep->pe_string_table_size) { in pe_section_name_get()
663 pep->pe_string_table_size = 0; in dwarf_load_pe_sections()
685 ASNAR(pep->pe_copy_word,pep->pe_string_table_size, in dwarf_load_pe_sections()
687 if( pep->pe_string_table_size >= pep->pe_filesize ) { in dwarf_load_pe_sections()
691 if ((pep->pe_string_table_offset+pep->pe_string_table_size) > in dwarf_load_pe_sections()
697 (char *)malloc((size_t)pep->pe_string_table_size); in dwarf_load_pe_sections()
704 (size_t)pep->pe_string_table_size, in dwarf_load_pe_sections()
H A Ddwarf_peread.h147 Dwarf_Unsigned pe_string_table_size; member