Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/link/internal/ld/
Delf.go911 type Elflib struct { struct
912 next *Elflib
913 aux *Elfaux
914 file string
917 func addelflib(list **Elflib, file string, vers string) *Elfaux {