HomeSort by relevance Sort by last modified time
    Searched refs:Elf_Verdaux (Results 1 - 19 of 19) sorted by null

  /external/llvm/include/llvm/Object/
ELFTypes.h 288 typedef Elf_Verdaux_Impl<ELFT> Elf_Verdaux;
298 const Elf_Verdaux *getAux() const {
299 return reinterpret_cast<const Elf_Verdaux *>((const char *)this + vd_aux);
303 /// Elf_Verdaux: This is the structure of auxiliary data in the SHT_GNU_verdef
ELF.h 51 typedef Elf_Verdaux_Impl<ELFT> Elf_Verdaux;
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Object/
ELFTypes.h 287 typedef Elf_Verdaux_Impl<ELFT> Elf_Verdaux;
297 const Elf_Verdaux *getAux() const {
298 return reinterpret_cast<const Elf_Verdaux *>((const char *)this + vd_aux);
302 /// Elf_Verdaux: This is the structure of auxiliary data in the SHT_GNU_verdef
ELF.h 53 typedef typename ELFT::Verdaux Elf_Verdaux;
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Object/
ELFTypes.h 287 typedef Elf_Verdaux_Impl<ELFT> Elf_Verdaux;
297 const Elf_Verdaux *getAux() const {
298 return reinterpret_cast<const Elf_Verdaux *>((const char *)this + vd_aux);
302 /// Elf_Verdaux: This is the structure of auxiliary data in the SHT_GNU_verdef
ELF.h 53 typedef typename ELFT::Verdaux Elf_Verdaux;
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Object/
ELFTypes.h 287 typedef Elf_Verdaux_Impl<ELFT> Elf_Verdaux;
297 const Elf_Verdaux *getAux() const {
298 return reinterpret_cast<const Elf_Verdaux *>((const char *)this + vd_aux);
302 /// Elf_Verdaux: This is the structure of auxiliary data in the SHT_GNU_verdef
ELF.h 53 typedef typename ELFT::Verdaux Elf_Verdaux;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Object/
ELFTypes.h 287 typedef Elf_Verdaux_Impl<ELFT> Elf_Verdaux;
297 const Elf_Verdaux *getAux() const {
298 return reinterpret_cast<const Elf_Verdaux *>((const char *)this + vd_aux);
302 /// Elf_Verdaux: This is the structure of auxiliary data in the SHT_GNU_verdef
ELF.h 53 typedef typename ELFT::Verdaux Elf_Verdaux;
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Object/
ELFTypes.h 287 typedef Elf_Verdaux_Impl<ELFT> Elf_Verdaux;
297 const Elf_Verdaux *getAux() const {
298 return reinterpret_cast<const Elf_Verdaux *>((const char *)this + vd_aux);
302 /// Elf_Verdaux: This is the structure of auxiliary data in the SHT_GNU_verdef
ELF.h 53 typedef typename ELFT::Verdaux Elf_Verdaux;
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Object/
ELFTypes.h 287 typedef Elf_Verdaux_Impl<ELFT> Elf_Verdaux;
297 const Elf_Verdaux *getAux() const {
298 return reinterpret_cast<const Elf_Verdaux *>((const char *)this + vd_aux);
302 /// Elf_Verdaux: This is the structure of auxiliary data in the SHT_GNU_verdef
ELF.h 53 typedef typename ELFT::Verdaux Elf_Verdaux;
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Object/
ELFTypes.h 287 typedef Elf_Verdaux_Impl<ELFT> Elf_Verdaux;
297 const Elf_Verdaux *getAux() const {
298 return reinterpret_cast<const Elf_Verdaux *>((const char *)this + vd_aux);
302 /// Elf_Verdaux: This is the structure of auxiliary data in the SHT_GNU_verdef
ELF.h 53 typedef typename ELFT::Verdaux Elf_Verdaux;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Object/
ELFTypes.h 287 typedef Elf_Verdaux_Impl<ELFT> Elf_Verdaux;
297 const Elf_Verdaux *getAux() const {
298 return reinterpret_cast<const Elf_Verdaux *>((const char *)this + vd_aux);
302 /// Elf_Verdaux: This is the structure of auxiliary data in the SHT_GNU_verdef
ELF.h 53 typedef typename ELFT::Verdaux Elf_Verdaux;
  /external/llvm/tools/llvm-readobj/
ELFDumper.cpp 152 typedef typename ELFO::Elf_Verdaux Elf_Verdaux;
534 typedef typename ELFO::Elf_Verdaux VerdAux;
    [all...]

Completed in 358 milliseconds