代码搜索结果
找到约 10,000 项符合
ARM 的代码
arm.ld
ENTRY(start)
MEMORY
{
ram : ORIGIN = 0x0, LENGTH = 0x2000
}
SECTIONS
{
.text 0x00000000 : { _stext = .; *(.text*) *(.gnu.warning) *(.gnu.linkonce.t.*) *(.init) *(.glue_7) *(.glue_7t) } > ram
arm.h
/* ARM opcode list.
Copyright 1989, 1991 Free Software Foundation, Inc.
This file is part of GDB and GAS.
GDB and GAS are free software; you can redistribute it and/or modify
it under the terms o
arm.h
/* ARM COFF support for BFD.
Copyright 1998, 1999, 2000 Free Software Foundation, Inc.
This file is part of BFD, the Binary File Descriptor library.
This program is free software; you can r
arm.h
/* ARM ELF support for BFD.
Copyright 1998, 1999, 2000, 2001 Free Software Foundation, Inc.
This file is part of BFD, the Binary File Descriptor library.
This program is free software; you
arm.exp
#
# Some ARM tests
#
if {[istarget *arm*-*-*] || [istarget "xscale-*-*"]} then {
run_dump_test "inst"
gas_test "arm3.s" "" $stdoptlist "Arm 3 instructions"
gas_test "arm6.s" "" $stdoptli
config.arm
#
# For a description of the syntax of this configuration file,
# see extra/config/Kconfig-language.txt
#
config HAVE_ELF
bool
default y
config TARGET_ARCH
default "arm"
config ARCH_CFLAGS
stri
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);
}
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"
extern "C"
{
#include "../../../../C/Compress/Branch/BranchARM.h"
}
UInt32 CBC_ARM_Encoder::SubFilter(Byte *data, UInt32 size)
{
retu