Searched refs:DBG_FLT (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/linux-user/ |
H A D | flatload.c | 46 #define DBG_FLT(...) printf(__VA_ARGS__) macro 48 #define DBG_FLT(...) macro 187 DBG_FLT("Relocation became %x\n", (int)*ptr); in old_reloc() 221 DBG_FLT("BINFMT_FLAT: Loading file: %s\n", bprm->filename); in load_flat_file() 275 DBG_FLT("BINFMT_FLAT: ROM mapping of file (we hope)\n"); in load_flat_file() 294 DBG_FLT("BINFMT_FLAT: Allocated data+bss+stack (%d bytes): %x\n", in load_flat_file() 335 DBG_FLT("Mapping is 0x%x, Entry point is 0x%x, data_start is 0x%x\n", in load_flat_file() 342 DBG_FLT("%s %s: TEXT=%x-%x DATA=%x-%x BSS=%x-%x\n", in load_flat_file() 516 DBG_FLT("p=%x\n", (int)p); in load_flt_binary() 551 DBG_FLT("start_thread(entry=0x%x, start_stack=0x%x)\n", in load_flt_binary()
|