Home
last modified time | relevance | path

Searched defs:SectionHeader64 (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/internal/xcoff/
Dxcoff.go65 type SectionHeader64 struct { struct
66 Sname [8]byte // Section name
67 Spaddr uint64 // Physical address
68 Svaddr uint64 // Virtual address
69 Ssize uint64 // Section size
70 Sscnptr uint64 // Offset in file to raw data for section
71 Srelptr uint64 // Offset in file to relocation entries for section
72 Slnnoptr uint64 // Offset in file to line number entries for section
73 Snreloc uint32 // Number of relocation entries
74 Snlnno uint32 // Number of line number entries
[all …]