HomeSort by: relevance | last modified time | path
    Searched defs:Verdef (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/tools/llvm-objdump/
ELFDump.cpp 318 auto *Verdef = reinterpret_cast<const typename ELFT::Verdef *>(Buf);
320 << format("0x%02" PRIx16 " ", (uint16_t)Verdef->vd_flags)
321 << format("0x%08" PRIx32 " ", (uint32_t)Verdef->vd_hash);
323 const uint8_t *BufAux = Buf + Verdef->vd_aux;
333 Buf = Verdef->vd_next ? Buf + Verdef->vd_next : nullptr;
  /src/external/apache2/llvm/dist/llvm/include/llvm/ObjectYAML/
ELFYAML.h 190 Verdef,
565 VerdefSection() : Section(ChunkKind::Verdef) {}
571 static bool classof(const Chunk *S) { return S->Kind == ChunkKind::Verdef; }

Completed in 27 milliseconds