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

1 2 3 4 5 6

  /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...]
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-elf/
dynamic1.d 7 Segment Sections...
nobits-1.d 8 Segment Sections...
note-1.d 8 Segment Sections...
note-2.d 14 Segment Sections...
extract-symbol-1sec.d 1 #name: --extract-symbol test 1 (sections)
9 Sections:
maxpage5.d 15 Segment Sections...
seg.d 16 Segment Sections...
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/pe/
big-obj.d 7 Sections:
section-exclude.d 8 Sections:
peseh-x64-5.d 3 #name: PE x64 SEH test sections flags xdata
7 Sections:
peseh-x64-6.d 3 #name: PE x64 SEH test sections flags pdata
7 Sections:
section-align-1.d 8 Sections:
section-align-3.d 8 Sections:
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-d10v/
default_layout.d 7 Sections:
  /toolchain/binutils/binutils-2.25/binutils/testsuite/binutils-all/
copy-1.d 8 Sections:
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mmix/
greg9.d 5 Sections:
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/ppc/
textalign-xcoff-001.d 7 Sections:
textalign-xcoff-002.d 7 Sections:
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/tic54x/
align.d 6 Sections:
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-scripts/
align2a.d 6 Sections:
align2b.d 6 Sections:
  /external/llvm/test/MC/COFF/
early-dce.s 11 # CHECK: Sections [
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
RuntimeDyldCOFFI386.h 107 const auto Section = Sections[RE.SectionID];
117 RE.Sections.SectionA == static_cast<uint32_t>(-1)
119 : Sections[RE.Sections.SectionA].getLoadAddressWithOffset(
127 << " TargetSection: " << RE.Sections.SectionA
136 Sections[RE.Sections.SectionA].getLoadAddressWithOffset(RE.Addend) -
137 Sections[0].getLoadAddress();
144 << " TargetSection: " << RE.Sections.SectionA
151 uint64_t Result = Sections[RE.Sections.SectionA].getLoadAddress()
    [all...]
  /external/llvm/test/MC/ARM/Windows/
text-attributes.s 18 @ CHECK: Sections [

Completed in 292 milliseconds

1 2 3 4 5 6