Home
last modified time | relevance | path

Searched refs:Sections (Results 1 – 25 of 123) sorted by relevance

12345

/external/jhead/
Djpgfile.c18 static Section_t * Sections = NULL; variable
118 Sections = (Section_t *)realloc(Sections, sizeof(Section_t)*SectionsAllocated); in CheckSectionsAllocated()
119 if (Sections == NULL){ in CheckSectionsAllocated()
158 Sections[SectionsRead].Type = marker; in ReadJpegSections()
172 Sections[SectionsRead].Size = itemlen; in ReadJpegSections()
180 Sections[SectionsRead].Data = Data; in ReadJpegSections()
223 Sections[SectionsRead].Data = Data; in ReadJpegSections()
224 Sections[SectionsRead].Size = size; in ReadJpegSections()
225 Sections[SectionsRead].Type = PSEUDO_IMAGE_MARKER; in ReadJpegSections()
238 free(Sections[--SectionsRead].Data); in ReadJpegSections()
[all …]
/external/llvm/lib/MC/
DELFObjectWriter.cpp845 std::vector<const MCSectionELF*> Sections; in CreateMetadataSections() local
850 Sections.push_back(&Section); in CreateMetadataSections()
852 array_pod_sort(Sections.begin(), Sections.end(), compareBySuffix); in CreateMetadataSections()
861 for (unsigned int I = 0, E = Sections.size(); I != E; ++I) { in CreateMetadataSections()
862 const MCSectionELF &Section = *Sections[I]; in CreateMetadataSections()
866 StringRef PreviousName = Sections[I - 1]->getSectionName(); in CreateMetadataSections()
1072 std::vector<const MCSectionELF*> Sections; in WriteSectionHeader() local
1073 Sections.resize(NumSections - 1); in WriteSectionHeader()
1078 Sections[p.second - 1] = p.first; in WriteSectionHeader()
1089 const MCSectionELF &Section = *Sections[i]; in WriteSectionHeader()
[all …]
DWinCOFFObjectWriter.cpp134 sections Sections; member in __anond657a6540111::WinCOFFObjectWriter
328 for (sections::iterator I = Sections.begin(), E = Sections.end(); I != E; ++I) in ~WinCOFFObjectWriter()
347 return createCOFFEntity<COFFSection>(Name, Sections); in createSection()
730 for (sections::iterator i = Sections.begin(), in WriteObject()
731 e = Sections.end(); i != e; i++) { in WriteObject()
837 for (i = Sections.begin(), ie = Sections.end(); i != ie; i++) in WriteObject()
841 for (i = Sections.begin(), ie = Sections.end(), in WriteObject()
DELFObjectWriter.h321 std::vector<const MCSectionELF*> &Sections);
/external/valgrind/main/
DCOPYING.DOCS62 The "Invariant Sections" are certain Secondary Sections whose titles
63 are designated, as being those of Invariant Sections, in the notice
67 Invariant Sections. If the Document does not identify any Invariant
68 Sections then there are none.
203 G. Preserve in that license notice the full lists of Invariant Sections
224 L. Preserve all the Invariant Sections of the Document,
234 appendices that qualify as Secondary Sections and contain no material
237 list of Invariant Sections in the Modified Version's license notice.
266 Invariant Sections of all of the original documents, unmodified, and
267 list them all as Invariant Sections of your combined work in its
[all …]
/external/llvm/include/llvm/MC/
DMCAssembler.h671 iplist<MCSectionData> Sections; variable
818 const SectionDataListType &getSectionList() const { return Sections; } in getSectionList()
819 SectionDataListType &getSectionList() { return Sections; } in getSectionList()
821 iterator begin() { return Sections.begin(); } in begin()
822 const_iterator begin() const { return Sections.begin(); } in begin()
824 iterator end() { return Sections.end(); } in end()
825 const_iterator end() const { return Sections.end(); } in end()
827 size_t size() const { return Sections.size(); } in size()
/external/bison/doc/
Dfdl.texi69 The ``Invariant Sections'' are certain Secondary Sections whose titles
70 are designated, as being those of Invariant Sections, in the notice
74 Invariant Sections. If the Document does not identify any Invariant
75 Sections then there are none.
226 Preserve in that license notice the full lists of Invariant Sections
257 Preserve all the Invariant Sections of the Document,
274 appendices that qualify as Secondary Sections and contain no material
277 list of Invariant Sections in the Modified Version's license notice.
306 Invariant Sections of all of the original documents, unmodified, and
307 list them all as Invariant Sections of your combined work in its
[all …]
/external/elfutils/
DNOTES69 Sections created in output files follow the naming of special section
/external/hyphenation/
DCOPYING.MPL129 (c) the licenses granted in Sections 2.2(a) and 2.2(b) are
185 granted by such Contributor under Sections 2.1 or 2.2,
336 Participant to You under Sections 2.1 and/or 2.2 of this License
346 Sections 2.1 and/or 2.2 automatically terminate at the expiration of
351 any rights granted to You by such Participant under Sections 2.1(b)
361 granted by such Participant under Sections 2.1 or 2.2 shall be taken
365 8.4. In the event of termination under Sections 8.1 or 8.2 above,
/external/qemu/distrib/sdl-1.2.12/
DCOPYING229 under the terms of Sections 1 and 2 above provided that you accompany
231 must be distributed under the terms of Sections 1 and 2 above on a
271 6. As an exception to the Sections above, you may also combine or
289 Sections 1 and 2 above); and, if the work is an executable linked
343 Sections above.
/external/webkit/
DNOTICE265 under the terms of Sections 1 and 2 above provided that you accompany
267 must be distributed under the terms of Sections 1 and 2 above on a
307 6. As an exception to the Sections above, you may also compile or
325 Sections 1 and 2 above); and, if the work is an executable linked
371 Sections above.
759 under the terms of Sections 1 and 2 above provided that you accompany
761 must be distributed under the terms of Sections 1 and 2 above on a
801 6. As an exception to the Sections above, you may also combine or
819 Sections 1 and 2 above); and, if the work is an executable linked
873 Sections above.
/external/quake/quake/src/
Dgnu.txt48 …, under Section 2) in object code or executable form under the terms of Sections 1 and 2 above pro…
50 …hine-readable source code, which must be distributed under the terms of Sections 1 and 2 above on …
52 … of the corresponding source code, to be distributed under the terms of Sections 1 and 2 above on …
/external/qemu-pc-bios/bochs/
DCOPYING229 under the terms of Sections 1 and 2 above provided that you accompany
231 must be distributed under the terms of Sections 1 and 2 above on a
271 6. As an exception to the Sections above, you may also combine or
289 Sections 1 and 2 above); and, if the work is an executable linked
343 Sections above.
/external/webkit/Tools/mangleme/
DLICENSE229 under the terms of Sections 1 and 2 above provided that you accompany
231 must be distributed under the terms of Sections 1 and 2 above on a
271 6. As an exception to the Sections above, you may also combine or
289 Sections 1 and 2 above); and, if the work is an executable linked
343 Sections above.
/external/webkit/Source/WebCore/
DLICENSE-LGPL-2216 under the terms of Sections 1 and 2 above provided that you accompany
218 must be distributed under the terms of Sections 1 and 2 above on a
258 6. As an exception to the Sections above, you may also compile or
276 Sections 1 and 2 above); and, if the work is an executable linked
322 Sections above.
DLICENSE-LGPL-2.1229 under the terms of Sections 1 and 2 above provided that you accompany
231 must be distributed under the terms of Sections 1 and 2 above on a
271 6. As an exception to the Sections above, you may also combine or
289 Sections 1 and 2 above); and, if the work is an executable linked
343 Sections above.
/external/libnl-headers/
DNOTICE229 under the terms of Sections 1 and 2 above provided that you accompany
231 must be distributed under the terms of Sections 1 and 2 above on a
271 6. As an exception to the Sections above, you may also combine or
289 Sections 1 and 2 above); and, if the work is an executable linked
343 Sections above.
/external/mesa3d/docs/
DCOPYING224 under the terms of Sections 1 and 2 above provided that you accompany
226 must be distributed under the terms of Sections 1 and 2 above on a
266 6. As an exception to the Sections above, you may also compile or
284 Sections 1 and 2 above); and, if the work is an executable linked
330 Sections above.
/external/bluetooth/glib/
DCOPYING216 under the terms of Sections 1 and 2 above provided that you accompany
218 must be distributed under the terms of Sections 1 and 2 above on a
258 6. As an exception to the Sections above, you may also compile or
276 Sections 1 and 2 above); and, if the work is an executable linked
322 Sections above.
/external/qemu-pc-bios/vgabios/
DCOPYING229 under the terms of Sections 1 and 2 above provided that you accompany
231 must be distributed under the terms of Sections 1 and 2 above on a
271 6. As an exception to the Sections above, you may also combine or
289 Sections 1 and 2 above); and, if the work is an executable linked
343 Sections above.
/external/jdiff/
DNOTICE229 under the terms of Sections 1 and 2 above provided that you accompany
231 must be distributed under the terms of Sections 1 and 2 above on a
271 6. As an exception to the Sections above, you may also combine or
289 Sections 1 and 2 above); and, if the work is an executable linked
343 Sections above.
/external/bluetooth/glib/gmodule/
DCOPYING216 under the terms of Sections 1 and 2 above provided that you accompany
218 must be distributed under the terms of Sections 1 and 2 above on a
258 6. As an exception to the Sections above, you may also compile or
276 Sections 1 and 2 above); and, if the work is an executable linked
322 Sections above.
/external/bluetooth/bluez/compat/
DNOTICE194 Sections 1 and 2 above provided that you also do one of the following:
197 source code, which must be distributed under the terms of Sections
204 distributed under the terms of Sections 1 and 2 above on a medium
628 under the terms of Sections 1 and 2 above provided that you accompany
630 must be distributed under the terms of Sections 1 and 2 above on a
670 6. As an exception to the Sections above, you may also combine or
688 Sections 1 and 2 above); and, if the work is an executable linked
742 Sections above.
/external/bluetooth/bluez/audio/
DNOTICE194 Sections 1 and 2 above provided that you also do one of the following:
197 source code, which must be distributed under the terms of Sections
204 distributed under the terms of Sections 1 and 2 above on a medium
628 under the terms of Sections 1 and 2 above provided that you accompany
630 must be distributed under the terms of Sections 1 and 2 above on a
670 6. As an exception to the Sections above, you may also combine or
688 Sections 1 and 2 above); and, if the work is an executable linked
742 Sections above.
/external/bluetooth/bluez/health/
DNOTICE194 Sections 1 and 2 above provided that you also do one of the following:
197 source code, which must be distributed under the terms of Sections
204 distributed under the terms of Sections 1 and 2 above on a medium
628 under the terms of Sections 1 and 2 above provided that you accompany
630 must be distributed under the terms of Sections 1 and 2 above on a
670 6. As an exception to the Sections above, you may also combine or
688 Sections 1 and 2 above); and, if the work is an executable linked
742 Sections above.

12345