HomeSort by relevance Sort by last modified time
    Searched refs:getSection (Results 26 - 50 of 139) sorted by null

12 3 4 5 6

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/pages/
ApplicationPage.java 90 mTooglePart.getSection().setLayoutData(new GridData(SWT.FILL, SWT.TOP, true, false));
93 mAttrPart.getSection().setLayoutData(new GridData(SWT.FILL, SWT.TOP, true, false));
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/export/
ExportFieldsPart.java 35 Section section = getSection();
ExportLinksPart.java 43 Section section = getSection();
  /external/llvm/lib/MC/
WinCOFFStreamer.cpp 97 Symbol->getSection().getVariant() == MCSection::SV_COFF) &&
123 Symbol->getSection().getVariant() == MCSection::SV_COFF) &&
184 Symbol->getSection().getVariant() == MCSection::SV_COFF) &&
WinCOFFObjectWriter.cpp 342 assert(SectionData.getSection().getVariant() == MCSection::SV_COFF
346 static_cast<MCSectionCOFF const &>(SectionData.getSection());
393 SectionMap[&SectionData.getSection()] = coff_section;
471 SectionMap[&BaseData.Fragment->getParent()->getSection()];
717 assert(SectionMap.find(&SectionData->getSection()) != SectionMap.end() &&
722 COFFSection *coff_section = SectionMap[&SectionData->getSection()];
742 CrossSection = &Symbol.getSection() != &B->getSection();
876 static_cast<const MCSectionCOFF &>(Section->MCData->getSection());
904 COFFSection *Sec = SectionMap[&Section.getSection()];
    [all...]
ELFObjectWriter.cpp 583 (&OrigData.getFragment()->getParent()->getSection() ==
584 &OrigData.getSymbol().getSection())) &&
658 static_cast<const MCSectionELF&>(i->getSection());
760 auto &Sec = cast<MCSectionELF>(Sym.getSection());
845 const MCSection &SecB = SymB.getSection();
846 if (&SecB != &FixupSection->getSection())
883 (SymA && !SymA->isUndefined()) ? &SymA->getSection() : nullptr;
    [all...]
  /dalvik/dx/src/com/android/dx/merge/
DexMerger.java 238 TableOfContents.Section aSection = getSection(dexA.getTableOfContents());
239 TableOfContents.Section bSection = getSection(dexB.getTableOfContents());
240 getSection(contentsOut).off = out.getPosition();
294 getSection(contentsOut).size = outCount;
302 getSection(contentsOut).off = out.getPosition();
323 getSection(contentsOut).size = outCount;
327 TableOfContents.Section section = getSection(source.getTableOfContents());
342 abstract TableOfContents.Section getSection(TableOfContents tableOfContents);
380 @Override TableOfContents.Section getSection(TableOfContents tableOfContents) {
402 @Override TableOfContents.Section getSection(TableOfContents tableOfContents)
    [all...]
  /frameworks/compile/mclinker/lib/LD/
ELFReader.cpp 59 uint32_t offset = pInput.fileOffset() + pSD.getSection().offset();
60 uint32_t size = pSD.getSection().size();
113 if (NULL == pInput.context()->getSection(st_shndx))
135 section = pInput.context()->getSection(st_shndx);
441 info->section->setLink(pInput.context()->getSection(info->sh_info));
443 info->section->setLink(pInput.context()->getSection(info->sh_link));
501 const LDSection* dynamic_sect = pInput.context()->getSection(".dynamic");
584 uint64_t offset = pInput.fileOffset() + pSD.getSection().offset();
585 uint64_t size = pSD.getSection().size();
638 if (NULL == pInput.context()->getSection(st_shndx)
    [all...]
ELFObjectReader.cpp 149 pInput.context()->getSection(value[index])->setKind(LDFileFormat::Ignore);
190 LDSection* link_sect = pInput.context()->getSection(link_index);
284 LDSection* symtab_shdr = pInput.context()->getSection(".symtab");
BranchIslandFactory.cpp 44 LDSection* text = pModule.getSection(".text");
EhFrame.cpp 128 const LDSection& EhFrame::getSection() const
134 LDSection& EhFrame::getSection()
189 if ((*ri)->getLink() == &pFrame.getSection()) {
375 getSection().setSize(offset);
Relocator.cpp 46 input_sym->fragRef()->frag()->getParent()->getSection();
ELFDynObjReader.cpp 101 LDSection* symtab_shdr = pInput.context()->getSection(".dynsym");
  /frameworks/compile/mclinker/lib/Core/
IRBuilder.cpp 368 pSD.getSection().align());
369 pSD.getSection().setSize(pSD.getSection().size() + size);
384 pEhFrame.getSection().align());
385 pEhFrame.getSection().setSize(pEhFrame.getSection().size() + size);
393 pEhFrame.getSection().setSize(pEhFrame.getSection().size() + pFDE.size());
401 pEhFrame.getSection().setSize(pEhFrame.getSection().size() + pCIE.size())
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfFile.cpp 54 const MCSection *USection = TheU->getSection();
  /external/llvm/tools/llvm-readobj/
MachODumper.cpp 158 static void getSection(const MachOObjectFile *Obj,
162 MachO::section Sect = Obj->getSection(Sec);
223 getSection(Obj, Section.getRawDataRefImpl(), MOSection);
387 if (!error(Symbol.getSection(SecI)) && SecI != Obj->section_end())
  /external/llvm/include/llvm/IR/
GlobalValue.h 156 bool hasSection() const { return !StringRef(getSection()).empty(); }
163 const char *getSection() const;
  /frameworks/compile/mclinker/include/mcld/LD/
EhFrame.h 181 const LDSection& getSection() const;
182 LDSection& getSection();
  /frameworks/compile/mclinker/lib/Script/
Operand.cpp 175 mcld::outs() << m_pOutputDesc->getSection()->name();
221 m_pFragment->getParent()->getSection().addr();
  /libcore/dex/src/main/java/com/android/dex/
TableOfContents.java 121 Section section = getSection(type);
157 private Section getSection(short type) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/
SectionHelper.java 107 return SectionHelper.createTableLayout(getSection(), toolkit, numColumns);
167 Section section = getSection();
169 // Calls getSection().reflow(), which is the same that Section calls
  /frameworks/compile/mclinker/lib/Object/
ObjectLinker.cpp 374 LDSection* out_sect = (*out)->getSection();
385 LDSection* in_sect = (*in)->getSection();
403 LDSection* target = m_pModule->getSection((*out)->name());
426 pInfo.outSymbol()->fragRef()->frag()->getParent()->getSection().kind())
640 LDSection* eh_frame_sect = m_pModule->getSection(".eh_frame");
693 (*symbol)->fragRef()->frag()->getParent()->getSection().addr();
    [all...]
  /frameworks/compile/mclinker/lib/Target/Mips/
MipsLDBackend.cpp 374 llvm::StringRef name(pSD.getSection().name());
377 uint64_t offset = pInput.fileOffset() + pSD.getSection().offset();
378 uint64_t size = pSD.getSection().size();
385 if (pSD.getSection().type() == llvm::ELF::SHT_MIPS_OPTIONS) {
386 uint32_t offset = pInput.fileOffset() + pSD.getSection().offset();
387 uint32_t size = pSD.getSection().size();
693 uint64_t addr = symbol->fragRef()->frag()->getParent()->getSection().addr();
  /external/llvm/include/llvm/Object/
ELFObjectFile.h 123 return EF.getSection(Rel.d.a);
243 EF.getSymbolVersion(EF.getSection(Symb.d.b), symb, IsDefault);
274 Result += EF.getSection(ESym)->sh_addr;
363 const Elf_Shdr *ESec = EF.getSection(ESym);
484 Result = !Reserved && (&*toELFShdrIter(Sec) == EF.getSection(ESym->st_shndx));
524 const Elf_Shdr *R = EF.getSection(EShdr->sh_info);
554 const Elf_Shdr *SymSec = EF.getSection(sec->sh_link);
580 const Elf_Shdr *RelocatedSec = EF.getSection(RelocationSec->sh_info);
704 EF.getSymbolName(EF.getSection(sec->sh_link), symb);
    [all...]
  /external/llvm/tools/obj2yaml/
elf2yaml.cpp 143 const Elf_Shdr *Shdr = Obj.getSection(&*Sym);
191 if (const Elf_Shdr *LinkSection = Obj.getSection(Shdr->sh_link)) {
209 if (const Elf_Shdr *InfoSection = Obj.getSection(Shdr->sh_info)) {

Completed in 1955 milliseconds

12 3 4 5 6