代码搜索:section

找到约 10,000 项符合「section」的源代码

代码结果 10,000
www.eeworm.com/read/150547/12286894

asm cofftest.asm

; test source file for assembling to COFF ; build with (under DJGPP, for example): ; nasm -f coff cofftest.asm ; gcc -o cofftest cofftest.c cofftest.o ; This file should test the following
www.eeworm.com/read/150547/12286916

asm aouttest.asm

; test source file for assembling to a.out ; build with: ; nasm -f aout aouttest.asm ; gcc -o aouttest aouttest.c aouttest.o ; (assuming your gcc is a.out) ; This file should test the fol
www.eeworm.com/read/123064/14650113

asm cofftest.asm

; test source file for assembling to COFF ; build with (under DJGPP, for example): ; nasm -f coff cofftest.asm ; gcc -o cofftest cofftest.c cofftest.o ; This file should test the following
www.eeworm.com/read/123064/14650132

asm aouttest.asm

; test source file for assembling to a.out ; build with: ; nasm -f aout aouttest.asm ; gcc -o aouttest aouttest.c aouttest.o ; (assuming your gcc is a.out) ; This file should test the fol
www.eeworm.com/read/118993/14845387

asm cofftest.asm

; test source file for assembling to COFF ; build with (under DJGPP, for example): ; nasm -f coff cofftest.asm ; gcc -o cofftest cofftest.c cofftest.o ; This file should test the following
www.eeworm.com/read/118993/14845405

asm aouttest.asm

; test source file for assembling to a.out ; build with: ; nasm -f aout aouttest.asm ; gcc -o aouttest aouttest.c aouttest.o ; (assuming your gcc is a.out) ; This file should test the fol
www.eeworm.com/read/367274/9763700

asm cofftest.asm

;Cannot be automatically tested because it differs every time, ;I guess because of a date/time field. ; test source file for assembling to COFF ; build with (under DJGPP, for example): ; nasm
www.eeworm.com/read/367274/9763774

asm aouttest.asm

;Testname=unoptimized; Arguments=-O0 -faout -oaouttest.o; Files=stdout stderr aouttest.o ;Testname=optimized; Arguments=-Ox -faout -oaouttest.o; Files=stdout stderr aouttest.o ; test source file
www.eeworm.com/read/335984/12485229

asm cofftest.asm

; test source file for assembling to COFF ; build with (under DJGPP, for example): ; nasm -f coff cofftest.asm ; gcc -o cofftest cofftest.c cofftest.o ; This file should test the following
www.eeworm.com/read/335984/12485256

asm aouttest.asm

; test source file for assembling to a.out ; build with: ; nasm -f aout aouttest.asm ; gcc -o aouttest aouttest.c aouttest.o ; (assuming your gcc is a.out) ; This file should test the fol