Searched refs:app_func (Results 1 - 17 of 17) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-arm/
H A Darm-app.s6 bl app_func
10 .globl app_func
11 app_func: label
H A Darm-static-app.s6 bl app_func
10 .globl app_func
11 app_func: label
H A Dmixed-app.s7 bl app_func
12 .globl app_func
13 .type app_func,%function
14 app_func: label
H A Dfarcall-mixed-app.s7 bl app_func
29 .globl app_func
30 .type app_func,%function
31 app_func: label
H A Darm-static-app.d12 +.*: eb000001 bl .* <app_func>
16 .* <app_func>:
H A Dfarcall-mixed-app2.s7 bl app_func
44 .globl app_func
45 .type app_func,%function
46 app_func: label
H A Darm-app.d24 .*: eb000001 bl .* <app_func>
28 .* <app_func>:
H A Dfarcall-mixed-lib2.s14 bl app_func
H A Dfarcall-mixed-lib1.s13 bl app_func
29 bl app_func
H A Dmixed-app-v5.d28 .*: eb000004 bl .* <app_func>
35 .* <app_func>:
H A Dmixed-app.d30 .*: eb000004 bl .* <app_func>
37 .* <app_func>:
H A Dfarcall-mixed-lib.d14 .* <app_func@plt>:
36 .*: ebffff.. bl .* <app_func@plt>
H A Dfarcall-mixed-lib-v4t.d14 .* <app_func@plt>:
44 .*: ebffff.. bl .* <app_func@plt\+0x.*>
H A Dfarcall-mixed-app-v5.d50 .* <app_func>:
H A Dfarcall-mixed-app.d52 .* <app_func>:
H A Dfarcall-mixed-app2.d66 .* <app_func>:
/netbsd-current/lib/libedit/
H A Dfilecomplete.c196 const char *(*app_func)(const char *))
252 if (single_match && app_func)
294 if (single_match && app_func) {
296 append_char = app_func(filename);
544 const char *(*app_func) (const char *))
548 if (app_func == NULL)
549 app_func = append_char_function;
579 (*app_func)(matches[thisguy]));
664 const char *(*app_func)(const char *), size_t query_items,
686 if (!app_func)
[all...]

Completed in 111 milliseconds