Searched refs:IMAGE_SIZEOF_SHORT_NAME (Results 1 – 2 of 2) sorted by relevance
185 #define IMAGE_SIZEOF_SHORT_NAME 8 macro189 char Name[IMAGE_SIZEOF_SHORT_NAME];
458 char safe_name[IMAGE_SIZEOF_SHORT_NAME +1]; in dwarf_pe_load_dwarf_section_headers()472 strncpy(safe_name,filesect.Name,IMAGE_SIZEOF_SHORT_NAME); in dwarf_pe_load_dwarf_section_headers()474 safe_name[IMAGE_SIZEOF_SHORT_NAME] = 0; in dwarf_pe_load_dwarf_section_headers()