upload android base code part8
This commit is contained in:
parent
841ae54672
commit
5425409085
57075 changed files with 9846578 additions and 0 deletions
|
@ -0,0 +1,32 @@
|
|||
#source: start.s
|
||||
#ld: -u undefd -m elf64mmix
|
||||
#readelf: -S -s
|
||||
|
||||
There are 5 section headers, starting at offset .*:
|
||||
|
||||
Section Headers:
|
||||
+\[Nr\] Name +Type +Address +Offset
|
||||
+Size +EntSize +Flags +Link +Info +Align
|
||||
+\[ 0\] +NULL +0+ +0+
|
||||
+0+ +0+ +0 +0 +0
|
||||
+\[ 1\] \.text +PROGBITS +0+ +0+78
|
||||
+0+4 +0+ +AX +0 +0 +4
|
||||
+\[ 2\] \.shstrtab +STRTAB +0+ +0+7c
|
||||
+0+21 +0+ +0 +0 +1
|
||||
+\[ 3\] \.symtab +SYMTAB +0+ .*
|
||||
+0+c0 +0+18 +4 +2 +8
|
||||
+\[ 4\] \.strtab +STRTAB +0+ .*
|
||||
+0+2f +0+ +0 +0 +1
|
||||
Key to Flags:
|
||||
#...
|
||||
|
||||
Symbol table '\.symtab' contains 8 entries:
|
||||
+Num: +Value +Size +Type +Bind +Vis +Ndx +Name
|
||||
+0: 0+ +0 +NOTYPE +LOCAL +DEFAULT +UND
|
||||
+1: 0+ +0 +SECTION +LOCAL +DEFAULT +1
|
||||
+2: 0+ +0 +NOTYPE +GLOBAL +DEFAULT +UND undefd
|
||||
+3: 0+ +0 +NOTYPE +GLOBAL +DEFAULT +1 _start
|
||||
+4: 2000000000000000 +0 +NOTYPE +GLOBAL +DEFAULT +1 __bss_start
|
||||
+5: 2000000000000000 +0 +NOTYPE +GLOBAL +DEFAULT +1 _edata
|
||||
+6: 2000000000000000 +0 +NOTYPE +GLOBAL +DEFAULT +1 _end
|
||||
+7: 0+ +0 +NOTYPE +GLOBAL +DEFAULT +1 _start\.
|
Loading…
Add table
Add a link
Reference in a new issue