/prebuilts/go/darwin-x86/src/cmd/internal/obj/ |
sizeof_test.go | 27 {Prog{}, 144, 224},
|
plist.go | 14 Firstpc *Prog 18 * start a new Prog list. 37 var etext *Prog 41 var plink *Prog 139 var p *Prog
|
util.go | 61 func (p *Prog) Line() string { 116 func (p *Prog) String() string { 118 return "<nil Prog>" 122 return "<Prog without ctxt>" 165 func (ctxt *Link) NewProg() *Prog { 166 var p *Prog 171 p = new(Prog) // should be the only call to this; all others should use ctxt.NewProg 179 s[i] = Prog{} 196 func Dconv(p *Prog, a *Addr) string { 230 str = fmt.Sprint(a.Val.(*Prog).Pc [all...] |
link.go | 101 // val = Prog* reference OR ELSE offset = target pc (branch takes priority) 167 // for TYPE_BRANCH, a *Prog (optional) 205 // Prog describes a single machine instruction. 223 // Each Prog is charged to a specific source line in the debug information, 225 // Every Prog has a Ctxt field that defines various context, including the current LineHist. 226 // Progs should be allocated using ctxt.NewProg(), not new(Prog). 229 // be left zeroed by creators of Prog lists. 230 type Prog struct { 232 Link *Prog // next Prog in linked lis [all...] |
/prebuilts/go/linux-x86/src/cmd/compile/internal/arm/ |
ggen.go | 13 func defframe(ptxt *obj.Prog) { 59 func zerorange(p *obj.Prog, frame int64, lo int64, hi int64, r0 *uint32) *obj.Prog { 97 p := gc.Prog(arm.AAND)
|
/prebuilts/go/linux-x86/src/cmd/compile/internal/mips/ |
ggen.go | 13 func defframe(ptxt *obj.Prog) { 62 func zerorange(p *obj.Prog, frame int64, lo int64, hi int64) *obj.Prog { 96 p := gc.Prog(mips.ANOR)
|
/prebuilts/go/linux-x86/src/cmd/compile/internal/mips64/ |
ggen.go | 13 func defframe(ptxt *obj.Prog) { 61 func zerorange(p *obj.Prog, frame int64, lo int64, hi int64) *obj.Prog { 99 p := gc.Prog(mips.ANOR)
|
/prebuilts/go/linux-x86/src/cmd/compile/internal/ppc64/ |
ggen.go | 13 func defframe(ptxt *obj.Prog) { 61 func zerorange(p *obj.Prog, frame int64, lo int64, hi int64) *obj.Prog { 94 p := gc.Prog(ppc64.AOR)
|
/prebuilts/go/linux-x86/src/cmd/compile/internal/x86/ |
ggen.go | 13 func defframe(ptxt *obj.Prog) { 59 func zerorange(p *obj.Prog, frame int64, lo int64, hi int64, ax *uint32) *obj.Prog { 88 p := gc.Prog(x86.AXCHGL)
|
/prebuilts/go/linux-x86/src/cmd/internal/obj/ |
sizeof_test.go | 27 {Prog{}, 144, 224},
|
plist.go | 14 Firstpc *Prog 18 * start a new Prog list. 37 var etext *Prog 41 var plink *Prog 139 var p *Prog
|
util.go | 61 func (p *Prog) Line() string { 116 func (p *Prog) String() string { 118 return "<nil Prog>" 122 return "<Prog without ctxt>" 165 func (ctxt *Link) NewProg() *Prog { 166 var p *Prog 171 p = new(Prog) // should be the only call to this; all others should use ctxt.NewProg 179 s[i] = Prog{} 196 func Dconv(p *Prog, a *Addr) string { 230 str = fmt.Sprint(a.Val.(*Prog).Pc [all...] |
link.go | 101 // val = Prog* reference OR ELSE offset = target pc (branch takes priority) 167 // for TYPE_BRANCH, a *Prog (optional) 205 // Prog describes a single machine instruction. 223 // Each Prog is charged to a specific source line in the debug information, 225 // Every Prog has a Ctxt field that defines various context, including the current LineHist. 226 // Progs should be allocated using ctxt.NewProg(), not new(Prog). 229 // be left zeroed by creators of Prog lists. 230 type Prog struct { 232 Link *Prog // next Prog in linked lis [all...] |
/prebuilts/go/darwin-x86/src/regexp/syntax/ |
prog.go | 16 // A Prog is a compiled regular expression program. 17 type Prog struct { 119 func (p *Prog) String() string { 127 func (p *Prog) skipNop(pc uint32) (*Inst, uint32) { 149 func (p *Prog) Prefix() (prefix string, complete bool) { 168 func (p *Prog) StartCond() EmptyOp { 250 // As per re2's Prog::IsWordChar. Determines whether rune is an ASCII word char. 292 func dumpProg(b *bytes.Buffer, p *Prog) {
|
/prebuilts/go/linux-x86/src/regexp/syntax/ |
prog.go | 16 // A Prog is a compiled regular expression program. 17 type Prog struct { 119 func (p *Prog) String() string { 127 func (p *Prog) skipNop(pc uint32) (*Inst, uint32) { 149 func (p *Prog) Prefix() (prefix string, complete bool) { 168 func (p *Prog) StartCond() EmptyOp { 250 // As per re2's Prog::IsWordChar. Determines whether rune is an ASCII word char. 292 func dumpProg(b *bytes.Buffer, p *Prog) {
|
/external/libunwind/doc/ |
unw_create_addr_space.tex | 33 \Prog{Libunwind} uses a set of call-back routines to access the 44 call-back routine, \Prog{libunwind} sets the \Var{as} argument to the 79 \Prog{Libunwind} invokes the \Func{find\_proc\_info}() call-back to 103 \Prog{Libunwind} invokes the \Func{put\_unwind\_info}() call-back to 108 \Func{find\_proc\_info}(). Note that \Prog{libunwind} does \emph{not} 115 \Prog{Libunwind} invokes the \Func{get\_dyn\_info\_list\_addr}() 123 \Var{dliap} must be cleared to zero. \Prog{Libunwind} will cache the 134 \Prog{Libunwind} invokes the \Func{access\_mem}() call-back to read 137 To read memory, \Prog{libunwind} sets argument \Var{write} to zero and 139 write memory, \Prog{libunwind} sets argument \Var{write} to a non-zer [all...] |
libunwind-setjmp.tex | 25 The \Prog{unwind-setjmp} library offers a \Prog{libunwind}-based 28 the same name. The main advantage of using the \Prog{unwind-setjmp} 39 \Prog{unwind-setjmp} library is beneficial primarily in applications
|
unw_get_proc_info_by_ip.tex | 42 Note that for the purposes of \Prog{libunwind}, the code of a 47 discontiguous pieces, \Prog{libunwind} will treat each piece as a 66 \item[\Const{UNW\_ENOINFO}] \Prog{Libunwind} was unable to locate 69 version or format that is not understood by \Prog{libunwind}.
|
/prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/ |
gsubr.go | 35 func Prog(as obj.As) *obj.Prog { 36 var p *obj.Prog 44 Warn("prog: line 0") 52 func Clearp(p *obj.Prog) { 59 func Appendpp(p *obj.Prog, as obj.As, ftype obj.AddrType, freg int16, foffset int64, ttype obj.AddrType, treg int16, toffset int64) *obj.Prog { 291 func Patch(p *obj.Prog, to *obj.Prog) { 300 func Gins(as obj.As, f, t *Node) *obj.Prog { [all...] |
/prebuilts/go/linux-x86/src/cmd/compile/internal/gc/ |
gsubr.go | 35 func Prog(as obj.As) *obj.Prog { 36 var p *obj.Prog 44 Warn("prog: line 0") 52 func Clearp(p *obj.Prog) { 59 func Appendpp(p *obj.Prog, as obj.As, ftype obj.AddrType, freg int16, foffset int64, ttype obj.AddrType, treg int16, toffset int64) *obj.Prog { 291 func Patch(p *obj.Prog, to *obj.Prog) { 300 func Gins(as obj.As, f, t *Node) *obj.Prog { [all...] |
/external/regex-re2/re2/ |
re2.cc | 18 #include "re2/prog.h" 212 // Two thirds of the memory goes to the forward Prog, 213 // one third to the reverse prog, because the forward 214 // Prog has two DFAs but the reverse prog has one. 233 re2::Prog* RE2::ReverseProg() const { 592 Prog::Anchor anchor = Prog::kUnanchored; 593 Prog::MatchKind kind = Prog::kFirstMatch [all...] |
/prebuilts/go/darwin-x86/src/cmd/compile/internal/arm64/ |
ggen.go | 13 func defframe(ptxt *obj.Prog) { 70 func zerorange(p *obj.Prog, frame int64, lo int64, hi int64) *obj.Prog { 107 p := gc.Prog(arm64.AHINT)
|
/prebuilts/go/darwin-x86/src/cmd/compile/internal/s390x/ |
ggen.go | 19 func defframe(ptxt *obj.Prog) { 68 func zerorange(p *obj.Prog, frame int64, lo int64, hi int64) *obj.Prog { 147 p := gc.Prog(s390x.AOR)
|
/prebuilts/go/linux-x86/src/cmd/compile/internal/arm64/ |
ggen.go | 13 func defframe(ptxt *obj.Prog) { 70 func zerorange(p *obj.Prog, frame int64, lo int64, hi int64) *obj.Prog { 107 p := gc.Prog(arm64.AHINT)
|
/prebuilts/go/linux-x86/src/cmd/compile/internal/s390x/ |
ggen.go | 19 func defframe(ptxt *obj.Prog) { 68 func zerorange(p *obj.Prog, frame int64, lo int64, hi int64) *obj.Prog { 147 p := gc.Prog(s390x.AOR)
|