equal
deleted
inserted
replaced
17 |
17 |
18 |
18 |
19 #include <stdlib.h> |
19 #include <stdlib.h> |
20 #include <string.h> |
20 #include <string.h> |
21 #include <e32std.h> |
21 #include <e32std.h> |
22 #include <h_utl.h> |
22 #include "h_utl.h" |
23 #include "e32ldfmt.h" |
23 #include "e32ldfmt.h" |
24 #include "elftran.h" |
24 #include "elftran.h" |
25 #include "elffile.h" |
25 #include "elffile.h" |
26 |
26 |
27 char* E32ImageFile_ELF::CreateImportSection(ELFFile& aElfFile, TInt& aSize) |
27 char* E32ImageFile_ELF::CreateImportSection(ELFFile& aElfFile, TInt& aSize) |