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

/external/llvm/include/llvm/Object/
H A DELFTypes.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<ELFT>::d_un;
284 uint64_t getVal() const { return d_un.d_val; }
285 uint64_t getPtr() const { return d_un.ptr; }
/external/chromium_org/third_party/libvpx/include/
H A Delf.h163 } d_un; member in struct:dynamic
172 } d_un; member in struct:__anon12966
/external/kernel-headers/original/uapi/linux/
H A Delf.h142 } d_un; member in struct:dynamic
150 } d_un; member in struct:__anon22993
/external/llvm/include/llvm/Support/
H A DELF.h1641 } d_un; member in struct:llvm::ELF::Elf32_Dyn
1652 } d_un; member in struct:llvm::ELF::Elf64_Dyn
1689 // for the interpretation of the d_un union.
1794 // State flags selectable in the `d_un.d_val' element of the DT_FLAGS_1 entry.
/external/qemu/include/
H A Delf.h270 } d_un; member in struct:dynamic
278 } d_un; member in struct:__anon29694
/external/elfutils/0.153/libelf/
H A Delf.h643 } d_un; member in struct:__anon21232
653 } d_un; member in struct:__anon21234
700 Dyn.d_un.d_val field of the Elf*_Dyn structure. This follows Sun's
720 Dyn.d_un.d_ptr field of the Elf*_Dyn structure.
765 /* Values of `d_un.d_val' in the DT_FLAGS entry. */
772 /* 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:__anon33293
622 } d_un; member in struct:__anon33295
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 373 milliseconds