1 #source: start.s 2 #readelf: -d -s -D 3 #ld: -shared --hash-style=gnu 4 #target: *-*-linux* *-*-gnu* 5 #notarget: mips*-*-* 6 7 #... 8 +0x[0-9a-z]+ +\(GNU_HASH\) +0x[0-9a-z]+ 9 #... 10 +[0-9]+ +[0-9]+: +[0-9a-f]+ +[0-9]+ +NOTYPE +GLOBAL +DEFAULT +[1-9] _start 11 #... 12 +[0-9]+ +[0-9]+: +[0-9a-f]+ +[0-9]+ +NOTYPE +GLOBAL +DEFAULT +[1-9] main 13 #... 14 +[0-9]+ +[0-9]+: +[0-9a-f]+ +[0-9]+ +NOTYPE +GLOBAL +DEFAULT +[1-9] start 15 #... 16 +[0-9]+ +[0-9]+: +[0-9a-f]+ +[0-9]+ +NOTYPE +GLOBAL +DEFAULT +[1-9] __start 17 #... 18