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 | 1375 static void __printf(3, 4) print_wrapper(void *pctx, print_func_t print_func, in print_wrapper() argument 1381 print_func(pctx, fmt, ap); in print_wrapper() 1385 static void print_seg(void *pctx, print_func_t print_func, in print_seg() argument 1422 print_wrapper(pctx, print_func, in print_seg() 1474 void ta_elf_print_mappings(void *pctx, print_func_t print_func, in ta_elf_print_mappings() argument 1534 print_seg(pctx, print_func, idx, -1, in ta_elf_print_mappings() 1553 print_seg(pctx, print_func, idx, elf_idx, va, pa, sz, flags); in ta_elf_print_mappings() 1562 print_wrapper(pctx, print_func, in ta_elf_print_mappings()
|