HomeSort by relevance Sort by last modified time
    Searched defs:getSection (Results 1 - 25 of 30) sorted by null

1 2

  /frameworks/compile/mclinker/lib/LD/
LDContext.cpp 28 LDSection* LDContext::getSection(unsigned int pIdx)
35 const LDSection* LDContext::getSection(unsigned int pIdx) const
42 LDSection* LDContext::getSection(const std::string& pName)
52 const LDSection* LDContext::getSection(const std::string& pName) const
EhFrame.cpp 80 const LDSection& EhFrame::getSection() const
86 LDSection& EhFrame::getSection()
  /frameworks/compile/mclinker/lib/Core/
Module.cpp 39 LDSection* Module::getSection(const std::string& pName)
49 const LDSection* Module::getSection(const std::string& pName) const
  /external/llvm/include/llvm/MC/
MCSymbol.h 109 /// getSection - Get the section associated with a defined, non-absolute
111 const MCSection &getSection() const {
MCAssembler.h 612 const MCSection &getSection() const { return *Section; }
    [all...]
  /frameworks/compile/mclinker/include/mcld/LD/
RelocData.h 65 const LDSection& getSection() const { return *m_pSection; }
66 LDSection& getSection() { return *m_pSection; }
SectionData.h 60 const LDSection& getSection() const { return *m_pSection; }
61 LDSection& getSection() { return *m_pSection; }
  /external/doclava/res/assets/templates/assets/
doclava-developer-docs.js 131 function getSection() {
152 var cookiePath = getSection() + "_";
242 var section = getSection();
299 var section = getSection();
  /external/llvm/tools/llvm-readobj/
MachODumper.cpp 165 static void getSection(const MachOObjectFile *Obj,
169 macho::Section Sect = Obj->getSection(Sec);
235 getSection(Obj, SecI->getRawDataRefImpl(), Section);
412 if (!error(SymI->getSection(SecI)) &&
COFFDumper.cpp 87 error_code getSection(
187 if (error_code EC = Sym.getSection(iter))
519 error_code COFFDumper::getSection(
807 if (error_code EC = Obj->getSection(Symbol->SectionNumber, Section)) {
    [all...]
  /libcore/dex/src/main/java/com/android/dex/
TableOfContents.java 121 Section section = getSection(type);
157 private Section getSection(short type) {
  /external/llvm/include/llvm/IR/
GlobalValue.h 97 const std::string &getSection() const { return Section; }
  /external/llvm/include/llvm/Object/
ObjectFile.h 233 error_code getSection(section_iterator &Result) const;
442 inline error_code SymbolRef::getSection(section_iterator &Result) const {
ELF.h 635 return getSection(Rel.d.a);
644 const Elf_Shdr *getSection(DataRefImpl index) const;
645 const Elf_Shdr *getSection(uint32_t index) const;
746 return getSection(DynamicSymbolTableIndex);
    [all...]
  /external/llvm/lib/Object/
COFFObjectFile.cpp 112 if (error_code ec = getSection(symb->SectionNumber, Section))
130 if (error_code ec = getSection(symb->SectionNumber, Section))
197 if (error_code ec = getSection(symb->SectionNumber, Section))
230 if (error_code ec = getSection(symb->SectionNumber, Section))
286 if (error_code ec = getSection(symb->SectionNumber, sec)) return ec;
401 if (error_code ec = getSection(symb->SectionNumber, symb_sec)) return ec;
624 error_code COFFObjectFile::getSection(int32_t index,
MachOObjectFile.cpp 409 macho::Section Sect = O->getSection(Sec);
492 macho::Section Sec = getSection(SecRel);
688 macho::Section Sect = getSection(Sec);
700 macho::Section Sect = getSection(Sec);
717 macho::Section Sect =getSection(Sec);
733 macho::Section Sect = getSection(Sec);
823 macho::Section Sect = getSection(Sec);
841 macho::Section Sect = getSection(Sec);
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/tree/
UiTreeBlock.java 203 Section section = mMasterPart.getSection();
294 Section section = mMasterPart.getSection();
419 createSectionActions(mMasterPart.getSection(), mManagedForm.getToolkit());
    [all...]
  /dalvik/dx/src/com/android/dx/merge/
DexMerger.java 237 TableOfContents.Section aSection = getSection(dexA.getTableOfContents());
238 TableOfContents.Section bSection = getSection(dexB.getTableOfContents());
239 getSection(contentsOut).off = out.getPosition();
293 getSection(contentsOut).size = outCount;
301 getSection(contentsOut).off = out.getPosition();
322 getSection(contentsOut).size = outCount;
326 TableOfContents.Section section = getSection(source.getTableOfContents());
341 abstract TableOfContents.Section getSection(TableOfContents tableOfContents);
379 @Override TableOfContents.Section getSection(TableOfContents tableOfContents) {
401 @Override TableOfContents.Section getSection(TableOfContents tableOfContents)
    [all...]
  /prebuilts/runtime/common/dex/
dex-host-prebuilt.jar 
  /prebuilts/sdk/tools/lib/
dx.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.forms_3.5.2.r36_v20100702.jar 
org.eclipse.jface_3.6.1.M20100825-0800.jar 
  /prebuilts/devtools/tools/lib/
org-eclipse-jface-3.6.2.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.jface_3.4.2.M20090107-0800.jar 
org.eclipse.jface_3.6.2.M20110210-1200.jar 

Completed in 440 milliseconds

1 2