(root)/
binutils-2.41/
ld/
testsuite/
ld-x86-64/
protected-func-1.h
       1  extern int protected_func_1a (void);
       2  extern int protected_func_1b (void);
       3  
       4  typedef int (*protected_func_type) (void);
       5  extern protected_func_type protected_func_1a_p (void);
       6  extern protected_func_type protected_func_1b_p (void);