代码搜索:bug

找到约 10,000 项符合「bug」的源代码

代码结果 10,000
www.eeworm.com/read/385462/2591373

h bug.h

#ifndef __X86_BUG_H__ #define __X86_BUG_H__ #ifdef __x86_64__ #include #else #include #endif struct bug_frame { unsigned char ud2[2]; unsigned char ret;
www.eeworm.com/read/385462/2591406

h bug.h

#ifndef __X86_32_BUG_H__ #define __X86_32_BUG_H__ struct bug_frame_str { unsigned char mov[1]; unsigned long str; } __attribute__((packed)); #define BUG_MOV_STR "\xbc" #define dump_execution
www.eeworm.com/read/385462/2591450

h bug.h

#ifndef __X86_64_BUG_H__ #define __X86_64_BUG_H__ struct bug_frame_str { unsigned char mov[2]; unsigned long str; } __attribute__((packed)); #define BUG_MOV_STR "\x48\xbc" #define dump_execu
www.eeworm.com/read/385462/2591633

h bug.h

#ifndef __IA64_BUG_H__ #define __IA64_BUG_H__ #define BUG() __bug(__FILE__, __LINE__) #define WARN() __warn(__FILE__, __LINE__) #define dump_execution_state() printk("FIXME: implement ia64 dump_exec
www.eeworm.com/read/382758/2627775

pm bug.pm

# -*- Mode: perl; indent-tabs-mode: nil -*- # # The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with
www.eeworm.com/read/372310/2775249

java bug.java

/* * Bug.java * * Created on 2006年12月17日, 下午6:23 * * To change this template, choose Tools | Template Manager * and open the template in the editor. */ package bugtrail.basic; impo
www.eeworm.com/read/366702/2879399

c bug.c

foo (a, b) { return a - 65536; }
www.eeworm.com/read/362989/2925016

h bug.h

#ifndef _ASM_GENERIC_BUG_H #define _ASM_GENERIC_BUG_H #include #include #ifdef CONFIG_BUG #ifndef HAVE_ARCH_BUG #define BUG() do { \ printk("kernel BUG at %s:%d!
www.eeworm.com/read/362989/2925396

h bug.h

#ifndef _ASMARM_BUG_H #define _ASMARM_BUG_H #include #ifdef CONFIG_BUG #ifdef CONFIG_DEBUG_BUGVERBOSE extern void __bug(const char *file, int line, void *data) __attribute__((noretu
www.eeworm.com/read/262041/4317359

h bug.h

#ifndef __ASM_BUG_H #define __ASM_BUG_H #include #ifdef CONFIG_BUG #include #define BUG() \ do { \ __asm__ __volatile__("break %0" : : "i"