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

1 2 3 4 5 6 7 8 91011>>

  /frameworks/compile/mclinker/include/mcld/LD/
DebugString.h 52 const LDSection* getSection() const { return m_pSection; }
53 LDSection* getSection() { return m_pSection; }
LDContext.h 52 const LDSection* getSection(unsigned int pIdx) const;
53 LDSection* getSection(unsigned int pIdx);
55 const LDSection* getSection(const std::string& pName) const;
56 LDSection* getSection(const std::string& pName);
RelocData.h 63 const LDSection& getSection() const { return *m_pSection; }
64 LDSection& getSection() { return *m_pSection; }
SectionData.h 54 const LDSection& getSection() const { return *m_pSection; }
55 LDSection& getSection() { return *m_pSection; }
  /tools/loganalysis/src/com/android/loganalysis/parser/
DumpsysParser.java 86 mDumpsys.setBatteryInfo((DumpsysBatteryStatsItem) getSection(mBatteryStatsParser));
87 mDumpsys.setPackageStats((DumpsysPackageStatsItem) getSection(mPackageStatsParser));
88 mDumpsys.setProcStats((DumpsysProcStatsItem) getSection(mProcStatsParser));
89 mDumpsys.setWifiStats((DumpsysWifiStatsItem) getSection(mWifiStatsParser));
DumpsysBatteryStatsParser.java 93 (BatteryStatsSummaryInfoItem) getSection(mSummaryParser));
95 (BatteryStatsDetailedInfoItem) getSection(mDetailedParser));
97 (BatteryDischargeStatsInfoItem) getSection(mDischargeStepsParser));
BugreportParser.java 202 mBugreport.setMemInfo((MemInfoItem) getSection(mMemInfoParser));
203 mBugreport.setProcrank((ProcrankItem) getSection(mProcrankParser));
204 mBugreport.setTop((TopItem) getSection(mTopParser));
205 mBugreport.setSystemLog((LogcatItem) getSection(mLogcatParser));
206 mBugreport.setKernelLog((KernelLogItem) getSection(mKernelLogParser));
207 mBugreport.setLastKmsg((KernelLogItem) getSection(mLastKmsgParser));
208 mBugreport.setSystemProps((SystemPropsItem) getSection(mSystemPropsParser));
209 mBugreport.setDumpsys((DumpsysItem) getSection(mDumpsysParser));
210 mBugreport.setActivityService((ActivityServiceItem) getSection(mActivityServiceParser));
223 TracesItem traces = (TracesItem) getSection(mTracesParser)
    [all...]
BatteryStatsDetailedInfoParser.java 145 getSection(mBatteryTimeParser);
164 (BatteryUsageItem) getSection(mBatteryUsageParser));
166 (WakelockItem) getSection(mWakelockParser));
168 (InterruptItem) getSection(mInterruptParser));
170 (ProcessUsageItem) getSection(mProcessUsageParser));
ActivityServiceParser.java 81 (LocationDumpsItem) getSection(mLocationParser));
  /external/swiftshader/third_party/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);
  /frameworks/compile/mclinker/lib/Script/
UnaryOp.cpp 76 sect = pModule.getSection(llvm::cast<SectOperand>(m_pOperand)->name());
80 llvm::cast<SectDescOperand>(m_pOperand)->outputDesc()->getSection();
98 sect = pModule.getSection(llvm::cast<SectOperand>(m_pOperand)->name());
102 llvm::cast<SectDescOperand>(m_pOperand)->outputDesc()->getSection();
169 sect = pModule.getSection(llvm::cast<SectOperand>(m_pOperand)->name());
173 llvm::cast<SectDescOperand>(m_pOperand)->outputDesc()->getSection();
  /frameworks/compile/mclinker/lib/LD/
