HomeSort by relevance Sort by last modified time
    Searched refs:funcsyms (Results 1 - 8 of 8) sorted by null

  /external/libunwind/tests/
run-coredump-unwind 12 funcsyms=`mktemp`
20 nm "$debuginfo" --format=posix --defined-only | awk '{ if ($2 == "T" || $2 == "t") print $1 }' | sort > "$funcsyms"
22 comm -13 "$dynsyms" "$funcsyms" > "$keep_symbols"
29 rm -f "$dynsyms" "$funcsyms" "$keep_symbols" "$mini_debuginfo"
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
obj.go 267 obj.SortSlice(funcsyms, func(i, j int) bool {
268 return funcsyms[i].LinksymName() < funcsyms[j].LinksymName()
270 for _, s := range funcsyms {
276 // Do not reprocess funcsyms on next dumpglobls call.
277 funcsyms = nil
go.go 180 funcsymsmu sync.Mutex // protects funcsyms and associated package lookups (see func funcsym) var
181 funcsyms []*types.Sym
dcl.go 1052 // funcsymsmu here serves to protect not just mutations of funcsyms (below),
1068 funcsyms = append(funcsyms, s)
1077 // the funcsyms are created as needed by
1093 // get funcsyms.
1097 funcsyms = append(funcsyms, s)
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
obj.go 267 obj.SortSlice(funcsyms, func(i, j int) bool {
268 return funcsyms[i].LinksymName() < funcsyms[j].LinksymName()
270 for _, s := range funcsyms {
276 // Do not reprocess funcsyms on next dumpglobls call.
277 funcsyms = nil
go.go 180 funcsymsmu sync.Mutex // protects funcsyms and associated package lookups (see func funcsym) var
181 funcsyms []*types.Sym
dcl.go 1052 // funcsymsmu here serves to protect not just mutations of funcsyms (below),
1068 funcsyms = append(funcsyms, s)
1077 // the funcsyms are created as needed by
1093 // get funcsyms.
1097 funcsyms = append(funcsyms, s)
  /build/make/core/
definitions.mk     [all...]

Completed in 254 milliseconds