TianoCore EDK2 master
|
Go to the source code of this file.
Macros | |
#define | _ASM_FUNC(Name, Section) |
#define | ASM_FUNC(Name) _ASM_FUNC(ASM_PFX(Name), .text. ## Name) |
#define | MOV32(Reg, Val) |
#define | ADRL(Reg, Sym) |
#define | LDRL(Reg, Sym) |
Macros to work around lack of Apple support for LDR register, =expr
Copyright (c) 2008 - 2009, Apple Inc. All rights reserved.
Copyright (c) 2011-2012, ARM Ltd. All rights reserved.
Copyright (c) 2016, Linaro Ltd. All rights reserved.
SPDX-License-Identifier: BSD-2-Clause-Patent
Definition in file AsmMacroLib.h.
#define _ASM_FUNC | ( | Name, | |
Section | |||
) |
Definition at line 15 of file AsmMacroLib.h.
#define ADRL | ( | Reg, | |
Sym | |||
) |
Definition at line 28 of file AsmMacroLib.h.
#define ASM_FUNC | ( | Name | ) | _ASM_FUNC(ASM_PFX(Name), .text. ## Name) |
Definition at line 22 of file AsmMacroLib.h.
#define LDRL | ( | Reg, | |
Sym | |||
) |
Definition at line 33 of file AsmMacroLib.h.
#define MOV32 | ( | Reg, | |
Val | |||
) |
Definition at line 24 of file AsmMacroLib.h.