HomeSort by relevance Sort by last modified time
    Searched refs:COFF (Results 26 - 33 of 33) sorted by null

12

  /external/llvm/tools/llvm-objdump/
llvm-objdump.cpp 41 #include "llvm/Object/COFF.h"
158 // TheTriple defaults to ELF, and COFF doesn't have an environment:
621 static void PrintCOFFSymbolTable(const COFFObjectFile *coff) {
623 if (error(coff->getHeader(header))) return;
629 if (symbol->StorageClass == COFF::IMAGE_SYM_CLASS_STATIC
632 if (error(coff->getAuxSymbol<coff_aux_section_definition>(i, asd)))
647 if (error(coff->getSymbol(i, symbol))) return;
648 if (error(coff->getSymbolName(symbol, name))) return;
651 << "(fl 0x00)" // Flag bits, which COFF doesn't have.
665 if (const COFFObjectFile *coff = dyn_cast<const COFFObjectFile>(o)
    [all...]
  /external/dropbear/libtommath/
bn.tex     [all...]
  /external/chromium_org/third_party/opus/src/
configure     [all...]
  /external/libcap-ng/libcap-ng-0.7/
configure     [all...]
  /external/libexif/
configure     [all...]
  /external/openfst/
configure     [all...]
  /external/pixman/
configure     [all...]
  /external/protobuf/gtest/
configure     [all...]

Completed in 607 milliseconds

12