blob: 48515435ffb0d4f4d402d10fe9e4bbbd3f99f430 (
plain)
1
2
3
4
5
6
7
|
# Make sure no internal symbol is present in the dynamic symbol table, e.g.:
# Num: Value Size Type Bind Vis Ndx Name
# 6: 004003f0 8 FUNC GLOBAL INTERNAL 8 f1
#failif
#...
.+ +INTERNAL +.+ +f1
#pass
|