Subversion Repositories HelenOS

Rev

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

Rev 2969 Rev 2978
Line 65... Line 65...
65
 
65
 
66
    /** Pointer to PLT/GOT (processor-specific) */
66
    /** Pointer to PLT/GOT (processor-specific) */
67
    void *plt_got;
67
    void *plt_got;
68
 
68
 
69
    /** Hash table */
69
    /** Hash table */
70
    void *hash;
70
    elf_word *hash;
71
 
71
 
72
    /** String table */
72
    /** String table */
73
    char *str_tab;
73
    char *str_tab;
74
    size_t str_sz;
74
    size_t str_sz;
75
 
75