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

  /external/llvm/include/llvm/MC/
MCSymbol.h 108 /// getSection - Get the section associated with a defined, non-absolute
110 const MCSection &getSection() const {
MCAssembler.h 470 const MCSection &getSection() const { return *Section; }
  /external/llvm/lib/CodeGen/
ELFWriter.h 152 /// getSection - Return the section with the specified name, creating a new
154 ELFSection &getSection(const std::string &Name, unsigned Type,
170 return getSection(".note.GNU-stack", ELF::SHT_PROGBITS, 0, 1);
174 return getSection(".symtab", ELF::SHT_SYMTAB, 0);
178 return getSection(".strtab", ELF::SHT_STRTAB, 0, 1);
182 return getSection(".shstrtab", ELF::SHT_STRTAB, 0, 1);
186 return getSection("", ELF::SHT_NULL, 0);
  /dalvik/dx/src/com/android/dx/dex/
TableOfContents.java 123 Section section = getSection(type);
159 private Section getSection(short type) {
  /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/include/llvm/Object/
ObjectFile.h 209 error_code getSection(section_iterator &Result) const;
373 inline error_code SymbolRef::getSection(section_iterator &Result) const {
  /external/llvm/include/llvm/
GlobalValue.h 98 const std::string &getSection() const { return Section; }
  /external/llvm/lib/Object/
COFFObjectFile.cpp 108 if (error_code ec = getSection(symb->SectionNumber, Section))
126 if (error_code ec = getSection(symb->SectionNumber, Section))
185 if (error_code ec = getSection(symb->SectionNumber, Section))
218 if (error_code ec = getSection(symb->SectionNumber, Section))
285 if (error_code ec = getSection(symb->SectionNumber, sec)) return ec;
390 if (error_code ec = getSection(symb->SectionNumber, symb_sec)) return ec;
548 error_code COFFObjectFile::getSection(int32_t index,
MachOObjectFile.cpp 360 MachOObjectFile::getSection(DataRefImpl DRI,
429 getSection(DRI, Sect);
443 getSection(DRI, Sect);
457 getSection(DRI, Sect);
471 getSection(DRI, Sect);
485 getSection(DRI, Sect);
549 getSection(Sec, Sect);
584 getSection(Sections[Rel.d.b], Sect);
604 getSection(Sections[Rel.d.b], Sect);
658 getSection(Sections[Rel.d.b], Sect)
    [all...]
ELFObjectFile.cpp 307 return getSection(Rel.w.b);
317 const Elf_Shdr *getSection(DataRefImpl index) const;
318 const Elf_Shdr *getSection(uint32_t index) const;
383 const Elf_Shdr *getSection(const Elf_Sym *symb) const;
455 ::getSection(const Elf_Sym *symb) const {
457 return getSection(ExtendedSymbolTable.lookup(symb));
460 return getSection(symb->st_shndx);
479 default: Section = getSection(symb);
513 default: Section = getSection(symb);
552 const Elf_Shdr *Section = getSection(symb)
    [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();
291 Section section = mMasterPart.getSection();
415 createSectionActions(mMasterPart.getSection(), mManagedForm.getToolkit());
    [all...]
  /dalvik/dx/src/com/android/dx/merge/
DexMerger.java 236 TableOfContents.Section aSection = getSection(dexA.getTableOfContents());
237 TableOfContents.Section bSection = getSection(dexB.getTableOfContents());
238 getSection(contentsOut).off = out.getPosition();
292 getSection(contentsOut).size = outCount;
300 getSection(contentsOut).off = out.getPosition();
321 getSection(contentsOut).size = outCount;
325 TableOfContents.Section section = getSection(source.getTableOfContents());
340 abstract TableOfContents.Section getSection(TableOfContents tableOfContents);
378 @Override TableOfContents.Section getSection(TableOfContents tableOfContents) {
400 @Override TableOfContents.Section getSection(TableOfContents tableOfContents)
    [all...]
  /prebuilt/sdk/tools/lib/
dx.jar 
  /prebuilt/common/eclipse/
org.eclipse.jface_3.4.2.M20090107-0800.jar 
  /prebuilt/common/ant/
ant.jar 

Completed in 274 milliseconds