代码搜索:section

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

代码结果 10,000
www.eeworm.com/read/390183/8480502

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/390183/8480553

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/460770/7241096

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/460770/7241106

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 following
www.eeworm.com/read/435646/7788391

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/435646/7788402

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/117605/6101228

asm stabs-elf.asm

; test source file for assembling to ELF ; copied from cofftest.asm; s/_//g s/coff/elf/g ; build with (under Linux, for example): ; yasm -f elf elftest.asm ; gcc -o elftest elftest.c elftest.o
www.eeworm.com/read/117605/6101238

asm win32test.asm

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

asm cofftest.asm

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

asm elftest.asm

; test source file for assembling to ELF ; copied from cofftest.asm; s/_//g s/coff/elf/g ; build with (under Linux, for example): ; yasm -f elf elftest.asm ; gcc -o elftest elftest.c elftest.o