Searched defs:FMT_ELF_XWORD (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Runtime/common/ldr/
H A DldrELFRelocatable.cpp.h41 #define FMT_ELF_XWORD "%08RX32" macro
55 #define FMT_ELF_XWORD "%016RX64" macro
1626 "RTLdrELF: sh_flags: " FMT_ELF_XWORD "\n"
1629 "RTLdrELF: sh_size: " FMT_ELF_XWORD "\n"
1632 "RTLdrELF: sh_addralign: " FMT_ELF_XWORD "\n"
1633 "RTLdrELF: sh_entsize: " FMT_ELF_XWORD "\n",
1716 Log(("RTLdrELF: %s: Shdr #%d: sh_offset (" FMT_ELF_OFF ") + sh_size (" FMT_ELF_XWORD " = %RTfoff) is beyond the end of the file (%RTfoff)!\n",
1722 Log(("RTLdrELF: %s: Shdr #%d: sh_offset (" FMT_ELF_OFF ") + sh_size (" FMT_ELF_XWORD ") is starting in the ELF header!\n",
1953 #undef FMT_ELF_XWORD macro

Completed in 4135 milliseconds