Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/link/internal/loadelf/
Dldelf.go54 type ElfSect struct { struct
55 name string
56 nameoff uint32
57 type_ elf.SectionType
58 flags elf.SectionFlag
59 addr uint64
60 off uint64
61 size uint64
62 link uint32
63 info uint32
[all …]