Searched defs:d_un (Results 1 - 7 of 7) sorted by relevance

/external/grub/stage2/
H A Di386-elf.h208 d_un; member in struct:__anon5029
/external/kernel-headers/original/linux/
H A Delf.h112 } d_un; member in struct:dynamic
120 } d_un; member in struct:__anon6298
/external/llvm/include/llvm/Object/
H A DELF.h265 } d_un; member in struct:llvm::object::Elf_Dyn_Base
275 } d_un; member in struct:llvm::object::Elf_Dyn_Base
282 using Elf_Dyn_Base<target_endianness, is64Bits>::d_un;
284 uint64_t getVal() const { return d_un.d_val; }
285 uint64_t getPtr() const { return d_un.ptr; }
2171 return OwningObject->getDyn(DynPimpl)->d_un.d_val;
2177 return OwningObject->getDyn(DynPimpl)->d_un.d_ptr;
/external/llvm/include/llvm/Support/
H A DELF.h1045 } d_un; member in struct:llvm::ELF::Elf32_Dyn
1056 } d_un; member in struct:llvm::ELF::Elf64_Dyn
1093 // for the interpretation of the d_un union.
/external/qemu/
H A Delf.h263 } d_un; member in struct:dynamic
271 } d_un; member in struct:__anon9405
/external/elfutils/libelf/
H A Delf.h637 } d_un; member in struct:__anon4719
647 } d_un; member in struct:__anon4721
694 Dyn.d_un.d_val field of the Elf*_Dyn structure. This follows Sun's
714 Dyn.d_un.d_ptr field of the Elf*_Dyn structure.
759 /* Values of `d_un.d_val' in the DT_FLAGS entry. */
766 /* State flags selectable in the `d_un.d_val' element of the DT_FLAGS_1
/external/valgrind/main/perf/
H A Dtinycc.c612 } d_un; member in struct:__anon12895
622 } d_un; member in struct:__anon12897
664 Dyn.d_un.d_val field of the Elf*_Dyn structure. This follows Sun's
674 Dyn.d_un.d_ptr field of the Elf*_Dyn structure.
704 /* State flags selectable in the `d_un.d_val' element of the DT_FLAGS_1
19043 dyn->d_un.d_val = val;
20267 soname = dynstr + dt->d_un.d_val;
20305 name = dynstr + dt->d_un.d_val;

Completed in 128 milliseconds