Replaced the regions array with the nicer text_region and data_region members.

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@7877 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler 2004-06-09 02:51:27 +00:00
parent c9a96524d2
commit 2705fb7df0

View File

@ -23,7 +23,8 @@ struct elf_image_info {
image_id id;
int32 ref_count;
void *vnode;
elf_region regions[2]; // describes the text and data regions
elf_region text_region;
elf_region data_region;
addr_t dynamic_ptr; // pointer to the dynamic section
struct elf_linked_image *linked_images;