Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ObjcopyBuilder ¶
type ObjcopyBuilder struct {
Args []string
Workdir string
Targets []string
Input []string
Output string
OutputType string
builder.GeneralBuilder
}
func NewObjcopyBuilder ¶
func NewObjcopyBuilder(workDir string, logger *log.Logger, debug bool) *ObjcopyBuilder
func (*ObjcopyBuilder) Analyze ¶
func (o *ObjcopyBuilder) Analyze(commandline []string) ([]*service.FileNode, error)
func (*ObjcopyBuilder) GetName ¶
func (o *ObjcopyBuilder) GetName() string
func (*ObjcopyBuilder) GetPrefix ¶
func (o *ObjcopyBuilder) GetPrefix() (string, error)
Click to show internal directories.
Click to hide internal directories.