LDContext.cpp 28 LDSection* LDContext::getSection(unsigned int pIdx) {
34 const LDSection* LDContext::getSection(unsigned int pIdx) const {
40 LDSection* LDContext::getSection(const std::string& pName) {
49 const LDSection* LDContext::getSection(const std::string& pName) const {
  /external/swiftshader/third_party/LLVM/lib/MC/
MCObjectWriter.cpp 76 const MCSection &SecA = DataA.getSymbol().AliasedSymbol().getSection();
77 const MCSection &SecB = FB.getParent()->getSection();
  /frameworks/compile/mclinker/lib/Object/
ObjectBuilder.cpp 45 LDSection* output_sect = m_Module.getSection(output_name);
67 LDSection* target = m_Module.getSection(output_name);
108 data = pair.second->getSection()->getSectionData();
112 pInputSection.setAlign(pair.second->getSection()->align());
133 uint64_t offset = pTo.getSection().size();
135 if (pFrom.getSection().align() > 1) {
137 unsigned int alignment = pFrom.getSection().align();
160 pTo.getSection().setSize(offset);
  /frameworks/compile/mclinker/unittests/
SectionDataTest.cpp 42 EXPECT_TRUE(s->getSection().name() == "test" &&
43 s->getSection().kind() == LDFileFormat::Null);
  /hardware/libhardware/modules/camera/3_0/
VendorTags.cpp 93 const Section* getSection(uint32_t tag)
113 const Section* section = getSection(tag);
165 const Section* section = getSection(tag);
  /external/llvm/lib/MC/
MCObjectWriter.cpp 49 const MCSection &SecA = SymA.getSection();
  /frameworks/compile/mclinker/lib/Target/AArch64/
AArch64CA53Erratum843419Stub2.cpp 57 const uint64_t vma = pFragRef.frag()->getParent()->getSection().addr() +
  /external/llvm/lib/Target/Hexagon/
HexagonTargetObjectFile.cpp 108 TRACE("input section(" << GV->getSection() << ") ");
142 << GV->getSection() << ") ");
154 StringRef Section = GV->getSection();
156 return getContext().getELFSection(GV->getSection(), ELF::SHT_PROGBITS,
159 return getContext().getELFSection(GV->getSection(), ELF::SHT_PROGBITS,
190 bool IsSmall = isSmallDataSection(GVar->getSection());
192 << GVar->getSection() << '\n');
364 if (GVar->hasSection() && isSmallDataSection(GVar->getSection()))
  /frameworks/compile/mclinker/lib/Core/
Module.cpp 38 LDSection* Module::getSection(const std::string& pName) {
47 const LDSection* Module::getSection(const std::string& pName) const {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/export/
ExportPropertiesPage.java 71 mFieldsPart.getSection().setLayoutData(new ColumnLayoutData());
75 mLinksPart.getSection().setLayoutData(new ColumnLayoutData());
  /external/llvm/include/llvm/Object/
ELFObjectFile.h 252 return *EF.getSection(Rel.d.a);
317 const Elf_Shdr *getSection(DataRefImpl Sec) const {
367 const Elf_Shdr *SymTableSec = *EF.getSection(Sym.d.a);
368 const Elf_Shdr *StringTableSec = *EF.getSection(SymTableSec->sh_link);
375 return getSection(Sec)->sh_flags;
380 return getSection(Sec)->sh_type;
412 const Elf_Shdr *SymTab = *EF.getSection(Symb.d.a);
416 EF.getSection(ESym, SymTab, ShndxTable);
536 ErrorOr<const Elf_Shdr *> ESecOrErr = EF.getSection(ESym, SymTab, ShndxTable);
553 const Elf_Shdr *SymTab = *EF.getSection(Symb.d.a)
    [all...]
  /frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonLDBackend.cpp 572 symbol->fragRef()->frag()->getParent()->getSection().addr();
652 sd->getSection().setSize(sd->back().getOffset() + sd->back().size());
730 pTo->getSection().setSize(offset);
908 uint32_t pFromFlag = pFrom.getSection().align();
922 uint32_t flag = frag->getParent()->getSection().align();
929 if (pFrom.getSection().align() > 1) {
931 unsigned int alignment = pFrom.getSection().align();
948 uint32_t offset = pInput.fileOffset() + pSD.getSection().offset();
949 uint32_t size = pSD.getSection().size();
951 if (pSD.getSection().type() == llvm::ELF::SHT_NOBITS)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Object/
ELF.h 145 Expected<const Elf_Shdr *> getSection(const Elf_Sym *Sym,
148 Expected<const Elf_Shdr *> getSection(const Elf_Sym *Sym,
151 Expected<const Elf_Shdr *> getSection(uint32_t Index) const;
171 getSection(typename ELFT::ShdrRange Sections, uint32_t Index) {
210 ELFFile<ELFT>::getSection(const Elf_Sym *Sym, const Elf_Shdr *SymTab,
215 return getSection(Sym, *SymsOrErr, ShndxTable);
220 ELFFile<ELFT>::getSection(const Elf_Sym *Sym, Elf_Sym_Range Symbols,
231 return object::getSection<ELFT>(*SectionsOrErr, Index);
389 auto SecOrErr = getSection(Section);
409 ELFFile<ELFT>::getSection(uint32_t Index) const
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Object/
ELF.h 155 Expected<const Elf_Shdr *> getSection(const Elf_Sym *Sym,
158 Expected<const Elf_Shdr *> getSection(const Elf_Sym *Sym,
161 Expected<const Elf_Shdr *> getSection(uint32_t Index) const;
181 getSection(typename ELFT::ShdrRange Sections, uint32_t Index) {
220 ELFFile<ELFT>::getSection(const Elf_Sym *Sym, const Elf_Shdr *SymTab,
225 return getSection(Sym, *SymsOrErr, ShndxTable);
230 ELFFile<ELFT>::getSection(const Elf_Sym *Sym, Elf_Sym_Range Symbols,
238 return getSection(Index);
396 auto SecOrErr = getSection(Section);
416 ELFFile<ELFT>::getSection(uint32_t Index) const
    [all...]

Completed in 377 milliseconds

1 2 3 4 5 6 7 8 91011>>