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

  /external/syzkaller/sys/netbsd/
init.go 4 package netbsd package
  /external/syzkaller/pkg/report/
netbsd.go 10 type netbsd struct { type
17 ctx := &netbsd{
25 func (ctx *netbsd) ContainsCrash(output []byte) bool {
29 func (ctx *netbsd) Parse(output []byte) *Report {
33 func (ctx *netbsd) Symbolize(rep *Report) error {
  /external/syzkaller/sys/syz-extract/
netbsd.go 15 type netbsd struct{} type
17 func (*netbsd) prepare(sourcedir string, build bool, arches []string) error {
22 return fmt.Errorf("netbsd requires -build flag")
27 func (*netbsd) prepareArch(arch *Arch) error {
53 func (*netbsd) processFile(arch *Arch, info *compiler.ConstInfo) (map[string]uint64, map[string]bool, error) {
69 // Syscall consts on netbsd have weird prefixes sometimes,
  /external/clang/lib/Driver/
Tools.h 516 /// netbsd -- Directly call GNU Binutils assembler and linker
517 namespace netbsd { namespace in namespace:clang::driver::tools
521 : GnuTool("netbsd::Assembler", "assembler", TC) {}
533 Linker(const ToolChain &TC) : GnuTool("netbsd::Linker", "linker", TC) {}
543 } // end namespace netbsd
    [all...]
  /external/honggfuzz/
honggfuzz.h 293 /* For the NetBSD code */
303 } netbsd; member in struct:__anon23709
351 /* For NetBSD code */
358 } netbsd; member in struct:__anon23724

Completed in 151 milliseconds