Home | History | Annotate | Download | only in objfile

Lines Matching full:nil

49 	if err != nil {
50 return nil, err
53 if raw, err := try(r); err == nil {
54 return &File{r, raw}, nil
58 return nil, fmt.Errorf("open %s: unrecognized object file", name)
67 if err != nil {
68 return nil, err
71 return syms, nil
82 if err != nil {
83 return nil, err