/external/elfutils/tests/ |
find-prologues.c | 50 handle_function (Dwarf_Die *func, void *arg) function 111 dwarf_getfuncs (a.cu, &handle_function, &a, 0);
|
funcretval.c | 50 handle_function (Dwarf_Die *funcdie, void *arg) function 109 dwarf_getfuncs (a.cu, &handle_function, &a, 0);
|
funcscopes.c | 113 handle_function (Dwarf_Die *funcdie, void *arg) function 197 dwarf_getfuncs (a.cu, &handle_function, &a, 0);
|
ChangeLog | 560 * funcretval.c (handle_function): Don't take DW_AT_type of FUNCDIE, 615 * funcscopes.c (handle_function): Likewise. 617 * find-prologues.c (handle_function): Likewise. 624 * find-prologues.c (handle_function): Skip inlines.
|
/ndk/sources/host-tools/make-3.81/ |
variable.h | 125 extern int handle_function PARAMS ((char **op, char **stringp));
|
expand.c | 255 if (handle_function (&op, &begp))
|
function.c | 2124 handle_function (char **op, char **stringp) function [all...] |
ChangeLog | 173 (handle_function): Ditto. [all...] |