Subversion Repositories HelenOS

Rev

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

Rev 2968 Rev 2969
Line 84... Line 84...
84
    char *rpath;    /**< Library search path list */
84
    char *rpath;    /**< Library search path list */
85
 
85
 
86
    bool symbolic;
86
    bool symbolic;
87
    bool text_rel;
87
    bool text_rel;
88
    bool bind_now;
88
    bool bind_now;
-
 
89
 
-
 
90
    /* Assume for now that there's at most one needed library */
-
 
91
    char *needed;
89
} dyn_info_t;
92
} dyn_info_t;
90
 
93
 
91
void dynamic_parse(elf_dyn_t *dyn_ptr, size_t bias, dyn_info_t *info);
94
void dynamic_parse(elf_dyn_t *dyn_ptr, size_t bias, dyn_info_t *info);
92
 
95
 
93
#endif
96
#endif