代码搜索:section

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

代码结果 10,000
www.eeworm.com/read/447738/1698482

d section0.d

#objdump: -s #name: elf section0 .*: +file format .* Contents of section .data: 0+000 00 ?00 ?00 ?00 ?00 ?00 ?00 ?00 ?00 ?00 ?00 ?00 ?00 ?00 ?00 ?00.* # The MIPS includes a 'section .reginfo' and s
www.eeworm.com/read/440906/1782164

c section-1.c

/* Verify that we get errors for trying to put TLS data in sections which can't work. */ #define A(X) __attribute__((section(X))) __thread int i A("foo"); /* Ok */ __thread int j A(".data");
www.eeworm.com/read/430512/1929339

jsp section_edit.jsp

www.eeworm.com/read/427042/1980402

pl extract-section.pl

#!/usr/bin/perl while() { if (/=for\s+comment\s+openssl_manual_section:(\S+)/) { print "$1\n"; exit 0; } } print "$ARGV[0]\n";
www.eeworm.com/read/395929/2429890

l section2.l

.*: Assembler messages: .*:2: Warning: Section symbols are already global .*GAS.* [ ]+1[ ]+.section A [ ]+2[ ]+.global A [ ]+3 0000 31[ ]+.byte 49
www.eeworm.com/read/395929/2429891

s section0.s

.data .byte 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 .section A .byte 1,1,1,1,1,1,1,1,1,1,1,1,1,1 .pushsection B .byte 2,2,2,2,2,2,2,2,2,2,2,2,2,2,2 .pushsection C .byte 3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3
www.eeworm.com/read/395929/2429892

s section1.s

.data .byte 0,0,0,0,0,0,0,0,0,0,0,0,0,0 .section A .byte 1,1,1,1,1,1,1,1,1,1,1 .previous .byte 0 .previous .byte 1 .pushsection B .byte 2,2,2,2,2,2,2,2,2,2,2,2 .previous .byte 1 .previous
www.eeworm.com/read/395929/2429893

d section1.d

#objdump: -s #name: elf section1 .*: +file format .* Contents of section .text: Contents of section .data: 0+000 00 ?00 ?00 ?00 ?00 ?00 ?00 ?00 ?00 ?00 ?00 ?00 ?00 ?00 ?00 ?00.* # The MIPS includes
www.eeworm.com/read/395929/2429894

e section2.e

Symbol table '.symtab' contains 5 entries: Num: Value[ ]* Size Type Bind Vis Ndx Name 0: 0+0 0 NOTYPE LOCAL DEFAULT UND 1: 0+0 0 SECTION LOCAL DEFAULT 1
www.eeworm.com/read/395929/2429896

s section2.s

.section A .global A .byte 49