代码搜索结果
找到约 86,300 项符合
ARM 的代码
arm.cpp
// ARM.cpp
#include "StdAfx.h"
#include "ARM.h"
extern "C"
{
#include "../../../../C/Compress/Branch/BranchARM.h"
}
UInt32 CBC_ARM_Encoder::SubFilter(Byte *data, UInt32 size)
{
retu
booting.arm
Booting ARM Linux
In order to boot ARM Linux, you require a boot loader, which is a small program
that runs before the main kernel. The boot loader is expected to initi
arm.h
// ARM.h
#ifndef __ARM_H
#define __ARM_H
#include "BranchCoder.h"
MyClassA(BC_ARM, 0x05, 1)
#endif
arm.cpp
// ARM.cpp
#include "StdAfx.h"
#include "ARM.h"
#include "BranchARM.c"
UInt32 CBC_ARM_Encoder::SubFilter(Byte *data, UInt32 size)
{
return ::ARM_Convert(data, size, _bufferPos, 1);
}
gcc-4.0-arm-bigendian.patch
By Lennert Buytenhek
Adds support for arm*b-linux* big-endian ARM targets
Fixes following build error for big-endian ARM targets:
armeb-unknown-linux-gnu/gcc-4.0.0-20050410-
glibc-2.3.4-allow-gcc-4.0-arm.patch
Fixes
In file included from dynamic-link.h:22,
from dl-reloc.c:265:
../sysdeps/arm/dl-machine.h: In function '_dl_relocate_object':
../sysdeps/arm/dl-machine.h:371: error: invalid sto
arm-ctl_bus_isa.patch
Applies to both glibc-2.2.5 and glibc-2.3.2, and probably glibc cvs as of Aug 2004.
Needed to build glibc with linux kernels 2.4.23 or higher on ARM,
Fixes following error:
../sysdeps/unix/sysv/linu
glibc-2.3.2-arm-fix-strlen.patch
See also
http://lists.gnu.org/archive/html/bug-glibc/2002-12/msg00056.html
http://lists.arm.linux.org.uk/pipermail/linux-arm-toolchain/2004-June/000016.html
2002-12-12 Andreas Schwab
arm-asm-clobber.patch
http://gcc.gnu.org/PR11103
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/unix/sysv/linux/arm/sysdep.h.diff?r1=1.22&r2=1.23&cvsroot=glibc
http://lists.arm.linux.org.uk/pipermail/linux-arm/2
arm-ctl_bus_isa.patch
Applies to both glibc-2.2.5 and glibc-2.3.2, and probably glibc cvs as of Aug 2004.
Needed to build glibc with linux kernels 2.4.23 or higher on ARM,
Fixes following error:
../sysdeps/unix/sysv/linu