Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/link/internal/ld/
Dlib.go1151 type Hostobj struct { struct
1152 ld func(*Link, *bio.Reader, string, int64, string)
1153 pkg string
1154 pn string
1155 file string
1156 off int64
1157 length int64
2878 func captureHostObj(h *Hostobj) {
Dmacho.go1299 func hostobjMachoPlatform(h *Hostobj) (*MachoPlatformLoad, error) {