HomeSort by relevance Sort by last modified time
    Searched defs:Sections (Results 1 - 11 of 11) sorted by null

  /external/llvm/include/llvm/Object/
COFFYAML.h 86 std::vector<Section> Sections;
ELFYAML.h 168 std::vector<std::unique_ptr<Section>> Sections;
MachO.h 302 // In a MachO file, sections have a segment name. This is used in the .o
451 SectionList Sections;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/psdk_inc/
_dbg_LOAD_IMAGE.h 30 PIMAGE_SECTION_HEADER Sections;
  /external/jhead/
jpgfile.c 18 static Section_t * Sections = NULL;
109 // Check sections array to see if it needs to be increased in size.
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
    [all...]
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldImpl.h 149 SectionPair Sections;
178 Sections.SectionA = SectionA;
179 Sections.SectionB = SectionB;
241 // A list of all sections emitted by the dynamic linker. These sections are
244 SectionList Sections;
249 // Keep a map of sections from object file to the SectionID which
265 // Relocations to sections already loaded. Indexed by SectionID which is the
283 // True if all sections should be passed to the memory manager, false if only
284 // sections containing relocations should be. Defaults to 'false'
    [all...]
  /external/llvm/include/llvm/MC/
MCAssembler.h 580 SectionListType Sections;
777 iterator begin() { return Sections.begin(); }
778 const_iterator begin() const { return Sections.begin(); }
780 iterator end() { return Sections.end(); }
781 const_iterator end() const { return Sections.end(); }
783 size_t size() const { return Sections.size(); }
  /external/llvm/lib/MC/
MCDwarf.cpp 564 auto &Sections = context.getGenDwarfSectionSyms();
583 Length += 2 * AddrSize * Sections.size();
610 for (MCSection *Sec : Sections) {
684 // There are multiple sections containing code, so we must use the
685 // .debug_ranges sections.
695 auto &Sections = context.getGenDwarfSectionSyms();
696 const auto TextSection = Sections.begin();
697 assert(TextSection != Sections.end() && "No text section found");
795 // executable sections of this file.
798 auto &Sections = context.getGenDwarfSectionSyms()
    [all...]
WinCOFFObjectWriter.cpp 118 typedef std::vector<std::unique_ptr<COFFSection>> sections; typedef in class:__anon17459::WinCOFFObjectWriter
127 sections Sections;
142 Sections.clear();
253 return createCOFFEntity<COFFSection>(Name, Sections);
274 report_fatal_error("two sections have the same comdat");
418 report_fatal_error("conflicting sections for symbol");
796 size_t SectionsSize = Sections.size();
799 "PE COFF object files can't have more than 2147483647 sections");
808 for (const auto &Section : Sections) {
    [all...]
  /external/llvm/tools/llvm-objdump/
MachODump.cpp 264 std::vector<SectionRef> &Sections,
276 for (const SectionRef &Section : MachOObj->sections()) {
279 Sections.push_back(Section);
750 // Collect the literal sections in this Mach-O file.
752 for (const SectionRef &Section : O->sections()) {
    [all...]
  /external/mesa3d/src/gallium/auxiliary/util/
dbghelp.h 37 PIMAGE_SECTION_HEADER Sections;
    [all...]

Completed in 585 milliseconds