Changeset 69435 in vbox for trunk/src/VBox/ExtPacks
- Timestamp:
- Oct 27, 2017 3:54:24 PM (7 years ago)
- svn:sync-xref-src-repo-rev:
- 118770
- Location:
- trunk/src/VBox/ExtPacks/VBoxDTrace
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ExtPacks/VBoxDTrace/include/VBoxDTraceTypes.h
r69281 r69435 436 436 * gelf 437 437 */ 438 # include "../../../Runtime/include/internal/ldrELF64.h"438 # include <iprt/formats/elf64.h> 439 439 typedef Elf64_Half GElf_Half; 440 440 typedef Elf64_Xword GElf_Xword; -
trunk/src/VBox/ExtPacks/VBoxDTrace/onnv/common/ctf/ctf_impl.h
r53716 r69435 36 36 #include <sys/sysmacros.h> 37 37 #else /* VBOX */ 38 # include "../../../../../Runtime/include/internal/ldrELF32.h"39 # include "../../../../../Runtime/include/internal/ldrELF64.h"38 # include <iprt/formats/elf32.h> 39 # include <iprt/formats/elf64.h> 40 40 # include <errno.h> 41 41 # include "VBoxDTraceLibCWrappers.h" -
trunk/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libdtrace/common/dt_module.c
r63207 r69435 43 43 #include <dirent.h> 44 44 #else /* VBOX */ 45 # include "../../../../../../Runtime/include/internal/ldrELF32.h"45 # include <iprt/formats/elf32.h> 46 46 # ifdef _MSC_VER 47 47 # include <process.h>
Note:
See TracChangeset
for help on using the changeset viewer.