Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/internal/obj/loong64/
Dasm.go18 type ctxt0 struct { struct
19 ctxt *obj.Link
20 newprog obj.ProgAlloc
21 cursym *obj.LSym
22 autosize int32
23 instoffset int64
24 pc int64
642 func (c *ctxt0) isUnsafePoint(p *obj.Prog) bool {
650 func (c *ctxt0) isRestartable(p *obj.Prog) bool {
673 func (c *ctxt0) aclass(a *obj.Addr) int {
[all …]
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/internal/obj/mips/
Dasm0.go44 type ctxt0 struct { struct
45 ctxt *obj.Link
46 newprog obj.ProgAlloc
47 cursym *obj.LSym
48 autosize int32
49 instoffset int64
50 pc int64
539 func (c *ctxt0) isUnsafePoint(p *obj.Prog) bool {
547 func (c *ctxt0) isRestartable(p *obj.Prog) bool {
570 func (c *ctxt0) aclass(a *obj.Addr) int {
[all …]