Searched defs:SectionHeader64 (Results 1 – 1 of 1) sorted by relevance
65 type SectionHeader64 struct { struct66 Sname [8]byte // Section name67 Spaddr uint64 // Physical address68 Svaddr uint64 // Virtual address69 Ssize uint64 // Section size70 Sscnptr uint64 // Offset in file to raw data for section71 Srelptr uint64 // Offset in file to relocation entries for section72 Slnnoptr uint64 // Offset in file to line number entries for section73 Snreloc uint32 // Number of relocation entries74 Snlnno uint32 // Number of line number entries[all …]