代码搜索:Architectures

找到约 779 项符合「Architectures」的源代码

代码结果 779
www.eeworm.com/read/159825/5581054

h unaligned.h

#ifndef __I386_UNALIGNED_H #define __I386_UNALIGNED_H /* * The i386 can do unaligned accesses itself. * * The strange macros are there to make sure these can't * be misused in a way that
www.eeworm.com/read/481542/6642988

c dump_stack.c

/* * Provide a default dump_stack() function for architectures * which don't implement their own. */ #include #include void dump_stack(void) { printk(KERN_NOTIC
www.eeworm.com/read/159825/5581114

h unaligned.h

#ifndef __M68K_UNALIGNED_H #define __M68K_UNALIGNED_H /* * The m68k can do unaligned accesses itself. * * The strange macros are there to make sure these can't * be misused in a way that
www.eeworm.com/read/159825/5581173

h unaligned.h

#ifndef __PPC_UNALIGNED_H #define __PPC_UNALIGNED_H /* * The PowerPC can do unaligned accesses itself in big endian mode. * * The strange macros are there to make sure these can't * be mi
www.eeworm.com/read/140797/7147181

h sysconfig.h

/* * klibc/sysconfig.h * * Allows for definitions of some things which may be system-dependent */ #ifndef _KLIBC_SYSCONFIG_H #define _KLIBC_SYSCONFIG_H /* * Define this to obtain memory using s
www.eeworm.com/read/131315/5938402

mt m88k-coff.mt

# Target: Motorola 88000 using coff. # Avoid a huge BFD library TDEFAULTS=-DSELECT_ARCHITECTURES=bfd_m88kbcs_arch -DSELECT_VECS='&m88kbcs_vec'