mirror of
https://github.com/autc04/Retro68.git
synced 2024-11-19 18:46:30 +00:00
16 lines
540 B
R
16 lines
540 B
R
Relocation section .*
|
|
# Ensure there is a dynamic relocation against x
|
|
#...
|
|
[0-9a-f]+ +[0-9a-f]+ R_.* +x(| \+ 0)
|
|
#...
|
|
Symbol table '.dynsym' contains [0-9]+ entries:
|
|
# And ensure the dynamic symbol table contains at least x@VERS.0
|
|
# and foo@@VERS.0 symbols
|
|
#...
|
|
+[0-9]+: [0-9a-f]+ +(4 OBJECT +GLOBAL DEFAULT +[0-9]+ x|[0-9]+ FUNC +GLOBAL DEFAULT +[0-9]+ foo@)@VERS\.0
|
|
#...
|
|
+[0-9]+: [0-9a-f]+ +(4 OBJECT +GLOBAL DEFAULT +[0-9]+ x|[0-9]+ FUNC +GLOBAL DEFAULT +[0-9]+ foo@)@VERS\.0
|
|
#...
|
|
Symbol table '.symtab' contains [0-9]+ entries:
|
|
#pass
|