Searched refs:handle_function (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/external/elfutils/tests/ |
H A D | find-prologues.c | 42 handle_function (Dwarf_Die *func, void *arg) in handle_function() function 103 dwarf_getfuncs (a.cu, &handle_function, &a, 0); in main()
|
H A D | funcretval.c | 43 handle_function (Dwarf_Die *funcdie, void *arg) in handle_function() function 113 dwarf_getfuncs (a.cu, &handle_function, &a, 0); in main()
|
H A D | funcscopes.c | 105 handle_function (Dwarf_Die *funcdie, void *arg) in handle_function() function 190 dwarf_getfuncs (a.cu, &handle_function, &a, 0); in main()
|
H A D | varlocs.c | 894 handle_function (Dwarf_Die *funcdie, void *arg __attribute__((unused))) in handle_function() function 1156 else if (dwarf_getfuncs (&cudie, handle_function, NULL, 0) != 0) in main()
|
H A D | ChangeLog | 25 * tests/funcretval.c (handle_function): Check for 2367 * funcscopes.c (handle_function): Free scopes. 2666 * funcscopes.c (handle_function): Likewise. 4445 * funcretval.c (handle_function): Don't take DW_AT_type of FUNCDIE, 4500 * funcscopes.c (handle_function): Likewise. 4502 * find-prologues.c (handle_function): Likewise. 4509 * find-prologues.c (handle_function): Skip inlines.
|