Searched refs:check_ptr_eq (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-elf/
H A Dcheck-ptr-eq.c5 check_ptr_eq to check if two functions are the same. */
8 check_ptr_eq (void (*f1) (void), void (*f2) (void)) function
H A Dpr18718.c5 extern void check_ptr_eq (void (*) (void), void (*) (void));
32 check_ptr_eq (&foo, &new_foo);
H A Dpr18720a.c6 extern void check_ptr_eq (void (*) (void), void (*) (void));
25 check_ptr_eq (&foo, &foo_alias);

Completed in 213 milliseconds