Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/internal/objfile/
Dgoobj.go84 type goobjReloc struct { struct
85 Off int32
86 Size uint8
87 Type objabi.RelocType
88 Add int64
89 Sym string
92 func (r goobjReloc) String(insnOffset uint64) string {