Changeset 32197 in vbox for trunk/src/VBox/Runtime/r3/solaris
- Timestamp:
- Sep 2, 2010 1:22:21 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 65502
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r3/solaris/coredumper-solaris.cpp
r32048 r32197 54 54 #endif /* RT_OS_SOLARIS */ 55 55 56 #include "internal/ldrElf.h" 56 #include "internal/ldrELF.h" 57 #include "internal/ldrELF64.h" 57 58 58 59 /******************************************************************************* … … 85 86 typedef struct ELFNOTEHDR 86 87 { 87 Elf _NhdrHdr; /* Header of NOTE section */88 Elf64_Nhdr Hdr; /* Header of NOTE section */ 88 89 char achName[8]; /* Name of NOTE section */ 89 90 } ELFNOTEHDR;
Note:
See TracChangeset
for help on using the changeset viewer.