OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:_asmstr
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/macho/tests/nasm64/
machotest64.asm
29
[GLOBAL
_asmstr
] ; [2]
51
mov rax,qword
_asmstr
101
_asmstr
db 'hello, world', 0 ; [2]
define
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/coff/tests/
cofftest.asm
28
[GLOBAL
_asmstr
] ; [2]
65
_asmstr
db 'hello, world', 0 ; [2]
define
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/macho/tests/gas32/
gas-macho32.asm
27
.globl
_asmstr
# [2]
65
_asmstr
: .asciz "hello, world" # [2]
label
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/macho/tests/nasm32/
machotest.asm
28
[GLOBAL
_asmstr
] ; [2]
70
_asmstr
db 'hello, world', 0 ; [2]
define
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/win32/tests/
win32test.asm
28
[GLOBAL
_asmstr
] ; [2]
65
_asmstr
db 'hello, world', 0 ; [2]
define
Completed in 76 milliseconds