Home
last modified time | relevance | path

Searched refs:function_ptr (Results 1 – 7 of 7) sorted by relevance

/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/
H A Dasm2.C5 typedef void (function_ptr)(int); typedef
11 template<function_ptr ptr> void doit(int i) in doit()
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dlibgcc2.c1602 typedef (*function_ptr) (void); in __clear_cache()
1627 (((function_ptr) (((int) array + INSN_CACHE_LINE_WIDTH - 1) in __clear_cache()
1677 ((function_ptr) addr) (); in __clear_cache()
1686 ((function_ptr) start_addr) (); in __clear_cache()
H A DChangeLog.21029 function_ptr, getpagesize, __enable_execute_stack,
/openbsd-src/gnu/usr.bin/binutils/bfd/
H A Ddwarf2.c1299 struct funcinfo **function_ptr, in lookup_address_in_function_table() argument
1311 *function_ptr = each_func; in lookup_address_in_function_table()
H A DChangeLog-02039812 (lookup_address_in_function_table): New argument function_ptr.
/openbsd-src/gnu/usr.bin/binutils-2.17/bfd/
H A Ddwarf2.c1422 struct funcinfo **function_ptr, in lookup_address_in_function_table() argument
1449 *function_ptr = best_fit; in lookup_address_in_function_table()
H A DChangeLog-02039812 (lookup_address_in_function_table): New argument function_ptr.