Searched refs:ElfWriteNoteSection (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Runtime/r3/solaris/
H A Dcoredumper-solaris.cpp1470 static int ElfWriteNoteSection(PRTSOLCORE pSolCore, RTSOLCORETYPE enmType) function
1503 CORELOGRELSYS((CORELOG_NAME "ElfWriteNoteSection: ElfWriteNoteHeader failed for %s. rc=%Rrc\n",
1561 CORELOGRELSYS((CORELOG_NAME "ElfWriteNoteSection: ElfWriteNoteHeader failed for %s. rc=%Rrc\n",
1577 CORELOGRELSYS((CORELOG_NAME "ElfWriteNoteSection: ElfWriteNoteHeader for NT_LWPSINFO failed. rc=%Rrc\n", rc));
1586 CORELOGRELSYS((CORELOG_NAME "ElfWriteNoteSection: ElfWriteNoteHeader for NT_LWPSTATUS failed. rc=%Rrc\n",
1597 CORELOGRELSYS((CORELOG_NAME "ElfWriteNoteSection: Invalid type %d\n", enmType));
1810 rc = ElfWriteNoteSection(pSolCore, enmOldEra);
1813 CORELOGRELSYS((CORELOG_NAME "WriteCore: ElfWriteNoteSection old-style failed. rc=%Rrc\n", rc));
1820 rc = ElfWriteNoteSection(pSolCore, enmNewEra);
1823 CORELOGRELSYS((CORELOG_NAME "WriteCore: ElfWriteNoteSection ne
[all...]

Completed in 47 milliseconds