Subversion Repositories HelenOS

Rev

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

Rev 2982 Rev 2999
Line 92... Line 92...
92
        ++dp;
92
        ++dp;
93
    }
93
    }
94
 
94
 
95
    info->soname = info->str_tab + soname_idx;
95
    info->soname = info->str_tab + soname_idx;
96
    info->rpath = info->str_tab + rpath_idx;
96
    info->rpath = info->str_tab + rpath_idx;
-
 
97
 
-
 
98
    /* This will be useful for parsing dependencies later */
-
 
99
    info->dynamic = dyn_ptr;
-
 
100
 
97
    printf("str_tab=0x%x, soname_idx=0x%x, soname=0x%x\n",
101
    printf("str_tab=0x%x, soname_idx=0x%x, soname=0x%x\n",
98
        (uintptr_t)info->soname, soname_idx, (uintptr_t)info->soname);
102
        (uintptr_t)info->soname, soname_idx, (uintptr_t)info->soname);
99
    printf("soname='%s'\n", info->soname);
103
    printf("soname='%s'\n", info->soname);
100
    printf("rpath='%s'\n", info->rpath);
104
    printf("rpath='%s'\n", info->rpath);
101
    printf("hash=0x%x\n", (uintptr_t)info->hash);
105
    printf("hash=0x%x\n", (uintptr_t)info->hash);