代码搜索:section
找到约 10,000 项符合「section」的源代码
代码结果 10,000
www.eeworm.com/read/347503/3172379
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/340665/3268181
l section2.l
.*: Assembler messages:
.*:2: Warning: .*
.*GAS.*
[ ]+1[ ]+.section A
[ ]+2[ ]+.global A
[ ]+3 0000 31[ ]+.byte 49
www.eeworm.com/read/340665/3268182
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/340665/3268183
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/340665/3268184
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/340665/3268185
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/340665/3268192
d section0.d
#objdump: -s
#name: elf section0
.*: +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/340665/3280509
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");