HomeSort by relevance Sort by last modified time
    Searched refs:textp (Results 26 - 34 of 34) sorted by null

12

  /prebuilts/go/linux-x86/src/cmd/link/internal/ld/
objfile.go 412 r.lib.textp = append(r.lib.textp, s)
link.go 191 Textp []*Symbol
228 textp []*Symbol // text symbols defined in this library
lib.go 627 // put symbols into Textp
636 ctxt.Textp = append(ctxt.Textp, lib.textp...)
639 ctxt.Textp = append(ctxt.Textp, s)
649 // pcln table entries for these any more so remove them from Textp.
650 textp := make([]*Symbol, 0, len(ctxt.Textp))
651 for _, s := range ctxt.Textp {
    [all...]
ldmacho.go 684 // Sort outer lists by address, adding to textp.
685 // This keeps textp in increasing address order.
710 ctxt.Textp = append(ctxt.Textp, s)
716 ctxt.Textp = append(ctxt.Textp, s1)
ldelf.go 831 // Sort outer lists by address, adding to textp.
832 // This keeps textp in increasing address order.
846 ctxt.Textp = append(ctxt.Textp, s)
852 ctxt.Textp = append(ctxt.Textp, s)
  /prebuilts/go/darwin-x86/src/cmd/link/internal/ld/
link.go 191 Textp []*Symbol
228 textp []*Symbol // text symbols defined in this library
lib.go 627 // put symbols into Textp
636 ctxt.Textp = append(ctxt.Textp, lib.textp...)
639 ctxt.Textp = append(ctxt.Textp, s)
649 // pcln table entries for these any more so remove them from Textp.
650 textp := make([]*Symbol, 0, len(ctxt.Textp))
651 for _, s := range ctxt.Textp {
    [all...]
ldmacho.go 684 // Sort outer lists by address, adding to textp.
685 // This keeps textp in increasing address order.
710 ctxt.Textp = append(ctxt.Textp, s)
716 ctxt.Textp = append(ctxt.Textp, s1)
ldelf.go 831 // Sort outer lists by address, adding to textp.
832 // This keeps textp in increasing address order.
846 ctxt.Textp = append(ctxt.Textp, s)
852 ctxt.Textp = append(ctxt.Textp, s)

Completed in 303 milliseconds

12