代码搜索结果

找到约 10,000 项符合 ARM 的代码

arm.h

/* ARM COFF support for BFD. Copyright 1998, 1999, 2000, 2002 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. This program is free software; you

arm.h

/* ARM ELF support for BFD. Copyright 1998, 1999, 2000, 2001, 2002 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. This program is free software

arm.ld

//============================================================================= // // MLT linker script for ARM // adapted from packages/hal/arm/pid/v1_1/src/pid.ld // //==============================

config.arm

# Library Configuration rules for uClibc # # This file contains rules which are shared between multiple Makefiles. Feel # free to adjust to taste... # -Erik Andersen

cstartup.arm

;------------------------------------------------------------------------------ ;- ATMEL Microcontroller Software Support - ROUSSET - ;----------------------------------------------------

makefile-arm

# Makefile for zlib # Copyright (C) 1995-1998 Jean-loup Gailly. # For conditions of distribution and use, see copyright notice in zlib.h # To compile and test, type: # ./configure; make test # The

arm.inc

comment "subroutine prologue" .macro gdbasm_enter mov ip, sp stmdb sp!, {fp, ip, lr, pc} sub fp, ip, #4 .endm comment "subroutine epilogue" .macro gdbasm_leave ldmea fp, {fp, sp, pc} .endm

arm.inc

;------------------------------------------------------------------------------ ;- ATMEL Microcontroller Software Support - ROUSSET - ;----------------------------------------------------

arm.h

//*---------------------------------------------------------------------------- //* ATMEL Microcontroller Software Support - ROUSSET - //*-------------------------------------------------

cstartup.arm

;------------------------------------------------------------------------------ ;- ATMEL Microcontroller Software Support - ROUSSET - ;----------------------------------------------------