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

12 3 4 5 6 7 8 91011>>

  /prebuilts/clang/host/darwin-x86/clang-3977809/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...]
ELFObjectFile.h 265 auto RelSecOrErr = EF.getSection(Rel.d.a);
342 const Elf_Shdr *getSection(DataRefImpl Sec) const {
414 auto SymTabOrErr = EF.getSection(Sym.d.a);
418 auto StrTabOrErr = EF.getSection(SymTableSec->sh_link);
430 return getSection(Sec)->sh_flags;
435 return getSection(Sec)->sh_type;
440 return getSection(Sec)->sh_offset;
472 auto SymTabOrErr = EF.getSection(Symb.d.a);
478 auto SectionOrErr = EF.getSection(ESym, SymTab, ShndxTable);
603 auto ESecOrErr = EF.getSection(ESym, SymTab, ShndxTable)
    [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...]
ELFObjectFile.h 265 auto RelSecOrErr = EF.getSection(Rel.d.a);
342 const Elf_Shdr *getSection(DataRefImpl Sec) const {
414 auto SymTabOrErr = EF.getSection(Sym.d.a);
418 auto StrTabOrErr = EF.getSection(SymTableSec->sh_link);
430 return getSection(Sec)->sh_flags;
435 return getSection(Sec)->sh_type;
440 return getSection(Sec)->sh_offset;
472 auto SymTabOrErr = EF.getSection(Symb.d.a);
478 auto SectionOrErr = EF.getSection(ESym, SymTab, ShndxTable);
603 auto ESecOrErr = EF.getSection(ESym, SymTab, ShndxTable)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/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...]
ELFObjectFile.h 265 auto RelSecOrErr = EF.getSection(Rel.d.a);
342 const Elf_Shdr *getSection(DataRefImpl Sec) const {
414 auto SymTabOrErr = EF.getSection(Sym.d.a);
418 auto StrTabOrErr = EF.getSection(SymTableSec->sh_link);
430 return getSection(Sec)->sh_flags;
435 return getSection(Sec)->sh_type;
440 return getSection(Sec)->sh_offset;
472 auto SymTabOrErr = EF.getSection(Symb.d.a);
478 auto SectionOrErr = EF.getSection(ESym, SymTab, ShndxTable);
603 auto ESecOrErr = EF.getSection(ESym, SymTab, ShndxTable)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/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...]
ELFObjectFile.h 265 auto RelSecOrErr = EF.getSection(Rel.d.a);
342 const Elf_Shdr *getSection(DataRefImpl Sec) const {
414 auto SymTabOrErr = EF.getSection(Sym.d.a);
418 auto StrTabOrErr = EF.getSection(SymTableSec->sh_link);
430 return getSection(Sec)->sh_flags;
435 return getSection(Sec)->sh_type;
440 return getSection(Sec)->sh_offset;
472 auto SymTabOrErr = EF.getSection(Symb.d.a);
478 auto SectionOrErr = EF.getSection(ESym, SymTab, ShndxTable);
603 auto ESecOrErr = EF.getSection(ESym, SymTab, ShndxTable)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/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...]
ELFObjectFile.h 265 auto RelSecOrErr = EF.getSection(Rel.d.a);
342 const Elf_Shdr *getSection(DataRefImpl Sec) const {
414 auto SymTabOrErr = EF.getSection(Sym.d.a);
418 auto StrTabOrErr = EF.getSection(SymTableSec->sh_link);
430 return getSection(Sec)->sh_flags;
435 return getSection(Sec)->sh_type;
440 return getSection(Sec)->sh_offset;
472 auto SymTabOrErr = EF.getSection(Symb.d.a);
478 auto SectionOrErr = EF.getSection(ESym, SymTab, ShndxTable);
603 auto ESecOrErr = EF.getSection(ESym, SymTab, ShndxTable)
    [all...]
  /prebuilts/clang/host/linux-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...]
ELFObjectFile.h 265 auto RelSecOrErr = EF.getSection(Rel.d.a);
342 const Elf_Shdr *getSection(DataRefImpl Sec) const {
414 auto SymTabOrErr = EF.getSection(Sym.d.a);
418 auto StrTabOrErr = EF.getSection(SymTableSec->sh_link);
430 return getSection(Sec)->sh_flags;
435 return getSection(Sec)->sh_type;
440 return getSection(Sec)->sh_offset;
472 auto SymTabOrErr = EF.getSection(Symb.d.a);
478 auto SectionOrErr = EF.getSection(ESym, SymTab, ShndxTable);
603 auto ESecOrErr = EF.getSection(ESym, SymTab, ShndxTable)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Object/
ELFObjectFile.h 265 auto RelSecOrErr = EF.getSection(Rel.d.a);
342 const Elf_Shdr *getSection(DataRefImpl Sec) const {
414 auto SymTabOrErr = EF.getSection(Sym.d.a);
418 auto StrTabOrErr = EF.getSection(SymTableSec->sh_link);
430 return getSection(Sec)->sh_flags;
435 return getSection(Sec)->sh_type;
440 return getSection(Sec)->sh_offset;
472 auto SymTabOrErr = EF.getSection(Symb.d.a);
478 auto SectionOrErr = EF.getSection(ESym, SymTab, ShndxTable);
603 auto ESecOrErr = EF.getSection(ESym, SymTab, ShndxTable)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Object/
ELFObjectFile.h 265 auto RelSecOrErr = EF.getSection(Rel.d.a);
342 const Elf_Shdr *getSection(DataRefImpl Sec) const {
414 auto SymTabOrErr = EF.getSection(Sym.d.a);
418 auto StrTabOrErr = EF.getSection(SymTableSec->sh_link);
430 return getSection(Sec)->sh_flags;
435 return getSection(Sec)->sh_type;
440 return getSection(Sec)->sh_offset;
472 auto SymTabOrErr = EF.getSection(Symb.d.a);
478 auto SectionOrErr = EF.getSection(ESym, SymTab, ShndxTable);
603 auto ESecOrErr = EF.getSection(ESym, SymTab, ShndxTable)
    [all...]
  /frameworks/compile/mclinker/lib/LD/
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);
  /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));
  /external/llvm/include/llvm/IR/
GlobalObject.h 66 bool hasSection() const { return !getSection().empty(); }
67 StringRef getSection() const { return Section; }
  /external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
GlobalObject.h 69 bool hasSection() const { return !getSection().empty(); }
70 StringRef getSection() const { return Section; }
  /frameworks/compile/mclinker/lib/Fragment/
Relocation.cpp 82 Address sect_addr = m_TargetAddress.frag()->getParent()->getSection().addr();
90 return fragRef->frag()->getParent()->getSection().addr() +
  /frameworks/compile/mclinker/lib/Target/AArch64/
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() +
  /external/swiftshader/third_party/LLVM/include/llvm/MC/
MCSymbol.h 108 /// getSection - Get the section associated with a defined, non-absolute
110 const MCSection &getSection() const {
  /external/swiftshader/third_party/LLVM/lib/Target/Mips/
MipsMCSymbolRefExpr.cpp 68 return Symbol->isDefined() ? &Symbol->getSection() : NULL;
  /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; }
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/MC/
MCSectionELF.h 89 const MCSection *getAssociatedSection() const { return &AssociatedSymbol->getSection(); }

Completed in 310 milliseconds

12 3 4 5 6 7 8 91011>>