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

  /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;
172 Sections[SectionsRead].Size = itemlen;
180 Sections[SectionsRead].Data = Data;
223 Sections[SectionsRead].Data = Data;
224 Sections[SectionsRead].Size = size
    [all...]
  /external/llvm/tools/llvm-objdump/
MachODump.cpp 110 static void DumpAddress(uint64_t Address, ArrayRef<SectionRef> Sections,
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);
292 std::vector<SectionRef> Sections;
296 getSectionsAndSymbols(Header, MachOOF.get(), &SymtabLC, Sections, Symbols
    [all...]
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyld.cpp 44 // Just iterate over the sections we have and resolve all the relocations
46 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) {
80 ObjSectionToIDMap LocalSections; // Used sections from the object file
185 unsigned SectionID = Sections.size();
191 Sections.push_back(SectionEntry(Addr, TotalSize, TotalSize, 0));
242 unsigned SectionID = Sections.size();
246 // Some sections, such as debug info, don't need to be loaded for execution
    [all...]
RuntimeDyldImpl.h 100 // A list of emmitted sections.
102 SectionList Sections;
104 // Keep a map of sections from object file to the SectionID which
123 // Relocations to sections already loaded. Indexed by SectionID which is the
153 return (uint8_t*)Sections[SectionID].Address;
RuntimeDyldMachO.cpp 215 SectionEntry &Section = Sections[Rel.SectionID];
254 Value.Addend += Section.ObjAddress - Sections[Value.SectionID].ObjAddress;
RuntimeDyldELF.cpp 90 // addresses for sections and common symbols
398 SectionEntry &Section = Sections[Rel.SectionID];
  /external/llvm/lib/MC/
ELFObjectWriter.cpp 295 // Create the sections that show up in the symbol table. Currently
296 // those are the .note.GNU-stack section and the group sections.
312 std::vector<const MCSectionELF*> &Sections);
    [all...]
WinCOFFObjectWriter.cpp 126 typedef std::vector<COFFSection*> sections; typedef in class:__anon9043::WinCOFFObjectWriter
135 sections Sections;
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()
    [all...]
  /external/llvm/include/llvm/MC/
MCAssembler.h 693 iplist<MCSectionData> Sections;
697 /// The map of sections to their associated assembler backend data.
843 const SectionDataListType &getSectionList() const { return Sections; }
844 SectionDataListType &getSectionList() { return Sections; }
846 iterator begin() { return Sections.begin(); }
847 const_iterator begin() const { return Sections.begin(); }
849 iterator end() { return Sections.end(); }
850 const_iterator end() const { return Sections.end(); }
852 size_t size() const { return Sections.size(); }
  /external/llvm/lib/Object/
MachOObjectFile.cpp 40 Sections.push_back(DRI);
135 getSection64(Sections[Entry->SectionIndex-1], Section);
144 getSection(Sections[Entry->SectionIndex-1], Section);
231 getSectionSize(Sections[SectionIndex-1], Size);
232 getSectionAddress(Sections[SectionIndex-1], EndOffset);
330 Res = section_iterator(SectionRef(Sections[index-1], this));
405 /*===-- Sections ----------------------------------------------------------===*/
447 std::find(Sections.begin(), Sections.end(), Sec);
448 assert(loc != Sections.end() && "Sec is not a valid section!")
    [all...]
  /external/llvm/include/llvm/Object/
MachO.h 109 SectionList Sections;
  /external/chromium/chrome/browser/resources/
new_new_tab.js 57 // Because sections are collapsed when they are in menu mode, it is not
60 // TODO(aa): Sections should maintain their collapse state when minimized.
382 // Get all sections to be layed out.
384 var sections = document.querySelectorAll(
387 for (var i = 0, section; section = sections[i]; i++) {
393 // Ensure the miniview sections don't have any clipped items.
431 // Returns whether or not the sections are currently animating due to a
438 // Layout the sections in a modified accordian. The header and miniview, if
443 // | collapsed section | <- Any collapsed sections are fixed position.
464 // sections sinch up and sit below the expanded section. This is so that w
    [all...]
  /external/grub/docs/
texinfo.tex     [all...]
  /ndk/sources/host-tools/sed-4.2.1/build-aux/
texinfo.tex     [all...]

Completed in 267 milliseconds