Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/link/internal/ld/
Dlink.go42 type Shlib struct { struct
43 Path string
44 Hash []byte
45 Deps []string
46 File *elf.File
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/link/internal/sym/
Dlibrary.go14 Shlib string member
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/go/internal/load/
Dpkg.go69Shlib string `json:",omitempty"` // the shared library that contains this p… member