Home
last modified time | relevance | path

Searched refs:myimportpath (Results 1 – 24 of 24) sorted by relevance

/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/cmd/internal/obj/
H A Ddwarf.go348 func (ctxt *Link) populateDWARF(curfn interface{}, s *LSym, myimportpath string) {
363 Importpath: myimportpath,
394 func (ctxt *Link) DwarfIntConst(myimportpath, name, typename string, val int64) { argument
395 if myimportpath == "" {
398 s := ctxt.LookupInit(dwarf.ConstInfoPrefix+myimportpath, func(s *LSym) {
407 func (ctxt *Link) DwarfGlobal(myimportpath, typename string, varSym *LSym) { argument
408 if myimportpath == "" || varSym.Local() {
418 varname = objabi.PathToPrefix(myimportpath) + varSym.Name[len(`""`):]
443 Importpath: myimportpath,
672 func (ft *DwarfFixupTable) Finalize(myimportpath string, trace bool) {
[all …]
H A Dplist.go22 func Flushplist(ctxt *Link, plist *Plist, newprog ProgAlloc, myimportpath string) {
156 if myimportpath != "" {
157 ctxt.populateDWARF(plist.Curfn, s, myimportpath)
/dports/lang/go-devel/go-dragonfly-amd64-bootstrap/src/cmd/compile/internal/gc/
H A Dracewalk.go50 if myimportpath != "" {
52 if myimportpath == p {
H A Dmain.go323 readSymABIs(symabisPath, myimportpath)
737 Ctxt.DwFixups.Finalize(myimportpath, Debug_gendwarfinl != 0)
782 logopt.FlushLoggedOpts(Ctxt, myimportpath)
808 timings.Write(&buf, "BenchmarkCompile:"+myimportpath+":")
893 func readSymABIs(file, myimportpath string) {
903 if myimportpath != "" {
907 localPrefix = objabi.PathToPrefix(myimportpath) + "."
1120 if myimportpath != "" && path_ == myimportpath {
1403 if myimportpath == "" {
1446 s := Ctxt.Lookup(dwarf.CUInfoPrefix + "producer." + myimportpath)
[all …]
H A Dgsubr.go94 obj.Flushplist(Ctxt, plist, pp.NewProg, myimportpath)
279 if myimportpath == "reflect" {
H A Dgo.go144 var myimportpath string var
H A Dobj.go169 obj.WriteObjFile(Ctxt, bout, myimportpath)
251 Ctxt.DwarfIntConst(myimportpath, n.Sym.Name, typesymname(t), n.Int64())
H A Dreflect.go500 if myimportpath == "runtime" && p == Runtimepkg {
507 str = myimportpath
521 if pkg == localpkg && myimportpath == "" {
540 if pkg == localpkg && myimportpath == "" {
1168 …if myimportpath != "runtime" || (tbase != types.Types[tbase.Etype] && tbase != types.Bytetype && t…
1598 if myimportpath == "runtime" {
H A Dexport.go74 fmt.Printf("BenchmarkExportSize:%s 1 %d bytes\n", myimportpath, size)
H A Ddwinl.go195 Ctxt.DwarfAbstractFunc(ifn, fn, myimportpath)
H A Dnoder.go257 if myimportpath == "" {
260 s.Linkname = objabi.PathToPrefix(myimportpath) + "." + n.local
H A Dsyntax.go291 p := myimportpath
H A Dssa.go4011 pkg = myimportpath
/dports/lang/go-devel/go-dragonfly-amd64-bootstrap/src/cmd/internal/obj/
H A Dobjfile.go578 func (ctxt *Link) populateDWARF(curfn interface{}, s *LSym, myimportpath string) {
593 Importpath: myimportpath,
624 func (ctxt *Link) DwarfIntConst(myimportpath, name, typename string, val int64) { argument
625 if myimportpath == "" {
628 s := ctxt.LookupInit(dwarf.ConstInfoPrefix+myimportpath, func(s *LSym) {
632 …dwarf.PutIntConst(dwCtxt{ctxt}, s, ctxt.Lookup(dwarf.InfoPrefix+typename), myimportpath+"."+name, …
635 func (ctxt *Link) DwarfAbstractFunc(curfn interface{}, s *LSym, myimportpath string) {
648 Importpath: myimportpath,
869 func (ft *DwarfFixupTable) Finalize(myimportpath string, trace bool) {
871 ft.ctxt.Logf("DwarfFixupTable.Finalize invoked for %s\n", myimportpath)
H A Dplist.go22 func Flushplist(ctxt *Link, plist *Plist, newprog ProgAlloc, myimportpath string) {
112 ctxt.populateDWARF(plist.Curfn, s, myimportpath)
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/cmd/compile/internal/ssagen/
H A Dabi.go33 func NewSymABIs(myimportpath string) *SymABIs {
35 if myimportpath != "" {
36 localPrefix = objabi.PathToPrefix(myimportpath) + "."
/dports/net/google-cloud-sdk-app-engine-go/platform/google_appengine/goroot-1.9/src/cmd/compile/internal/gc/
H A Dgo.go134 var myimportpath string var
H A Dmain.go211 flag.StringVar(&myimportpath, "p", "", "set expected package import `path`")
664 timings.Write(&buf, "BenchmarkCompile:"+myimportpath+":")
907 if myimportpath != "" && path_ == myimportpath {
H A Dracewalk.go43 if myimportpath != "" {
45 if myimportpath == p {
H A Dreflect.go439 if myimportpath == "runtime" && p == Runtimepkg {
446 str = myimportpath
462 if pkg == localpkg && myimportpath == "" {
481 if pkg == localpkg && myimportpath == "" {
1107 …if myimportpath == "runtime" && (tbase == types.Types[tbase.Etype] || tbase == types.Bytetype || t…
1522 if myimportpath == "runtime" {
H A Dgsubr.go207 if myimportpath == "reflect" {
H A Dbimport.go309 if myimportpath != "" && path == myimportpath {
H A Dinl.go148 if instrumenting && myimportpath == "runtime" {
H A Dssa.go2971 pkg = myimportpath