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:__anon5570
/external/kernel-headers/original/linux/
H A Delf.h112 } d_un; member in struct:dynamic
120 } d_un; member in struct:__anon6847
/external/llvm/include/llvm/Object/
H A DELF.h267 } d_un; member in struct:llvm::object::Elf_Dyn_Base
277 } d_un; member in struct:llvm::object::Elf_Dyn_Base
284 using Elf_Dyn_Base<target_endianness, is64Bits>::d_un;
286 uint64_t getVal() const { return d_un.d_val; }
287 uint64_t getPtr() const { return d_un.ptr; }
2465 return OwningObject->getDyn(DynPimpl)->d_un.d_val;
2471 return OwningObject->getDyn(DynPimpl)->d_un.d_ptr;
/external/llvm/include/llvm/Support/
H A DELF.h1139 } d_un; member in struct:llvm::ELF::Elf32_Dyn
1150 } d_un; member in struct:llvm::ELF::Elf64_Dyn
1187 // for the interpretation of the d_un union.
1216 // State flags selectable in the `d_un.d_val' element of the DT_FLAGS_1 entry.
/external/qemu/
H A Delf.h263 } d_un; member in struct:dynamic
271 } d_un; member in struct:__anon10750
/external/elfutils/libelf/
H A Delf.h637 } d_un; member in struct:__anon5259
647 } d_un; member in struct:__anon5261
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:__anon14257
622 } d_un; member in struct:__anon14259
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 204 milliseconds