blob: c3c6b16a8ca64b08cb9893ec060af810213832f1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
#source: empty-aligned.s
#ld: -T empty-aligned.t
#readelf: -l --wide
#...
Program Headers:
+Type +Offset +VirtAddr +PhysAddr +FileSiz +MemSiz +Flg +Align
+LOAD +0x[0-9a-f]+ 0x[0-9a-f]+ 0x[0-9a-f]+ 0x[0-9a-f]+ 0x[0-9a-f]+ [RWE ]+ +0x[0-9a-f]+
+LOAD +0x[0-9a-f]+ 0x[0-9a-f]+ 0x[0-9a-f]+ 0x[0-9a-f]+ 0x[0-9a-f]+ [RWE ]+ +0x[0-9a-f]+
Section to Segment mapping:
+Segment Sections\.\.\.
+00.*\.text.*\.text2.*
+01.*.data.*
|