SYMBOL INDEX (29 symbols across 7 files) FILE: cmd/memexec-gen/main.go function main (line 21) | func main() { function run (line 50) | func run(bin string) error { function out (line 155) | func out(strs ...string) { function goName (line 166) | func goName(name string) string { function ldd (line 172) | func ldd( function init (line 214) | func init() { function lookLibrary (line 237) | func lookLibrary(name string, rpaths, runpaths []string) (string, error) { FILE: memexec.go type Option (line 9) | type Option type Exec (line 12) | type Exec struct method Command (line 48) | func (m *Exec) Command(args ...string) *exec.Cmd { method CommandContext (line 54) | func (m *Exec) CommandContext(ctx context.Context, args ...string) *ex... method Close (line 66) | func (m *Exec) Close() error { function WithPrepare (line 19) | func WithPrepare(fn func(cmd *exec.Cmd)) Option { function WithCleanup (line 26) | func WithCleanup(fn func() error) Option { function New (line 34) | func New(b []byte, opts ...Option) (*Exec, error) { FILE: memexec_all.go function open (line 11) | func open(b []byte) (*os.File, error) { function clean (line 37) | func clean(f *os.File) error { FILE: memexec_linux.go function open (line 13) | func open(b []byte) (*os.File, error) { function clean (line 26) | func clean(f *os.File) error { FILE: memexec_linux_test.go function TestGenLinux (line 10) | func TestGenLinux(t *testing.T) { FILE: memexec_test.go function TestCommand (line 14) | func TestCommand(t *testing.T) { function TestCommand_Shell (line 28) | func TestCommand_Shell(t *testing.T) { function TestCommandContext (line 48) | func TestCommandContext(t *testing.T) { function BenchmarkCommand (line 80) | func BenchmarkCommand(b *testing.B) { function newExec (line 96) | func newExec(t testing.TB, name string) *Exec { function newEchoExec (line 113) | func newEchoExec(t testing.TB) *Exec { function newSleepExec (line 119) | func newSleepExec(t testing.TB) *Exec { function runCommand (line 123) | func runCommand(t *testing.T, cmd *exec.Cmd) string { FILE: testdata/main.go function main (line 11) | func main() {