代码搜索:section
找到约 10,000 项符合「section」的源代码
代码结果 10,000
www.eeworm.com/read/347503/3172354
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/347503/3172357
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/347503/3172358
d section3.d
#readelf: -S
#name: note section
#...
[ ]*\[.*\][ ]+\.foo[ ]+NOTE.*
#pass
www.eeworm.com/read/347503/3172359
d section1.d
#objdump: -s
#name: elf section1
.*: +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/347503/3172361
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/347503/3172368
s section4.s
.text
.L1:
.align 4
.L2:
.L3:
.section .data,"",%progbits
.long .L3 - .L1
.section .text,"axG",%progbits,foo,comdat
.word 0
www.eeworm.com/read/347503/3172373
l section5.l
.*: Assembler messages:
.*:7: Warning: .*
.*:7: Warning: .*
.*:10: Warning: .*
.*:13: Warning: .*
.*:16: Warning: .*
.*:18: Warning: .*
.*:20: Warning: .*
.*:22: Warning: .*
.*:24: Warning: .*
.*GAS.*
www.eeworm.com/read/347503/3172376
s section5.s
.section .test0
.section .test1, "", %progbits
.section .test2
.section .test3, "aw"
.section .test4, "aw", %nobits
.section .test1, "aw", %nobits
test1: .long test1
.section .test2, "w"
test