Searched defs:section (Results 1 - 25 of 186) sorted by relevance

12345678

/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/bin/tests/multisect/
H A Dfollows-loop1-err.asm0 section sect1 follows=sect2
2 section sect2 follows=sect1 label
1 section sect1 follows=sect2 label
H A Dfollows-loop2-err.asm0 section sect follows=sect
1 section sect follows=sect label
H A Dfollows-notfound-err.asm0 section foo follows=bar
1 section foo follows=bar label
H A Dmultisect3.asm2 section .text label
5 section .foo nobits follows=.text label
8 section .bss label
H A Dvfollows-loop1-err.asm0 section sect1 vfollows=sect2
2 section sect2 vfollows=sect1 label
1 section sect1 vfollows=sect2 label
H A Dvfollows-loop2-err.asm0 section sect vfollows=sect
1 section sect vfollows=sect label
H A Dvfollows-notfound-err.asm0 section foo vfollows=bar
1 section foo vfollows=bar label
H A Dbin-align.asm2 section .text label
6 section .data label
9 section .foo align=4 label
11 section .bar valign=4 label
H A Dbin-ssym.asm0 section foo start=0x10 vstart=0x6000
2 mov si, section.foo.start
3 mov di, section.foo.vstart
4 mov cx, section.foo.length
5 ;mov dx, section.foo.vstart-section.foo.start
1 section foo start=0x10 vstart=0x6000 label
H A Dinitbss.asm0 section .bss
4 section foo nobits label
1 section .bss label
H A Dmultisect5.asm3 section sect1 start=0x100 vstart=0x2000 label
5 section sect2 follows=sect1 label
8 section sect3 start=0x300 vstart=0x4000 label
10 section sect4 follows=sect3 label
12 section sect5 vfollows=sect3 label
15 section sect6 start=0x600 vstart=0x6000 label
17 section sect7 follows=sect6 valign=16 label
19 section sect8 follows=sect7 valign=16 ; NASM bug - sect7 and sect8 overlap label
22 section sect9 vfollows=sect8 label
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/tests/
H A Delf-overdef.asm0 section .text align=64
1 section .text align=64 label
H A Dnasm-sectname.asm2 section .note.GNU-stack label
3 section "more$$&complex" label
H A Dnasm-forceident.asm0 section ".text"
3 section '.text' label
5 section $foo label
1 section ".text" label
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/macho/tests/nasm32/
H A Dmacho32-sect.asm0 section .data
2 section __x label
3 section __y segname=__Y label
4 section __Z, __z label
5 section __Y __bar label
6 section __reallylongname12345 label
7 section __REALLYLONGSEGNAME __1 label
8 section __2 __reallylongsectname label
9 section __2REALLYLONGSEGNAME __2reallylongsectname label
1 section .data label
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/win32/tests/
H A Dwin32-overdef.asm0 section .text align=64
1 section .text align=64 label
H A Dwin32-segof.asm8 section .data label
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/xdf/tests/
H A Dxdf-overdef.asm0 section .text align=64
1 section .text align=64 label
H A Dxdfsect-err.asm0 [section]
2 section 1 use16=5 label
3 section 2 use32=5 label
4 section 3 use64=5 label
5 section 4 bss=5 label
6 section 5 flat=5 label
7 section 6 foo label
8 section 7 foo=5 label
9 section 8 absolute=foo label
10 section label
11 section 10 absolute label
12 section 11 virtual=foo label
13 section 12 virtual="foo" label
14 section 13 virtual label
15 section 14 align=foo label
16 section 15 align="foo" label
17 section 16 align label
18 section 17 "bar" label
[all...]
H A Dxdfsect.asm0 section 1
2 section 2 use16 label
3 section 3 use32 label
4 section 4 use64 label
5 section 5 bss label
6 section 6 flat label
7 section 7 use16 flat label
8 section 8 use32 bss label
9 section 9 use64 absolute=0x5555 flat label
10 section 1 label
1 section 1 label
11 section 11 use32 align=4 label
12 section 12 use16 absolute=0x1111 virtual=0x2222 align=4 flat bss label
13 section 13 use16 use32 use64 label
[all...]
/external/chromium_org/third_party/libvpx/source/libvpx/vpx_ports/
H A Demms.asm14 section .text label
H A Dx86_abi_support.asm367 ; Name of the rodata section
372 %define SECTION_RODATA section .text
375 section .text label
378 %define SECTION_RODATA section .data
380 %define SECTION_RODATA section .rodata
386 section .note.GNU-stack noalloc noexec nowrite progbits label
387 section .text label
389 section .note.GNU-stack noalloc noexec nowrite progbits label
390 section .text label
392 section label
393 section .text label
[all...]
/external/libvpx/libvpx/vpx_ports/
H A Demms.asm14 section .text label
H A Dx86_abi_support.asm367 ; Name of the rodata section
372 %define SECTION_RODATA section .text
375 section .text label
378 %define SECTION_RODATA section .data
380 %define SECTION_RODATA section .rodata
386 section .note.GNU-stack noalloc noexec nowrite progbits label
387 section .text label
389 section .note.GNU-stack noalloc noexec nowrite progbits label
390 section .text label
392 section label
393 section .text label
[all...]
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/tests/
H A Dvalue-mask.asm3 section .bss label

Completed in 229 milliseconds

12345678