Searched defs:SectionHeader32 (Results 1 – 2 of 2) sorted by relevance
16 type SectionHeader32 struct { struct17 Name [8]uint818 VirtualSize uint3219 VirtualAddress uint3220 SizeOfRawData uint3221 PointerToRawData uint3222 PointerToRelocations uint3223 PointerToLineNumbers uint3224 NumberOfRelocations uint1625 NumberOfLineNumbers uint16[all …]
52 type SectionHeader32 struct { struct53 Sname [8]byte // Section name54 Spaddr uint32 // Physical address55 Svaddr uint32 // Virtual address56 Ssize uint32 // Section size57 Sscnptr uint32 // Offset in file to raw data for section58 Srelptr uint32 // Offset in file to relocation entries for section59 Slnnoptr uint32 // Offset in file to line number entries for section60 Snreloc uint16 // Number of relocation entries61 Snlnno uint16 // Number of line number entries[all …]