d_un              243 dlsym_default.c         tags->versym = (void *)cur_dyn->d_un.d_ptr;
d_un              245 dlsym_default.c         tags->verdef = (void *)cur_dyn->d_un.d_ptr;
d_un              247 dlsym_default.c         tags->verdefnum = (ElfW(Word))cur_dyn->d_un.d_val;
d_un              249 dlsym_default.c         tags->strtab = (void *)cur_dyn->d_un.d_ptr;
d_un              253 dlsym_default.c         tags->symtab = (void *)cur_dyn->d_un.d_ptr;
d_un              255 dlsym_default.c         tags->hash = (void *)cur_dyn->d_un.d_ptr;
d_un              258 dlsym_default.c         tags->gnu_hash = (void *)cur_dyn->d_un.d_ptr;