HomeSort by relevance Sort by last modified time
    Searched refs:Section (Results 476 - 500 of 921) sorted by null

<<11121314151617181920>>

  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-powerpc/
vle-multiseg-2.d 12 Section to Segment mapping:
vle-multiseg-3.d 12 Section to Segment mapping:
vle-multiseg-4.d 11 Section to Segment mapping:
vle-multiseg-5.d 12 Section to Segment mapping:
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-sh/sh64/
crange-2f.s 0 ! Section with SHmedia in unique section. Note the absence of a symbol to
4 .section .text.2f,"ax"
crange-2g.s 0 ! Section with SHmedia in unique section, similar to crange-2f.s
3 .section .text.2g,"ax"
  /external/google-breakpad/src/processor/
synth_minidump_unittest.cc 50 using google_breakpad::SynthMinidump::Section;
58 TEST(Section, Simple) {
60 Section section(dump);
61 section.L32(0x12345678);
62 section.Finish(0);
64 ASSERT_TRUE(section.GetContents(&contents));
68 TEST(Section, CiteLocationIn) {
70 Section section1(dump), section2(dump);
84 Section section(dump)
    [all...]
  /dalvik/dexgen/src/com/android/dexgen/dex/file/
MapItem.java 37 /** {@code non-null;} section this instance covers */
38 private final Section section; field in class:MapItem
61 * given map section.
64 * @param mapSection {@code non-null;} the section that the resulting map
67 public static void addMap(Section[] sections,
80 for (Section section : sections) {
86 for (Item item : section.items()) {
90 items.add(new MapItem(currentType, section,
    [all...]
  /dalvik/dx/src/com/android/dx/dex/file/
MapItem.java 36 /** {@code non-null;} section this instance covers */
37 private final Section section; field in class:MapItem
60 * given map section.
63 * @param mapSection {@code non-null;} the section that the resulting map
66 public static void addMap(Section[] sections,
79 for (Section section : sections) {
85 for (Item item : section.items()) {
89 items.add(new MapItem(currentType, section,
    [all...]
  /external/dexmaker/src/dx/java/com/android/dx/dex/file/
MapItem.java 37 /** {@code non-null;} section this instance covers */
38 private final Section section; field in class:MapItem
61 * given map section.
64 * @param mapSection {@code non-null;} the section that the resulting map
67 public static void addMap(Section[] sections,
80 for (Section section : sections) {
86 for (Item item : section.items()) {
90 items.add(new MapItem(currentType, section,
    [all...]
  /external/llvm/tools/llvm-readobj/
MachODumper.cpp 250 { "Section", 0xE }
306 MachOSection &Section) {
308 MachO::section Sect = Obj->getSection(Sec);
309 Section.Address = Sect.addr;
310 Section.Size = Sect.size;
311 Section.Offset = Sect.offset;
312 Section.Alignment = Sect.align;
313 Section.RelocationTableOffset = Sect.reloff;
314 Section.NumRelocationTableEntries = Sect.nreloc;
315 Section.Flags = Sect.flags
    [all...]
ARMWinEHPrinter.cpp 188 for (const auto &Section : COFF.sections()) {
189 uint64_t Address = Section.getAddress();
190 uint64_t Size = Section.getSize();
193 return Section;
214 const SectionRef &Section,
216 for (const auto &Relocation : Section.relocations()) {
510 const SectionRef &Section,
513 if (COFF.getSectionContents(COFF.getCOFFSection(Section), Contents))
516 uint64_t SectionVA = Section.getAddress();
566 getRelocatedSymbol(COFF, Section, HandlerOffset * sizeof(uint32_t))
    [all...]
  /external/llvm/test/MC/AsmParser/
section.s 3 .section test1
5 .section test2
9 .section test2
13 .section test1
17 .section test2
41 .section test1
50 # CHECK: Section {
66 # CHECK: Section {
82 # CHECK: Section {
98 # CHECK: Section {
    [all...]
  /external/llvm/lib/MC/
MCELFStreamer.cpp 103 const MCSectionELF &Section =
105 if (Section.getFlags() & ELF::SHF_TLS)
126 // If bundle alignment is used and there are any instructions in the section, it
129 MCSection *Section) {
130 if (Section && Assembler.isBundlingEnabled() && Section->hasInstructions() &&
131 Section->getAlignment() < Assembler.getBundleAlignSize())
132 Section->setAlignment(Assembler.getBundleAlignSize());
135 void MCELFStreamer::ChangeSection(MCSection *Section,
139 report_fatal_error("Unterminated .bundle_lock when changing a section");
    [all...]
MachObjectWriter.cpp 171 sizeof(MachO::section)));
202 const MCSectionMachO &Section = cast<MCSectionMachO>(Sec);
205 if (Section.isVirtualSection()) {
210 // struct section (68 bytes) or
216 writeBytes(Section.getSectionName(), 16);
217 writeBytes(Section.getSegmentName(), 16);
227 assert(isPowerOf2_32(Section.getAlignment()) && "Invalid alignment!");
228 write32(Log2_32(Section.getAlignment()));
233 write32(Section.getStubSize()); // reserved2
238 (is64Bit() ? sizeof(MachO::section_64) : sizeof(MachO::section)));
    [all...]
ELFObjectWriter.cpp 118 // This holds the .strtab section index.
120 // This holds the .symtab section index.
123 // Sections in the order they are to be output in the section table.
173 // Start and end offset of each section
187 // Map from a signature symbol to the group section index
193 /// \param SectionIndexMap - Maps a section to its index.
194 /// \param RevGroupMap - Maps a signature symbol to the group section.
233 const MCSectionELF &Section);
350 // e_shentsize = Section header entry size
353 // e_shnum = # of section header ent
    [all...]
  /external/llvm/include/llvm/DebugInfo/DWARF/
DWARFUnit.h 38 /// Returns the Unit that contains the given section offset in the
39 /// same section this Unit originated from.
42 void parse(DWARFContext &C, const DWARFSection &Section);
47 virtual void parseImpl(DWARFContext &Context, const DWARFSection &Section,
85 void parseImpl(DWARFContext &Context, const DWARFSection &Section,
90 const auto &Index = getDWARFUnitIndex(Context, UnitType::Section);
91 DataExtractor Data(Section.Data, LE, 0);
94 auto U = llvm::make_unique<UnitType>(Context, Section, DA, RS, SS, SOS,
108 // Section containing this DWARFUnit.
149 DWARFUnit(DWARFContext &Context, const DWARFSection &Section,
    [all...]
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
RuntimeDyldCOFFI386.h 51 auto Section = *Symbol->getSection();
60 DEBUG(dbgs() << "\t\tIn Section " << SectionID << " Offset " << Offset
65 if (Section == Obj.section_end()) {
70 findOrEmitSection(Obj, *Section, Section->isText(), ObjSectionToID);
107 const auto Section = Sections[RE.SectionID];
108 uint8_t *Target = Section.getAddressWithOffset(RE.Offset);
134 // NOTE: use Section[0].getLoadAddress() as an approximation of ImageBase
152 Section.getLoadAddress() + RE.Addend - 4 - RE.Offset;
165 // 16-bit section index of the section that contains the target
    [all...]
  /external/llvm/test/MC/ARM/
eh-directive-section-comdat.s 4 @ Check the .group section for the function in comdat section.
10 @ text section together.
12 @ This test case will check the content of .group section. The section index
13 @ of the grouped sections should be recorded in .group section.
16 .section .TEST1,"axG",%progbits,func1,comdat
41 @ Check the .group section
44 @ CHECK: Section {
53 @ These are the section indexes of .TEST1, .ARM.extab.TEST1, .ARM.exidx.TEST1
    [all...]
eh-compact-pr1.s 8 .section .TEST1
25 @ Check .TEST1 section
28 @ CHECK: Section {
37 @ Check .ARM.extab.TEST1 section
39 @ CHECK: Section {
55 @ Check .ARM.exidx.TEST1 section
57 @ CHECK: Section {
65 @ The first word should be relocated to .TEST1 section, and the second word
66 @ should be relocated to .ARM.extab.TEST1 section. Besides, there is
  /external/llvm/bindings/python/llvm/tests/
test_object.py 4 from ..object import Section
19 for section in o.get_sections():
21 assert isinstance(section, Section)
22 assert isinstance(section.name, str)
23 assert isinstance(section.size, long)
24 assert isinstance(section.contents, str)
25 assert isinstance(section.address, long)
26 assert len(section.contents) == section.siz
    [all...]
  /external/llvm/include/llvm/MC/
MCELFStreamer.h 47 void ChangeSection(MCSection *Section, const MCExpr *Subsection) override;
66 void EmitZerofill(MCSection *Section, MCSymbol *Symbol = nullptr,
68 void EmitTBSSSymbol(MCSection *Section, MCSymbol *Symbol, uint64_t Size,
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldMachO.cpp 62 SectionEntry &Section = Sections[SectionID];
67 uint8_t *LocalAddress = Section.getAddressWithOffset(Offset);
73 assert(TargetSI != Obj.section_end() && "Can't find section for symbol");
137 const SectionEntry &Section = Sections[RE.SectionID];
138 uint8_t *LocalAddress = Section.getAddress() + RE.Offset;
139 uint64_t FinalAddress = Section.getLoadAddress() + RE.Offset;
141 dbgs() << "resolveRelocation Section: " << RE.SectionID
166 // Populate __pointers section.
172 "Pointer table section not supported in 64-bit MachO.");
175 MachO::section Sec32 = Obj.getSection(PTSection.getRawDataRefImpl())
    [all...]
  /frameworks/av/include/media/stagefright/
MediaCodecList.h 91 enum Section {
107 Section mCurrentSection;
109 Vector<Section> mPastSections;
  /external/elfutils/tests/
run-readelf-z.sh 24 There are 9 section headers, starting at offset 0x3e0:
26 Section Headers:
46 There are 10 section headers, starting at offset 0x438:
48 Section Headers:
69 There are 9 section headers, starting at offset 0x400:
71 Section Headers:
91 There are 10 section headers, starting at offset 0x458:
93 Section Headers:
114 There are 9 section headers, starting at offset 0x33c:
116 Section Headers
    [all...]

Completed in 858 milliseconds

<<11121314151617181920>>