Rev 872 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 872 | Rev 1334 | ||
|---|---|---|---|
| Line 16... | Line 16... | ||
| 16 | * ELF objects with different VMA and LMA in Ski, but the executable |
16 | * ELF objects with different VMA and LMA in Ski, but the executable |
| 17 | * will become wronged for other potential uses. |
17 | * will become wronged for other potential uses. |
| 18 | */ |
18 | */ |
| 19 | 19 | ||
| 20 | #include <stdio.h> |
20 | #include <stdio.h> |
| - | 21 | #include <stdlib.h> |
|
| 21 | #include <sys/types.h> |
22 | #include <sys/types.h> |
| 22 | #include <sys/stat.h> |
23 | #include <sys/stat.h> |
| 23 | #include <sys/mman.h> |
24 | #include <sys/mman.h> |
| 24 | #include <unistd.h> |
25 | #include <unistd.h> |
| 25 | #include <fcntl.h> |
26 | #include <fcntl.h> |