Home | History | Annotate | Download | only in elf

Lines Matching refs:d_un

749       { .d_tag = DT_HASH, .d_un.d_ptr = hash_.GetAddress() },
750 { .d_tag = DT_STRTAB, .d_un.d_ptr = dynstr_.GetAddress() },
751 { .d_tag = DT_SYMTAB, .d_un.d_ptr = dynsym_.GetAddress() },
752 { .d_tag = DT_SYMENT, .d_un.d_ptr = sizeof(Elf_Sym) },
753 { .d_tag = DT_STRSZ, .d_un.d_ptr = dynstr_.GetCacheSize() },
754 { .d_tag = DT_SONAME, .d_un.d_ptr = soname_offset },
755 { .d_tag = DT_NULL, .d_un.d_ptr = 0 },