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

  /external/chromium_org/third_party/webrtc/test/
rtp_file_reader.h 21 enum FileFormat {
35 static RtpFileReader* Create(FileFormat format,
  /external/llvm/include/llvm/Object/
RelocVisitor.h 43 explicit RelocVisitor(StringRef FileFormat)
44 : FileFormat(FileFormat), HasError(false) {}
51 if (FileFormat == "ELF64-x86-64") {
67 } else if (FileFormat == "ELF32-i386") {
79 } else if (FileFormat == "ELF64-ppc64") {
89 } else if (FileFormat == "ELF32-ppc") {
97 } else if (FileFormat == "ELF32-mips") {
105 } else if (FileFormat == "ELF64-mips") {
115 } else if (FileFormat == "ELF64-aarch64")
    [all...]
  /frameworks/compile/mclinker/lib/Target/X86/
X86LDBackend.cpp 173 const ELFFileFormat* FileFormat = getOutputFormat();
174 assert(FileFormat &&
180 if (FileFormat->hasPLT() && (&pSection == &(FileFormat->getPLT()))) {
202 else if (FileFormat->hasGOT() && (&pSection == &(FileFormat->getGOT()))) {
205 else if (FileFormat->hasGOTPLT() &&
206 (&pSection == &(FileFormat->getGOTPLT()))) {
207 RegionSize += emitGOTPLTSectionData(pRegion, FileFormat);
530 const ELFFileFormat* FileFormat) cons
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
pla.h 44 } FileFormat;
  /frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonLDBackend.cpp 147 const ELFFileFormat* FileFormat = getOutputFormat();
153 if (FileFormat->hasPLT() && (&pSection == &(FileFormat->getPLT()))) {
177 else if (FileFormat->hasGOT() && (&pSection == &(FileFormat->getGOT()))) {
181 else if (FileFormat->hasGOTPLT() &&
182 (&pSection == &(FileFormat->getGOTPLT()))) {
183 RegionSize += emitGOTPLTSectionData(pRegion, FileFormat);
378 const ELFFileFormat* FileFormat) const
381 m_pGOTPLT->applyGOT0(FileFormat->getDynamic().addr())
    [all...]
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-packaging-plugin/0.20.0/
tycho-packaging-plugin-0.20.0.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.p2.publisher.eclipse_1.1.200.v20130516-1953.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.p2.publisher.eclipse_1.1.200.v20130516-1953.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.publisher_1.1.2.v20100824-2220.jar 
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/
pdebuild.jar 
  /prebuilts/tools/common/m2/repository/com/android/external/eclipse/swt/3.5.0/
swt-3.5.0.jar 
  /prebuilts/tools/darwin-x86/swt/
swt.jar 
  /prebuilts/tools/darwin-x86_64/swt/
swt.jar 
  /prebuilts/tools/linux-x86/swt/
swt.jar 
  /prebuilts/tools/linux-x86_64/swt/
swt.jar 
  /prebuilts/tools/windows/swt/
swt.jar 
  /prebuilts/tools/windows-x86_64/swt/
swt.jar 

Completed in 1801 milliseconds