Subversion Repositories HelenOS

Rev

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

Rev 2980 Rev 2982
Line 96... Line 96...
96
    info->rpath = info->str_tab + rpath_idx;
96
    info->rpath = info->str_tab + rpath_idx;
97
    printf("str_tab=0x%x, soname_idx=0x%x, soname=0x%x\n",
97
    printf("str_tab=0x%x, soname_idx=0x%x, soname=0x%x\n",
98
        (uintptr_t)info->soname, soname_idx, (uintptr_t)info->soname);
98
        (uintptr_t)info->soname, soname_idx, (uintptr_t)info->soname);
99
    printf("soname='%s'\n", info->soname);
99
    printf("soname='%s'\n", info->soname);
100
    printf("rpath='%s'\n", info->rpath);
100
    printf("rpath='%s'\n", info->rpath);
-
 
101
    printf("hash=0x%x\n", (uintptr_t)info->hash);
101
 
102
 
102
    /*
103
    /*
103
     * Now that we have a pointer to the string table,
104
     * Now that we have a pointer to the string table,
104
     * we can parse DT_NEEDED fields (which contain offsets into it).
105
     * we can parse DT_NEEDED fields (which contain offsets into it).
105
     */
106
     */