HomeSort by relevance Sort by last modified time
    Searched defs:freebsd (Results 1 - 4 of 4) sorted by null

  /external/syzkaller/sys/freebsd/
init.go 4 package freebsd package
  /external/syzkaller/sys/syz-extract/
freebsd.go 15 type freebsd struct{} type
17 func (*freebsd) prepare(sourcedir string, build bool, arches []string) error {
22 return fmt.Errorf("freebsd requires -build flag")
27 func (*freebsd) prepareArch(arch *Arch) error {
39 func (*freebsd) processFile(arch *Arch, info *compiler.ConstInfo) (map[string]uint64, map[string]bool, error) {
53 // Syscall consts on freebsd have weird prefixes sometimes,
  /external/syzkaller/pkg/report/
freebsd.go 11 type freebsd struct { type
18 ctx := &freebsd{
26 func (ctx *freebsd) ContainsCrash(output []byte) bool {
30 func (ctx *freebsd) Parse(output []byte) *Report {
76 func (ctx *freebsd) Symbolize(rep *Report) error {
  /external/clang/lib/Driver/
Tools.h 487 /// freebsd -- Directly call GNU Binutils assembler and linker
488 namespace freebsd { namespace in namespace:clang::driver::tools
492 : GnuTool("freebsd::Assembler", "assembler", TC) {}
504 Linker(const ToolChain &TC) : GnuTool("freebsd::Linker", "linker", TC) {}
514 } // end namespace freebsd
    [all...]

Completed in 294 milliseconds