HomeSort by relevance Sort by last modified time
    Searched defs:Verdaux (Results 1 - 5 of 5) sorted by null

  /external/elfutils/libelf/
abstract.h 215 # define Verdaux(Bits, Ext) \
216 START (Bits, Verdaux, Ext##Verdaux) \
219 END (Bits, Ext##Verdaux)
222 Verdaux (32, Ext)
224 Verdaux (64, Ext)
  /external/llvm/include/llvm/Object/
ELFTypes.h 57 typedef Elf_Verdaux_Impl<ELFType<E, Is64>> Verdaux;
292 Elf_Half vd_cnt; // Number of Verdaux entries
294 Elf_Word vd_aux; // Offset to the first Verdaux entry (in bytes)
297 /// Get the first Verdaux entry for this Verdef.
309 Elf_Word vda_next; // Offset to next Verdaux entry (in bytes)
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Object/
ELFTypes.h 57 typedef Elf_Verdaux_Impl<ELFType<E, Is64>> Verdaux;
291 Elf_Half vd_cnt; // Number of Verdaux entries
293 Elf_Word vd_aux; // Offset to the first Verdaux entry (in bytes)
296 /// Get the first Verdaux entry for this Verdef.
308 Elf_Word vda_next; // Offset to next Verdaux entry (in bytes)
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Object/
ELFTypes.h 57 typedef Elf_Verdaux_Impl<ELFType<E, Is64>> Verdaux;
291 Elf_Half vd_cnt; // Number of Verdaux entries
293 Elf_Word vd_aux; // Offset to the first Verdaux entry (in bytes)
296 /// Get the first Verdaux entry for this Verdef.
308 Elf_Word vda_next; // Offset to next Verdaux entry (in bytes)
  /toolchain/binutils/binutils-2.27/elfcpp/
elfcpp.h     [all...]

Completed in 61 milliseconds