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

12

/macosx-10.10.1/cxxfilt-11/cxxfilt/binutils/testsuite/binutils-all/
H A Dcopy-1.d8 Sections:
H A Dcopy-3.d12 Sections:
H A Dcopy-2.d13 Sections:
/macosx-10.10.1/llvmCore-3425.0.34/tools/llvm-objdump/
H A DMachODump.cpp110 static void DumpAddress(uint64_t Address, ArrayRef<SectionRef> Sections, argument
112 for (unsigned i = 0; i != Sections.size(); ++i) {
114 Sections[i].getAddress(SectAddr);
115 Sections[i].getSize(SectSize);
120 Sections[i].getContents(bytes);
121 Sections[i].getName(name);
205 std::vector<SectionRef> &Sections,
218 Sections.push_back(*SI);
294 std::vector<SectionRef> Sections; local
298 getSectionsAndSymbols(Header, MachOOF.get(), &SymtabLC, Sections, Symbol
202 getSectionsAndSymbols(const macho::Header &Header, MachOObjectFile *MachOObj, InMemoryStruct<macho::SymtabLoadCommand> *SymtabLC, std::vector<SectionRef> &Sections, std::vector<SymbolRef> &Symbols, SmallVectorImpl<uint64_t> &FoundFns) argument
[all...]
/macosx-10.10.1/llvmCore-3425.0.34/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyld.cpp46 for (int i = 0, e = Sections.size(); i != e; ++i) {
47 reassignSectionAddress(i, Sections[i].LoadAddress);
53 for (unsigned i = 0, e = Sections.size(); i != e; ++i) {
54 if (Sections[i].Address == LocalAddress) {
191 unsigned SectionID = Sections.size();
197 Sections.push_back(SectionEntry(Addr, TotalSize, TotalSize, 0));
246 unsigned SectionID = Sections.size();
294 Sections.push_back(SectionEntry(Addr, Allocate, DataSize,(uintptr_t)pData));
376 Sections[SectionID].LoadAddress = Addr;
386 if (Sections[R
[all...]
H A DRuntimeDyldImpl.h126 SectionList Sections; member in class:llvm::RuntimeDyldImpl
181 return Sections[SectionID].LoadAddress;
185 return (uint8_t*)Sections[SectionID].Address;
H A DRuntimeDyldMachO.cpp213 SectionEntry &Section = Sections[Rel.SectionID];
258 Value.Addend += Section.ObjAddress - Sections[Value.SectionID].ObjAddress;
H A DRuntimeDyldELF.cpp443 SectionEntry &Section = Sections[Rel.SectionID];
472 SectionEntry &Section = Sections[Rel.SectionID];
/macosx-10.10.1/bash-94.1.2/bash-3.2/examples/scripts.v2/
H A Dfman42 # global array Sections[].
68 Sections[i]=$3
76 # and puts them in the the global array Sections[].
99 Sections[i]=${Path##*/*.}
108 # Sections[] gives the sections that a man page was found in.
113 # Sections[], FileNames[], ordarr[]
120 NumPages=${#Sections[*]} # Number of versions of man page found.
132 if [ "${Sections[i]}" = $section ]; then
168 unset Sections[i]
264 unset Sections[*]
[all...]
/macosx-10.10.1/llvmCore-3425.0.34/lib/MC/
H A DELFObjectWriter.cpp313 std::vector<const MCSectionELF*> &Sections);
1169 std::vector<const MCSectionELF*> Sections; local
1174 Sections.push_back(&Section);
1176 array_pod_sort(Sections.begin(), Sections.end(), compareBySuffix);
1185 for (unsigned int I = 0, E = Sections.size(); I != E; ++I) {
1186 const MCSectionELF &Section = *Sections[I];
1190 StringRef PreviousName = Sections[I - 1]->getSectionName();
1391 std::vector<const MCSectionELF*> Sections; local
1392 Sections
1425 ComputeSectionOrder(MCAssembler &Asm, std::vector<const MCSectionELF*> &Sections) argument
1490 std::vector<const MCSectionELF*> Sections; local
[all...]
H A DWinCOFFObjectWriter.cpp135 sections Sections; member in class:__anon10089::WinCOFFObjectWriter
238 assert(Section->Number != -1 && "Sections with relocations must be real!");
330 for (sections::iterator I = Sections.begin(), E = Sections.end(); I != E; ++I)
349 return createCOFFEntity<COFFSection>(Name, Sections);
715 for (sections::iterator i = Sections.begin(),
716 e = Sections.end(); i != e; i++) {
835 for (i = Sections.begin(), ie = Sections.end(); i != ie; i++)
843 for (i = Sections
[all...]
/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/MC/
H A DMCAssembler.h699 iplist<MCSectionData> Sections; member in class:llvm::MCAssembler
848 const SectionDataListType &getSectionList() const { return Sections; }
849 SectionDataListType &getSectionList() { return Sections; }
851 iterator begin() { return Sections.begin(); }
852 const_iterator begin() const { return Sections.begin(); }
854 iterator end() { return Sections.end(); }
855 const_iterator end() const { return Sections.end(); }
857 size_t size() const { return Sections.size(); }
/macosx-10.10.1/llvmCore-3425.0.34/lib/Object/
H A DMachOObjectFile.cpp40 Sections.push_back(DRI);
143 getSection64(Sections[Entry->SectionIndex-1], Section);
152 getSection(Sections[Entry->SectionIndex-1], Section);
239 getSectionSize(Sections[SectionIndex-1], Size);
240 getSectionAddress(Sections[SectionIndex-1], EndOffset);
338 Res = section_iterator(SectionRef(Sections[index-1], this));
413 /*===-- Sections ----------------------------------------------------------===*/
455 std::find(Sections.begin(), Sections.end(), Sec);
456 assert(loc != Sections
[all...]
/macosx-10.10.1/llvmCore-3425.0.34/utils/yaml2obj/
H A Dyaml2obj.cpp308 YS.printError(SectionsN, "Sections must be a sequence");
504 Sections.push_back(Sec);
724 std::vector<Section> Sections; member in struct:COFFParser
739 SectionTableSize = sizeof(COFF::section) * CP.Sections.size();
744 for (std::vector<COFFParser::Section>::iterator i = CP.Sections.begin(),
745 e = CP.Sections.end();
774 CP.Header.NumberOfSections = CP.Sections.size();
814 for (std::vector<COFFParser::Section>::const_iterator i = CP.Sections.begin(),
815 e = CP.Sections.end();
830 for (std::vector<COFFParser::Section>::const_iterator i = CP.Sections
[all...]
/macosx-10.10.1/vim-55/runtime/syntax/
H A Dcfg.vim25 " Sections
H A Dyacc.vim42 " Yacc Sections: {{{1
H A Drhelp.vim167 " Freely named Sections {{{1
H A Dmma.vim85 " Comment Sections:
H A Dspec.vim124 "here's the shell syntax for all the Script Sections
H A Dxf86conf.vim64 " Sections and subsections
/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/Object/
H A DMachO.h109 SectionList Sections; member in class:llvm::object::MachOObjectFile
/macosx-10.10.1/AppleRAID-4.0.6/
H A Dartest.c170 // Then find and extract the 'Sections' array of that scheme:
171 CFMutableArrayRef Sections = (CFMutableArrayRef) CFDictionaryGetValue(Scheme, CFSTR("Sections"));
172 if (!Sections) goto Failure;
175 CFMutableDictionaryRef Section = (CFMutableDictionaryRef) CFArrayDictionarySearch(Sections, CFSTR("ID"), CFSTR("MAP"));
/macosx-10.10.1/CPANInternal-159.1/Config-Std-0.900/lib/Config/
H A DStd.pm566 =head3 Sections
/macosx-10.10.1/CPANInternal-159.1/Config-Std-0.901/lib/Config/
H A DStd.pm568 =head3 Sections
/macosx-10.10.1/CPANInternal-159.1/Perl-Tidy-20121207/bin/
H A Dperltidy370 L<Skipping Selected Sections of Code> for a way to avoid tidying specific
1432 =head2 Skipping Selected Sections of Code
2070 the -fs flag in L<Skipping Selected Sections of Code>.

Completed in 151 milliseconds

12