Subversion Repositories HelenOS

Rev

Rev 2978 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2978 Rev 2999
Line 87... Line 87...
87
    bool text_rel;
87
    bool text_rel;
88
    bool bind_now;
88
    bool bind_now;
89
 
89
 
90
    /* Assume for now that there's at most one needed library */
90
    /* Assume for now that there's at most one needed library */
91
    char *needed;
91
    char *needed;
-
 
92
 
-
 
93
    /** Pointer to the module's dynamic section */
-
 
94
    elf_dyn_t *dynamic;
92
} dyn_info_t;
95
} dyn_info_t;
93
 
96
 
94
void dynamic_parse(elf_dyn_t *dyn_ptr, size_t bias, dyn_info_t *info);
97
void dynamic_parse(elf_dyn_t *dyn_ptr, size_t bias, dyn_info_t *info);
95
 
98
 
96
#endif
99
#endif