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

12

/external/jhead/
H A Djpgfile.c18 static Section_t * Sections = NULL; variable
118 Sections = (Section_t *)realloc(Sections, sizeof(Section_t)*SectionsAllocated);
119 if (Sections == NULL){
158 Sections[SectionsRead].Type = marker;
159 Sections[SectionsRead].Offset = ftell(infile);
173 Sections[SectionsRead].Size = itemlen;
181 Sections[SectionsRead].Data = Data;
224 Sections[SectionsRead].Data = Data;
225 Sections[SectionsRea
[all...]
/external/llvm/test/MC/COFF/
H A Dearly-dce.s11 # CHECK: Sections [
/external/llvm/tools/llvm-objdump/
H A DMachODump.cpp152 std::vector<SectionRef> &Sections,
162 Sections.push_back(Section);
252 std::vector<SectionRef> Sections; local
257 getSectionsAndSymbols(Header, MachOOF, Sections, Symbols, FoundFns,
266 Sections[0].getAddress(BaseAddress);
304 for (unsigned SectIdx = 0; SectIdx != Sections.size(); SectIdx++) {
307 Sections[SectIdx].isText(SectIsText);
312 if (Sections[SectIdx].getName(SectName) ||
316 DataRefImpl DR = Sections[SectIdx].getRawDataRefImpl();
323 Sections[SectId
150 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...]
/external/llvm/test/MC/ARM/Windows/
H A Dtext-attributes.s18 @ CHECK: Sections [
H A Dmultiple-text-sections.s29 @ CHECK: Sections [
/external/llvm/test/MC/Mips/
H A Delf_reginfo.s15 # CHECK_64: Sections [
22 # CHECK_32: Sections [
/external/llvm/tools/yaml2obj/
H A Dyaml2coff.cpp40 for (std::vector<COFFYAML::Section>::iterator i = Obj.Sections.begin(),
41 e = Obj.Sections.end(); i != e; ++i) {
125 SectionTableSize = sizeof(COFF::section) * CP.Obj.Sections.size();
130 for (std::vector<COFFYAML::Section>::iterator i = CP.Obj.Sections.begin(),
131 e = CP.Obj.Sections.end();
176 CP.Obj.Header.NumberOfSections = CP.Obj.Sections.size();
235 for (std::vector<COFFYAML::Section>::iterator i = CP.Obj.Sections.begin(),
236 e = CP.Obj.Sections.end();
260 for (std::vector<COFFYAML::Section>::iterator i = CP.Obj.Sections.begin(),
261 e = CP.Obj.Sections
[all...]
H A Dyaml2elf.cpp143 unsigned getDotSymTabSecNo() const { return Doc.Sections.size() + 1; }
144 unsigned getDotStrTabSecNo() const { return Doc.Sections.size() + 2; }
145 unsigned getDotShStrTabSecNo() const { return Doc.Sections.size() + 3; }
146 unsigned getSectionCount() const { return Doc.Sections.size() + 4; }
191 for (const auto &Sec : Doc.Sections)
195 for (const auto &Sec : Doc.Sections) {
376 for (unsigned i = 0, e = Doc.Sections.size(); i != e; ++i) {
377 StringRef Name = Doc.Sections[i]->Name;
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldImpl.h103 SectionPair Sections; member in union:llvm::RelocationEntry::__anon25858
132 Sections.SectionA = SectionA;
133 Sections.SectionB = SectionB;
178 SectionList Sections; member in class:llvm::RuntimeDyldImpl
249 return Sections[SectionID].LoadAddress;
253 return (uint8_t *)Sections[SectionID].Address;
H A DRuntimeDyldMachO.cpp192 SectionEntry *Text = &Sections[SectionInfo.TextSID];
193 SectionEntry *EHFrame = &Sections[SectionInfo.EHFrameSID];
196 ExceptTab = &Sections[SectionInfo.ExceptTabSID];
265 const SectionEntry &Section = Sections[RE.SectionID];
302 const SectionEntry &Section = Sections[RE.SectionID];
318 uint64_t SectionABase = Sections[RE.Sections.SectionA].LoadAddress;
319 uint64_t SectionBBase = Sections[RE.Sections.SectionB].LoadAddress;
332 const SectionEntry &Section = Sections[R
[all...]
H A DRuntimeDyld.cpp52 for (int i = 0, e = Sections.size(); i != e; ++i) {
53 // The Section here (Sections[i]) refers to the section in which the
56 uint64_t Addr = Sections[i].LoadAddress;
67 for (unsigned i = 0, e = Sections.size(); i != e; ++i) {
68 if (Sections[i].Address == LocalAddress) {
362 unsigned SectionID = Sections.size();
368 Sections.push_back(SectionEntry(StringRef(), Addr, TotalSize, 0));
429 unsigned SectionID = Sections.size();
479 Sections.push_back(SectionEntry(Name, Addr, DataSize, (uintptr_t)pData));
612 Sections[SectionI
[all...]
H A DRuntimeDyldELF.cpp160 uint8_t *EHFrameAddr = Sections[EHFrameSID].Address;
161 uint64_t EHFrameLoadAddr = Sections[EHFrameSID].LoadAddress;
162 size_t EHFrameSize = Sections[EHFrameSID].Size;
174 uint8_t *EHFrameAddr = Sections[EHFrameSID].Address;
175 uint64_t EHFrameLoadAddr = Sections[EHFrameSID].LoadAddress;
176 size_t EHFrameSize = Sections[EHFrameSID].Size;
895 const SectionEntry &Section = Sections[RE.SectionID];
1026 SectionEntry &Section = Sections[SectionID];
1072 SectionEntry &Section = Sections[SectionID];
1102 SectionEntry &Section = Sections[SectionI
[all...]
/external/llvm/test/MC/ARM/
H A Deh-directive-cantunwind.s26 @ CHECK: Sections [
H A Deh-compact-pr1.s27 @ CHECK: Sections [
H A Deh-compact-pr0.s38 @ CHECK: Sections [
H A Deh-directive-text-section-multiple-func.s33 @ CHECK: Sections [
H A Deh-directive-text-section.s26 @ CHECK: Sections [
/external/llvm/tools/llvm-readobj/
H A Dllvm-readobj.h30 extern llvm::cl::opt<bool> Sections;
H A Dllvm-readobj.cpp58 cl::opt<bool> Sections("sections",
62 cl::aliasopt(Sections));
235 if (opts::Sections)
/external/llvm/tools/obj2yaml/
H A Dcoff2yaml.cpp53 std::vector<COFFYAML::Section> &Sections = YAMLObj.Sections; local
77 Sections.push_back(Sec);
H A Delf2yaml.cpp79 Y->Sections.push_back(std::unique_ptr<ELFYAML::Section>(S.get()));
86 Y->Sections.push_back(std::unique_ptr<ELFYAML::Section>(S.get()));
94 Y->Sections.push_back(std::unique_ptr<ELFYAML::Section>(S.get()));
/external/llvm/include/llvm/MC/
H A DMCAssembler.h874 iplist<MCSectionData> Sections; member in class:llvm::MCAssembler
1079 const SectionDataListType &getSectionList() const { return Sections; }
1080 SectionDataListType &getSectionList() { return Sections; }
1082 iterator begin() { return Sections.begin(); }
1083 const_iterator begin() const { return Sections.begin(); }
1085 iterator end() { return Sections.end(); }
1086 const_iterator end() const { return Sections.end(); }
1088 size_t size() const { return Sections.size(); }
/external/llvm/lib/MC/
H A DWinCOFFObjectWriter.cpp132 sections Sections; member in class:__anon25894::WinCOFFObjectWriter
222 assert(Section->Number != -1 && "Sections with relocations must be real!");
326 return createCOFFEntity<COFFSection>(Name, Sections);
835 for (auto & Section : Sections) {
870 for (auto & Section : Sections) {
966 for (auto & Section : Sections) {
974 for (i = Sections.begin(), ie = Sections.end(),
H A DELFObjectWriter.cpp285 std::vector<const MCSectionELF*> &Sections);
1663 std::vector<const MCSectionELF*> Sections; local
1664 Sections.resize(NumSections - 1);
1669 Sections[p.second - 1] = p.first;
1680 const MCSectionELF &Section = *Sections[i];
1698 std::vector<const MCSectionELF*> &Sections) {
1704 Sections.push_back(&Section);
1714 Sections.push_back(&Section);
1723 Sections.push_back(&Section);
1764 std::vector<const MCSectionELF*> Sections; local
1697 ComputeSectionOrder(MCAssembler &Asm, std::vector<const MCSectionELF*> &Sections) argument
[all...]
/external/llvm/test/MC/AsmParser/
H A Dsection.s49 # CHECK: Sections [

Completed in 4685 milliseconds

12