Home
last modified time | relevance | path

Searched refs:handle_function (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/elfutils/tests/
H A Dfind-prologues.c42 handle_function (Dwarf_Die *func, void *arg) in handle_function() function
103 dwarf_getfuncs (a.cu, &handle_function, &a, 0); in main()
H A Dfuncretval.c43 handle_function (Dwarf_Die *funcdie, void *arg) in handle_function() function
113 dwarf_getfuncs (a.cu, &handle_function, &a, 0); in main()
H A Dfuncscopes.c105 handle_function (Dwarf_Die *funcdie, void *arg) in handle_function() function
190 dwarf_getfuncs (a.cu, &handle_function, &a, 0); in main()
H A Dvarlocs.c894 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 DChangeLog25 * 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.