xref
: /
DragonStub
/
lib
/
arm
/
edk2asm.h
(revision f412fd2a1a248b546b7085648dece8d908077fab)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
2
#
define
ASM_PFX
(
x
)
x
3
#
define
GCC_ASM_EXPORT
(
x
) \
4
.
globl
x
; \
5
.
type
x
, %
function
6
7