HomeSort by: relevance | last modified time | path
    Searched refs:IsRelocatable (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gdb.old/dist/gdbsupport/
poison.h 65 struct IsRelocatable
74 = gdb::And<IsRelocatable<D>, IsRelocatable<S>>;
  /src/external/gpl3/gdb/dist/gdbsupport/
poison.h 65 struct IsRelocatable
74 = gdb::And<IsRelocatable<D>, IsRelocatable<S>>;
  /src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
ARMEHABIPrinter.h 499 const bool IsRelocatable = ELF.getHeader().e_type == ELF::ET_REL;
500 uint64_t Address = IsRelocatable
505 IsRelocatable ? Optional<unsigned>(EHT.sh_link) : None;
539 const bool IsRelocatable = ELF.getHeader().e_type == ELF::ET_REL;
568 IsRelocatable
578 IsRelocatable ? Optional<unsigned>(IT->sh_link) : None;
597 if (IsRelocatable) {
611 SW.printHex(IsRelocatable ? "TableEntryOffset" : "TableEntryAddress",
614 if (IsRelocatable)
  /src/external/apache2/llvm/dist/llvm/lib/MC/
MCExpr.cpp 574 bool IsRelocatable =
580 return IsRelocatable && Value.isAbsolute();

Completed in 67 milliseconds