Home | History | Annotate | Download | only in PECOFF

Lines Matching refs:strtab_size

537                 const uint32_t strtab_size = symtab_data.GetU32 (&offset);
538 DataBufferSP strtab_data_sp(m_file.ReadFileContents (m_coff_header.symoff + symbol_data_size, strtab_size));
541 // First 4 bytes should be zeroed after strtab_size has been read,