We also need the size of the dynamic section.

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@7275 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler
2004-04-21 01:27:02 +00:00
parent 185df3d6bd
commit d9194b620b
+2 -1
View File
@@ -7,6 +7,7 @@
#include <elf_priv.h>
#include <boot/kernel_args.h>
struct preloaded_image {
@@ -14,7 +15,7 @@ struct preloaded_image {
char *name;
elf_region text_region;
elf_region data_region;
addr_t dynamic_section; // pointer to the dynamic section
addr_range dynamic_section; // pointer to the dynamic section
Elf32_Ehdr elf_header;
};