2017-06-14 03:03:40 +08:00
|
|
|
#source: startof.s
|
2017-06-13 23:18:19 +08:00
|
|
|
#ld: -Ur
|
|
|
|
#readelf: -sW
|
|
|
|
|
|
|
|
Symbol table '\.symtab' contains [0-9]+ entries:
|
|
|
|
+Num: +Value +Size Type +Bind +Vis +Ndx Name
|
|
|
|
+0: 0+ +0 +NOTYPE +LOCAL +DEFAULT +UND +
|
|
|
|
#...
|
2017-06-26 23:08:55 +08:00
|
|
|
+[0-9]+: +[a-f0-9]+ +0 +(NOTYPE|OBJECT) +(LOCAL +DEFAULT +[0-9]+ +___?start_scnfoo|GLOBAL +DEFAULT +UND +.startof.scnfoo)
|
2017-06-13 23:18:19 +08:00
|
|
|
#...
|
2017-06-26 23:08:55 +08:00
|
|
|
+[0-9]+: +[a-f0-9]+ +0 +(NOTYPE|OBJECT) +GLOBAL +DEFAULT +(UND +.startof.scnfoo|[0-9]+ +___?start_scnfoo)
|
2017-06-13 23:18:19 +08:00
|
|
|
#pass
|