Searched defs:SectionHeader32 (Results 1 – 3 of 3) 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 …]
224 struct SectionHeader32 { struct225 char Name[XCOFF::NameSize];226 uint32_t PhysicalAddress;227 uint32_t VirtualAddress;228 uint32_t Size;229 uint32_t FileOffsetToData;230 uint32_t FileOffsetToRelocations;231 uint32_t FileOffsetToLineNumbers;232 uint16_t NumberOfRelocations;233 uint16_t NumberOfLineNumbers;[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 …]