Searched refs:Sections (Results 1 - 22 of 22) sorted by relevance

/freebsd-10.2-release/contrib/llvm/tools/llvm-objdump/
H A DMachODump.cpp153 std::vector<SectionRef> &Sections,
167 Sections.push_back(*SI);
255 std::vector<SectionRef> Sections; local
260 getSectionsAndSymbols(Header, MachOOF, Sections, Symbols, FoundFns,
269 Sections[0].getAddress(BaseAddress);
307 for (unsigned SectIdx = 0; SectIdx != Sections.size(); SectIdx++) {
310 Sections[SectIdx].isText(SectIsText);
315 if (Sections[SectIdx].getName(SectName) ||
319 DataRefImpl DR = Sections[SectIdx].getRawDataRefImpl();
326 Sections[SectId
151 getSectionsAndSymbols(const MachO::mach_header Header, MachOObjectFile *MachOObj, std::vector<SectionRef> &Sections, std::vector<SymbolRef> &Symbols, SmallVectorImpl<uint64_t> &FoundFns, uint64_t &BaseSegmentAddress) argument
[all...]
/freebsd-10.2-release/contrib/llvm/tools/llvm-readobj/
H A Dllvm-readobj.h32 extern llvm::cl::opt<bool> Sections;
H A Dllvm-readobj.cpp61 cl::opt<bool> Sections("sections",
65 cl::aliasopt(Sections));
213 if (opts::Sections)
/freebsd-10.2-release/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyld.cpp54 for (int i = 0, e = Sections.size(); i != e; ++i) {
55 // The Section here (Sections[i]) refers to the section in which the
58 uint64_t Addr = Sections[i].LoadAddress;
70 for (unsigned i = 0, e = Sections.size(); i != e; ++i) {
71 if (Sections[i].Address == LocalAddress) {
200 unsigned SectionID = Sections.size();
206 Sections.push_back(SectionEntry(StringRef(), Addr, TotalSize, 0));
295 unsigned SectionID = Sections.size();
353 Sections.push_back(SectionEntry(Name, Addr, DataSize, (uintptr_t)pData));
484 Sections[SectionI
[all...]
H A DRuntimeDyldImpl.h149 SectionList Sections; member in class:llvm::RuntimeDyldImpl
216 return Sections[SectionID].LoadAddress;
220 return (uint8_t*)Sections[SectionID].Address;
H A DRuntimeDyldMachO.cpp67 SectionEntry *Text = &Sections[SectionInfo.TextSID];
68 SectionEntry *EHFrame = &Sections[SectionInfo.EHFrameSID];
71 ExceptTab = &Sections[SectionInfo.ExceptTabSID];
134 const SectionEntry &Section = Sections[RE.SectionID];
346 SectionEntry &Section = Sections[SectionID];
H A DRuntimeDyldELF.cpp159 uint8_t *EHFrameAddr = Sections[EHFrameSID].Address;
160 uint64_t EHFrameLoadAddr = Sections[EHFrameSID].LoadAddress;
161 size_t EHFrameSize = Sections[EHFrameSID].Size;
173 uint8_t *EHFrameAddr = Sections[EHFrameSID].Address;
174 uint64_t EHFrameLoadAddr = Sections[EHFrameSID].LoadAddress;
175 size_t EHFrameSize = Sections[EHFrameSID].Size;
555 SectionList::const_iterator it = Sections.begin();
556 SectionList::const_iterator ite = Sections.end();
571 it = Sections.begin();
804 const SectionEntry &Section = Sections[R
[all...]
/freebsd-10.2-release/contrib/llvm/lib/MC/
H A DELFObjectWriter.cpp312 std::vector<const MCSectionELF*> &Sections);
1200 std::vector<const MCSectionELF*> Sections; local
1205 Sections.push_back(&Section);
1207 array_pod_sort(Sections.begin(), Sections.end(), compareBySuffix);
1216 for (unsigned int I = 0, E = Sections.size(); I != E; ++I) {
1217 const MCSectionELF &Section = *Sections[I];
1221 StringRef PreviousName = Sections[I - 1]->getSectionName();
1445 std::vector<const MCSectionELF*> Sections; local
1446 Sections
1479 ComputeSectionOrder(MCAssembler &Asm, std::vector<const MCSectionELF*> &Sections) argument
1544 std::vector<const MCSectionELF*> Sections; local
[all...]
H A DWinCOFFObjectWriter.cpp132 sections Sections; member in class:__anon2410::WinCOFFObjectWriter
224 assert(Section->Number != -1 && "Sections with relocations must be real!");
316 for (sections::iterator I = Sections.begin(), E = Sections.end(); I != E; ++I)
335 return createCOFFEntity<COFFSection>(Name, Sections);
710 for (sections::iterator i = Sections.begin(),
711 e = Sections.end(); i != e; i++) {
760 for (sections::iterator i = Sections.begin(),
761 e = Sections.end(); i != e; i++) {
857 for (i = Sections
[all...]
H A DMCAssembler.cpp305 Sections.clear();
1160 OS << " Sections:[\n ";
/freebsd-10.2-release/contrib/llvm/include/llvm/MC/
H A DMCAssembler.h845 iplist<MCSectionData> Sections; member in class:llvm::MCAssembler
1036 const SectionDataListType &getSectionList() const { return Sections; }
1037 SectionDataListType &getSectionList() { return Sections; }
1039 iterator begin() { return Sections.begin(); }
1040 const_iterator begin() const { return Sections.begin(); }
1042 iterator end() { return Sections.end(); }
1043 const_iterator end() const { return Sections.end(); }
1045 size_t size() const { return Sections.size(); }
/freebsd-10.2-release/contrib/llvm/include/llvm/Object/
H A DCOFFYAML.h64 std::vector<Section> Sections; member in struct:llvm::COFFYAML::Object
H A DELFYAML.h78 std::vector<Section> Sections; member in struct:llvm::ELFYAML::Object
H A DMachO.h208 SectionList Sections; member in class:llvm::object::MachOObjectFile
/freebsd-10.2-release/contrib/llvm/lib/Object/
H A DMachOObjectFile.cpp446 Sections.push_back(Sec);
1232 DRI.d.a = Sections.size();
1350 reinterpret_cast<const section_base *>(Sections[Sec.d.a]);
1357 reinterpret_cast<const section_base *>(Sections[Sec.d.a]);
1453 return getStruct<MachO::section>(this, Sections[DRI.d.a]);
1457 return getStruct<MachO::section_64>(this, Sections[DRI.d.a]);
H A DCOFFYAML.cpp276 IO.mapRequired("sections", Obj.Sections);
H A DELFYAML.cpp333 IO.mapOptional("Sections", Object.Sections);
/freebsd-10.2-release/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp1137 std::vector<const MCSection *> Sections; local
1141 Sections.push_back(Section);
1146 std::sort(Sections.begin(), Sections.end(), SectionSort);
1149 for (unsigned ID=0;ID<Sections.size();ID++) {
1150 const MCSection *Section = Sections[ID];
2810 std::vector<const MCSection *> Sections; local
2814 Sections.push_back(Section);
2819 std::sort(Sections.begin(), Sections
[all...]
/freebsd-10.2-release/contrib/llvm/lib/DebugInfo/
H A DDWARFContext.cpp298 const std::map<object::SectionRef, Section> &Sections = getTypesSections(); local
300 I = Sections.begin(),
301 E = Sections.end();
/freebsd-10.2-release/contrib/gcc/doc/include/
H A Dtexinfo.tex4227 % Sections.
4758 % Sections.
/freebsd-10.2-release/contrib/amd/doc/
H A Dtexinfo.tex4053 % Sections.
4563 % Sections.
/freebsd-10.2-release/contrib/groff/doc/
H A Dtexinfo.tex4125 % Sections.
4635 % Sections.

Completed in 471 milliseconds