Searched refs:print_func (Results 1 – 2 of 2) sorted by relevance
| /optee_os/ldelf/ |
| H A D | ta_elf.h | 130 void ta_elf_print_mappings(void *pctx, print_func_t print_func,
|
| H A D | ta_elf.c | 1362 static void __printf(3, 4) print_wrapper(void *pctx, print_func_t print_func, in print_wrapper() argument 1368 print_func(pctx, fmt, ap); in print_wrapper() 1372 static void print_seg(void *pctx, print_func_t print_func, in print_seg() argument 1409 print_wrapper(pctx, print_func, in print_seg() 1461 void ta_elf_print_mappings(void *pctx, print_func_t print_func, in ta_elf_print_mappings() argument 1521 print_seg(pctx, print_func, idx, -1, in ta_elf_print_mappings() 1540 print_seg(pctx, print_func, idx, elf_idx, va, pa, sz, flags); in ta_elf_print_mappings() 1549 print_wrapper(pctx, print_func, in ta_elf_print_mappings()
|