Searched defs:Sections (Results 1 - 15 of 15) sorted by relevance

/external/llvm/include/llvm/Object/
H A DCOFFYAML.h74 std::vector<Section> Sections; member in struct:llvm::COFFYAML::Object
H A DMachO.h240 SectionList Sections; member in class:llvm::object::MachOObjectFile
H A DELFYAML.h109 std::vector<std::unique_ptr<Section>> Sections; member in struct:llvm::ELFYAML::Object
/external/llvm/tools/obj2yaml/
H A Dcoff2yaml.cpp53 std::vector<COFFYAML::Section> &Sections = YAMLObj.Sections; local
77 Sections.push_back(Sec);
/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/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;
/external/llvm/lib/MC/MCParser/
H A DELFAsmParser.cpp553 auto &Sections = getContext().getGenDwarfSectionSyms(); local
554 auto InsertResult = Sections.insert(
/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/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...]
H A DMCDwarf.cpp567 auto &Sections = context.getGenDwarfSectionSyms(); local
586 Length += 2 * AddrSize * Sections.size();
612 for (const auto &sec : Sections) {
696 auto &Sections = context.getGenDwarfSectionSyms(); local
697 const auto TextSection = Sections.begin();
698 assert(TextSection != Sections.end() && "No text section found");
803 auto &Sections = context.getGenDwarfSectionSyms(); local
810 for (const auto sec : Sections) {
/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/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp978 std::vector<const MCSection *> Sections; local
981 Sections.push_back(Section);
986 std::sort(Sections.begin(), Sections.end(), SectionSort);
989 for (unsigned ID = 0, E = Sections.size(); ID != E; ID++) {
990 const MCSection *Section = Sections[ID];
2097 std::vector<const MCSection *> Sections; local
2100 Sections.push_back(Section);
2105 std::sort(Sections.begin(), Sections
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
H A Ddbghelp.h37 PIMAGE_SECTION_HEADER Sections; member in struct:_LOADED_IMAGE
/external/mesa3d/src/gallium/auxiliary/util/
H A Ddbghelp.h37 PIMAGE_SECTION_HEADER Sections; member in struct:_LOADED_IMAGE

Completed in 853 milliseconds