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:
@@ -7,6 +7,7 @@
|
|||||||
|
|
||||||
|
|
||||||
#include <elf_priv.h>
|
#include <elf_priv.h>
|
||||||
|
#include <boot/kernel_args.h>
|
||||||
|
|
||||||
|
|
||||||
struct preloaded_image {
|
struct preloaded_image {
|
||||||
@@ -14,7 +15,7 @@ struct preloaded_image {
|
|||||||
char *name;
|
char *name;
|
||||||
elf_region text_region;
|
elf_region text_region;
|
||||||
elf_region data_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;
|
Elf32_Ehdr elf_header;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user