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

/vbox/src/VBox/Runtime/common/ldr/
H A DldrELFRelocatable.cpp.h37 #define FMT_ELF_OFF "%08RX32" macro
51 #define FMT_ELF_OFF "%016RX64" macro
812 Log(("RTLdrELF: %s: Read error when reading " FMT_ELF_SIZE " bytes at " FMT_ELF_OFF ", iShdr=%d\n",
1448 "RTLdrELF: e_phoff: " FMT_ELF_OFF "\n"
1449 "RTLdrELF: e_shoff: " FMT_ELF_OFF "\n"
1539 Log(("RTLdrELF: %s: The program headers overlap with the ELF header! e_phoff=" FMT_ELF_OFF "\n",
1546 Log(("RTLdrELF: %s: The program headers extends beyond the file! e_phoff=" FMT_ELF_OFF " e_phnum=" FMT_ELF_HALF "\n",
1555 Log(("RTLdrELF: %s: The section headers overlap with the ELF header! e_shoff=" FMT_ELF_OFF "\n",
1562 Log(("RTLdrELF: %s: The section headers extends beyond the file! e_shoff=" FMT_ELF_OFF " e_shnum=" FMT_ELF_HALF "\n",
1628 "RTLdrELF: sh_offset: " FMT_ELF_OFF "\
1949 #undef FMT_ELF_OFF macro
[all...]

Completed in 62 milliseconds