Searched refs:print_func_t (Results 1 – 2 of 2) sorted by relevance
/optee_os-3.20.0/ldelf/ |
A D | ta_elf.h | 116 typedef void (*print_func_t)(void *pctx, const char *fmt, va_list ap) typedef 129 void ta_elf_print_mappings(void *pctx, print_func_t print_func,
|
A D | ta_elf.c | 1344 static void __printf(3, 4) print_wrapper(void *pctx, print_func_t print_func, in print_wrapper() 1354 static void print_seg(void *pctx, print_func_t print_func, in print_seg() 1443 void ta_elf_print_mappings(void *pctx, print_func_t print_func, in ta_elf_print_mappings()
|
Completed in 6 milliseconds