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

1 2 3 4 5 6 7 8

  /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; }
  /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 {
ELFReaderIf.cpp 54 if (pInput.context()->getSection(pShndx) == NULL ||
55 LDFileFormat::Ignore == pInput.context()->getSection(pShndx)->kind())
107 LDSection* sect_hdr = pInput.context()->getSection(pShndx);
  /external/llvm/include/llvm/IR/
GlobalObject.h 58 bool hasSection() const { return !StringRef(getSection()).empty(); }
59 const char *getSection() const { return Section.c_str(); }
  /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/
VendorTags.cpp 91 const Section* getSection(uint32_t tag)
111 const Section* section = getSection(tag);
161 const Section* section = getSection(tag);
  /external/llvm/lib/MC/
MCObjectWriter.cpp 49 const MCSection &SecA = SymA.getSection();
MCWinEH.cpp 36 cast<MCSectionCOFF>(&Function->getSection());
  /frameworks/compile/mclinker/lib/Target/AArch64/
AArch64CA53Erratum843419Stub2.cpp 57 const uint64_t vma = pFragRef.frag()->getParent()->getSection().addr() +
AArch64LongBranchStub.cpp 107 uint64_t dest = symbol->fragRef()->frag()->getParent()->getSection().addr() +
109 uint64_t src = pIsland.getParent()->getSection().addr() +
AArch64CA53Erratum843419Stub.cpp 68 const uint64_t vma = pFragRef.frag()->getParent()->getSection().addr() +
  /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 242 return *EF.getSection(Rel.d.a);
309 const Elf_Shdr *getSection(DataRefImpl Sec) const {
359 const Elf_Shdr *SymTableSec = *EF.getSection(Sym.d.a);
360 const Elf_Shdr *StringTableSec = *EF.getSection(SymTableSec->sh_link);
367 return getSection(Sec)->sh_flags;
372 return getSection(Sec)->sh_type;
404 const Elf_Shdr *SymTab = *EF.getSection(Symb.d.a);
408 EF.getSection(ESym, SymTab, ShndxTable);
517 ErrorOr<const Elf_Shdr *> ESecOrErr = EF.getSection(ESym, SymTab, ShndxTable);
534 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...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/pages/
OverviewPage.java 91 mOverviewPart.getSection().setLayoutData(new GridData(SWT.FILL, SWT.TOP, true, false));
97 exportPart.getSection().setLayoutData(new GridData(SWT.FILL, SWT.TOP, true, false));
101 mOverviewLinkPart.getSection().setLayoutData(new GridData(SWT.FILL, SWT.TOP, true, false));
  /frameworks/compile/mclinker/lib/Fragment/
Relocation.cpp 82 Address sect_addr = m_TargetAddress.frag()->getParent()->getSection().addr();
90 return fragRef->frag()->getParent()->getSection().addr() +
  /external/llvm/lib/IR/
Globals.cpp 97 setSection(GV->getSection());
101 const char *GlobalValue::getSection() const {
105 return GO->getSection();
108 return cast<GlobalObject>(this)->getSection();
  /external/llvm/lib/Target/AMDGPU/
AMDGPUTargetObjectFile.cpp 62 isAgentAllocationSection(GV->getSection()));
  /frameworks/compile/mclinker/include/mcld/Object/
SectionMap.h 44 const LDSection* getSection() const { return m_pSection; }
45 LDSection* getSection() { return m_pSection; }
91 const LDSection* getSection() const { return m_pSection; }
92 LDSection* getSection() { return m_pSection; }

Completed in 676 milliseconds

1 2 3 4 5 6 7 8