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

  /external/llvm/include/llvm/Object/
MachO.h 66 virtual error_code getSectionNext(DataRefImpl Sec, SectionRef &Res) const;
67 virtual error_code getSectionName(DataRefImpl Sec, StringRef &Res) const;
68 virtual error_code getSectionAddress(DataRefImpl Sec, uint64_t &Res) const;
69 virtual error_code getSectionSize(DataRefImpl Sec, uint64_t &Res) const;
70 virtual error_code getSectionContents(DataRefImpl Sec, StringRef &Res) const;
71 virtual error_code getSectionAlignment(DataRefImpl Sec, uint64_t &Res) const;
72 virtual error_code isSectionText(DataRefImpl Sec, bool &Res) const;
73 virtual error_code isSectionData(DataRefImpl Sec, bool &Res) const;
74 virtual error_code isSectionBSS(DataRefImpl Sec, bool &Res) const;
75 virtual error_code isSectionRequiredForExecution(DataRefImpl Sec,
    [all...]
COFF.h 105 const coff_section *toSec(DataRefImpl Sec) const;
120 virtual error_code getSectionNext(DataRefImpl Sec, SectionRef &Res) const;
121 virtual error_code getSectionName(DataRefImpl Sec, StringRef &Res) const;
122 virtual error_code getSectionAddress(DataRefImpl Sec, uint64_t &Res) const;
123 virtual error_code getSectionSize(DataRefImpl Sec, uint64_t &Res) const;
124 virtual error_code getSectionContents(DataRefImpl Sec, StringRef &Res) const;
125 virtual error_code getSectionAlignment(DataRefImpl Sec, uint64_t &Res) const;
126 virtual error_code isSectionText(DataRefImpl Sec, bool &Res) const;
127 virtual error_code isSectionData(DataRefImpl Sec, bool &Res) const;
128 virtual error_code isSectionBSS(DataRefImpl Sec, bool &Res) const
    [all...]
ObjectFile.h 301 virtual error_code getSectionNext(DataRefImpl Sec, SectionRef &Res) const = 0;
302 virtual error_code getSectionName(DataRefImpl Sec, StringRef &Res) const = 0;
303 virtual error_code getSectionAddress(DataRefImpl Sec, uint64_t &Res) const =0;
304 virtual error_code getSectionSize(DataRefImpl Sec, uint64_t &Res) const = 0;
305 virtual error_code getSectionContents(DataRefImpl Sec, StringRef &Res)const=0;
306 virtual error_code getSectionAlignment(DataRefImpl Sec, uint64_t &Res)const=0;
307 virtual error_code isSectionText(DataRefImpl Sec, bool &Res) const = 0;
308 virtual error_code isSectionData(DataRefImpl Sec, bool &Res) const = 0;
309 virtual error_code isSectionBSS(DataRefImpl Sec, bool &Res) const = 0;
310 virtual error_code isSectionRequiredForExecution(DataRefImpl Sec,
    [all...]
ELF.h 484 void LoadVersionDefs(const Elf_Shdr *sec) const;
543 virtual error_code getSectionNext(DataRefImpl Sec, SectionRef &Res) const;
544 virtual error_code getSectionName(DataRefImpl Sec, StringRef &Res) const;
545 virtual error_code getSectionAddress(DataRefImpl Sec, uint64_t &Res) const;
546 virtual error_code getSectionSize(DataRefImpl Sec, uint64_t &Res) const;
547 virtual error_code getSectionContents(DataRefImpl Sec, StringRef &Res) const;
548 virtual error_code getSectionAlignment(DataRefImpl Sec, uint64_t &Res) const;
549 virtual error_code isSectionText(DataRefImpl Sec, bool &Res) const;
550 virtual error_code isSectionData(DataRefImpl Sec, bool &Res) const;
551 virtual error_code isSectionBSS(DataRefImpl Sec, bool &Res) const
1003 const Elf_Shdr *sec = getSection(symb); local
1017 const uint8_t *sec = reinterpret_cast<const uint8_t *>(Sec.p); local
1028 const Elf_Shdr *sec = reinterpret_cast<const Elf_Shdr *>(Sec.p); local
1037 const Elf_Shdr *sec = reinterpret_cast<const Elf_Shdr *>(Sec.p); local
1046 const Elf_Shdr *sec = reinterpret_cast<const Elf_Shdr *>(Sec.p); local
1055 const Elf_Shdr *sec = reinterpret_cast<const Elf_Shdr *>(Sec.p); local
1065 const Elf_Shdr *sec = reinterpret_cast<const Elf_Shdr *>(Sec.p); local
1074 const Elf_Shdr *sec = reinterpret_cast<const Elf_Shdr *>(Sec.p); local
1086 const Elf_Shdr *sec = reinterpret_cast<const Elf_Shdr *>(Sec.p); local
1099 const Elf_Shdr *sec = reinterpret_cast<const Elf_Shdr *>(Sec.p); local
1112 const Elf_Shdr *sec = reinterpret_cast<const Elf_Shdr *>(Sec.p); local
1124 const Elf_Shdr *sec = reinterpret_cast<const Elf_Shdr *>(Sec.p); local
1135 const Elf_Shdr *sec = reinterpret_cast<const Elf_Shdr *>(Sec.p); local
1159 const Elf_Shdr *sec = reinterpret_cast<const Elf_Shdr *>(Sec.p); local
1173 const Elf_Shdr *sec = reinterpret_cast<const Elf_Shdr *>(Sec.p); local
1221 const Elf_Shdr *sec = getSection(Rel.w.b); local
1249 const Elf_Shdr *sec = getSection(Rel.w.b); local
1272 const Elf_Shdr *sec = getSection(Rel.w.b); local
1294 const Elf_Shdr *sec = getSection(Rel.w.b); local
1317 const Elf_Shdr *sec = getSection(Rel.w.b); local
1430 const Elf_Shdr *sec = getSection(Rel.w.b); local
1449 const Elf_Shdr *sec = getSection(Rel.w.b); local
1992 const Elf_Shdr *sec = getSection(Symb.d.b); local
    [all...]
  /external/llvm/lib/Object/
COFFObjectFile.cpp 73 const coff_section *COFFObjectFile::toSec(DataRefImpl Sec) const {
74 const coff_section *addr = reinterpret_cast<const coff_section*>(Sec.p);
282 const coff_section *sec = 0; local
283 if (error_code ec = getSection(symb->SectionNumber, sec)) return ec;
284 DataRefImpl Sec;
285 Sec.p = reinterpret_cast<uintptr_t>(sec);
286 Result = section_iterator(SectionRef(Sec, this));
291 error_code COFFObjectFile::getSectionNext(DataRefImpl Sec,
293 const coff_section *sec = toSec(Sec) local
302 const coff_section *sec = toSec(Sec); local
308 const coff_section *sec = toSec(Sec); local
315 const coff_section *sec = toSec(Sec); local
322 const coff_section *sec = toSec(Sec); local
331 const coff_section *sec = toSec(Sec); local
340 const coff_section *sec = toSec(Sec); local
347 const coff_section *sec = toSec(Sec); local
354 const coff_section *sec = toSec(Sec); local
368 const coff_section *sec = toSec(Sec); local
383 const coff_section *sec = toSec(Sec); local
395 const coff_section *sec = toSec(Sec); local
406 const coff_section *sec = toSec(Sec); local
    [all...]
MachOObjectFile.cpp 445 std::size_t MachOObjectFile::getSectionIndex(DataRefImpl Sec) const {
447 std::find(Sections.begin(), Sections.end(), Sec);
448 assert(loc != Sections.end() && "Sec is not a valid section!");
582 error_code MachOObjectFile::isSectionRequiredForExecution(DataRefImpl Sec,
589 error_code MachOObjectFile::isSectionVirtual(DataRefImpl Sec,
613 error_code MachOObjectFile::sectionContainsSymbol(DataRefImpl Sec,
624 getSectionAddress(Sec, SectBegin);
625 getSectionSize(Sec, SectEnd);
643 relocation_iterator MachOObjectFile::getSectionRelBegin(DataRefImpl Sec) const {
645 ret.d.b = getSectionIndex(Sec);
    [all...]
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
ObjectImage.h 46 virtual void updateSectionAddress(const object::SectionRef &Sec,
RuntimeDyldELF.cpp 53 void updateSectionAddress(const SectionRef &Sec, uint64_t Addr);
91 virtual void updateSectionAddress(const SectionRef &Sec, uint64_t Addr)
93 DyldObj->updateSectionAddress(Sec, Addr);
122 const SectionRef &Sec,
124 DataRefImpl ShdrRef = Sec.getRawDataRefImpl();
  /external/llvm/lib/MC/
WinCOFFObjectWriter.cpp 370 MCSectionCOFF const &Sec =
373 COFFSection *coff_section = createSection(Sec.getSectionName());
374 COFFSymbol *coff_symbol = createSymbol(Sec.getSectionName());
384 coff_symbol->Aux[0].Aux.SectionDefinition.Selection = Sec.getSelection();
386 coff_section->Header.Characteristics = Sec.getCharacteristics();
772 COFFSection *Sec = SectionMap[&i->getSection()];
774 if (Sec->Number == -1)
777 Sec->Header.SizeOfRawData = Layout.getSectionAddressSize(i);
779 if (IsPhysicalSection(Sec)) {
780 Sec->Header.PointerToRawData = offset
    [all...]
MCDwarf.cpp 301 const MCSection *Sec = *it;
302 const MCLineSection *Line = MCLineSections.lookup(Sec);
303 EmitDwarfLineTable(MCOS, Sec, Line);
    [all...]
  /external/llvm/include/llvm/MC/
MCContext.h 257 void addMCLineSection(const MCSection *Sec, MCLineSection *Line) {
258 MCLineSections[Sec] = Line;
259 MCLineSectionOrder.push_back(Sec);
287 void setGenDwarfSection(const MCSection *Sec) { GenDwarfSection = Sec; }
  /external/llvm/lib/CodeGen/
TargetLoweringObjectFileImpl.cpp 75 const MCSection *Sec = getContext().getELFSection(NameData,
81 Streamer.SwitchSection(Sec);
  /external/mesa3d/docs/OLD/
MESA_program_debug.spec 281 Get Value Type Get Command Value Description Sec. Attribute
  /external/mesa3d/docs/
MESA_texture_array.spec 716 Get Value Type Get Command Value Description Sec. Attribute
    [all...]
  /external/iproute2/doc/
ip-cref.tex 190 (Sec.\ref{IP-LINK}, p.\pageref{IP-LINK}),
477 \verb|ip maddr ls| in~Sec.\ref{IP-MADDR} (p.\pageref{IP-MADDR} of this
672 may be found in sec.\ref{IP-ADDR-FLUSH}, p.\pageref{IP-ADDR-FLUSH}.
733 valid_lft forever preferred_lft 604746sec
743 additional address attributes: scope value (see Sec.\ref{IP-ADDR-ADD},
    [all...]

Completed in 3253 milliseconds