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

<<11121314151617181920>>

  /dalvik/dexgen/src/com/android/dexgen/dex/file/
OffsettedItem.java 35 * {@code null-ok;} section the item was added to, or {@code null} if
38 private Section addedTo;
41 * {@code >= -1;} assigned offset of the item from the start of its section,
71 Section.validateAlignment(alignment);
183 * the section which the instance was written to.
212 * Indicates that this item has been added to the given section at
216 * @param addedTo {@code non-null;} the section this instance has
219 * section where this instance was placed
223 public final int place(Section addedTo, int offset) {
297 * @param addedTo {@code non-null;} the section this instance has been added t
    [all...]
  /dalvik/dx/src/com/android/dx/dex/file/
OffsettedItem.java 35 * {@code null-ok;} section the item was added to, or {@code null} if
38 private Section addedTo;
41 * {@code >= -1;} assigned offset of the item from the start of its section,
71 Section.validateAlignment(alignment);
183 * the section which the instance was written to.
212 * Indicates that this item has been added to the given section at
216 * @param addedTo {@code non-null;} the section this instance has
219 * section where this instance was placed
223 public final int place(Section addedTo, int offset) {
297 * @param addedTo {@code non-null;} the section this instance has been added t
    [all...]
  /external/dexmaker/src/dx/java/com/android/dx/dex/file/
OffsettedItem.java 35 * {@code null-ok;} section the item was added to, or {@code null} if
38 private Section addedTo;
41 * {@code >= -1;} assigned offset of the item from the start of its section,
71 Section.validateAlignment(alignment);
183 * the section which the instance was written to.
212 * Indicates that this item has been added to the given section at
216 * @param addedTo {@code non-null;} the section this instance has
219 * section where this instance was placed
223 public final int place(Section addedTo, int offset) {
297 * @param addedTo {@code non-null;} the section this instance has been added t
    [all...]
  /external/google-breakpad/src/common/linux/
file_id_unittest.cc 54 using google_breakpad::test_assembler::Section;
59 // Simply calling Section::Append(size, byte) produces a uninteresting pattern
60 // that tends to get hashed to 0000...0000. This populates the section with
62 void PopulateSection(Section* section, int size, int prime_number) {
64 section->Append(1, (i % prime_number) % 256);
135 Section text(kLittleEndian);
165 Section text(kLittleEndian);
197 Section text(kLittleEndian);
230 Section foo_1(kLittleEndian)
    [all...]
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
RuntimeDyldMachOI386.h 85 const SectionEntry &Section = Sections[RE.SectionID];
86 uint8_t *LocalAddress = Section.getAddressWithOffset(RE.Offset);
89 uint64_t FinalAddress = Section.getLoadAddressWithOffset(RE.Offset);
115 const SectionRef &Section) {
117 Section.getName(Name);
120 populateJumpTable(cast<MachOObjectFile>(Obj), Section, SectionID);
123 Section, SectionID);
136 SectionEntry &Section = Sections[SectionID];
141 uint8_t *LocalAddress = Section.getAddressWithOffset(Offset);
151 assert(SAI != Obj.section_end() && "Can't find section for address A")
    [all...]
  /external/llvm/lib/MC/
MCNullStreamer.cpp 34 void EmitZerofill(MCSection *Section, MCSymbol *Symbol = nullptr,
MCWinEH.cpp 22 /// We can't have one section for all .pdata or .xdata because the Microsoft
24 /// section. If the code described is comdat, create a new comdat section
26 /// section, make a new section for it. Otherwise use the main unwind info
27 /// section.
33 // If Function is in a COMDAT, get or create an unwind info section in that
42 // If Function is in a section other than .text, create a new .pdata section.
43 // Otherwise use the plain .pdata section
    [all...]
WinCOFFStreamer.cpp 96 "Got non-COFF section in the COFF backend!");
122 "Got non-COFF section in the COFF backend!");
214 "Got non-COFF section in the COFF backend!");
246 assert(!Symbol->isInSection() && "Symbol must not already have a section!");
248 MCSection *Section = getContext().getObjectFileInfo()->getBSSSection();
249 getAssembler().registerSection(*Section);
250 if (Section->getAlignment() < ByteAlignment)
251 Section->setAlignment(ByteAlignment);
258 ByteAlignment, Section);
261 /*Value=*/0, /*ValueSize=*/0, Size, Section);
    [all...]
  /external/llvm/test/MC/ARM/Windows/
text-attributes.s 19 @ CHECK: Section {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/export/
ExportLinksPart.java 31 import org.eclipse.ui.forms.widgets.Section;
34 * Links section part for export properties page.
42 super(body, toolkit, Section.TWISTIE | Section.EXPANDED, true /* description */);
43 Section section = getSection(); local
44 section.setText("Links");
45 section.setDescription("TODO SOME TEXT HERE. You can also edit the XML directly.");
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/m68hc11/
malis-include.s 16 ;; Section 8.2.12.6 Include File - include
17 section .text
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-tic6x/
unwind-1.s 15 # Section with no unwinding information.
17 .section .after, "xa"
24 .section .far
  /external/llvm/include/llvm/Object/
ELF.h 71 StringRef DotShstrtab; // Section header string table.
75 const T *getEntry(uint32_t Section, uint32_t Entry) const;
77 const T *getEntry(const Elf_Shdr *Section, uint32_t Entry) const;
79 ErrorOr<StringRef> getStringTable(const Elf_Shdr *Section) const;
80 ErrorOr<StringRef> getStringTableForSymtab(const Elf_Shdr &Section) const;
82 ErrorOr<ArrayRef<Elf_Word>> getSHNDXTable(const Elf_Shdr &Section) const;
213 ErrorOr<StringRef> getSectionName(const Elf_Shdr *Section) const;
356 // Section header table goes past end of file!
367 // Section table goes past end of file!
397 "Invalid section header entry size (e_shentsize) in ELF header")
    [all...]
  /external/deqp/modules/gles2/functional/
es2fNegativeTextureApiTests.cpp 112 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if texture is not one of GL_TEXTUREi, where i ranges from 0 to (GL_MAX_COMBINED_TEXTURE_IMAGE_UNITS - 1).");
125 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if target is not one of the allowable values.");
132 m_log << TestLog::Section("", "GL_INVALID_OPERATION is generated if texture was previously created with a target that doesn't match that of target.");
150 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if target is invalid.");
158 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if internalformat is not a supported format returned in GL_COMPRESSED_TEXTURE_FORMATS.");
165 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if internalformat is not a supported format returned in GL_COMPRESSED_TEXTURE_FORMATS.");
186 m_log << TestLog::Section("", "GL_INVALID_VALUE is generated if level is less than 0.");
198 m_log << TestLog::Section("", "GL_INVALID_VALUE is generated if level is less than 0.");
220 m_log << TestLog::Section("", "GL_INVALID_VALUE is generated if level is greater than log_2(GL_MAX_TEXTURE_SIZE).");
233 m_log << TestLog::Section("", "GL_INVALID_VALUE is generated if level is greater than log_2(GL_MAX_TEXTURE_SIZE).")
    [all...]
  /external/google-breakpad/src/common/dwarf/
dwarf2reader_test_common.h 44 // A subclass of test_assembler::Section, specialized for constructing
46 class TestCompilationUnit: public google_breakpad::test_assembler::Section {
53 // Set the section's DWARF format size (the 32-bit DWARF format or the
54 // 64-bit DWARF format, for lengths and section offsets --- not the
61 // Append a DWARF section offset value, of the appropriate size for this
71 // Append a DWARF compilation unit header to the section, with the given
106 // A subclass of test_assembler::Section specialized for constructing DWARF
108 class TestAbbrevTable: public google_breakpad::test_assembler::Section {
  /external/llvm/include/llvm/IR/
GlobalObject.h 38 std::string Section; // Section to emit this into, empty means default
59 const char *getSection() const { return Section.c_str(); }
  /external/llvm/include/llvm/MC/
ConstantPools.h 64 // Map type used to keep track of per-Section constant pools used by the
65 // ldr-pseudo opcode. The map associates a section to its constant pool. The
68 // for the current section and add MCSymbolRefExpr to the new label as
71 // section.
88 ConstantPool *getConstantPool(MCSection *Section);
89 ConstantPool &getOrCreateConstantPool(MCSection *Section);
MCSectionELF.h 28 /// This represents a section on linux, lots of unix variants and some bare
31 /// This is the name of the section. The referenced memory is owned by
35 /// This is the sh_type field of a section, drawn from the enums below.
38 /// This is the sh_flags field of a section, drawn from the enums below.
43 /// The size of each entry in this section. This size only makes sense for
44 /// sections that contain fixed-sized entries. If a section does not contain
50 /// Depending on the type of the section this is sh_link or sh_info.
55 MCSectionELF(StringRef Section, unsigned type, unsigned flags, SectionKind K,
58 : MCSection(SV_ELF, K, Begin), SectionName(Section), Type(type),
70 /// Decides whether a '.section' directive should be printed before th
    [all...]
MCSectionMachO.h 23 /// This represents a section on a Mach-O system (used by Mac OS X). On a Mac
29 /// This is the SECTION_TYPE and SECTION_ATTRIBUTES field of a section, drawn
33 /// The 'reserved2' field of a section, used to represent the size of stubs,
37 MCSectionMachO(StringRef Segment, StringRef Section, unsigned TAA,
66 /// Parse the section specifier indicated by "Spec". This is a string that can
67 /// appear after a .section directive in a mach-o flavored .s file. If
69 /// empty string. When an invalid section specifier is present, this returns
74 StringRef &Section, // Out.
  /external/llvm/include/llvm-c/
Object.h 46 // ObjectFile Section iterators
70 // Section Relocation iterators
71 LLVMRelocationIteratorRef LLVMGetRelocations(LLVMSectionIteratorRef Section);
73 LLVMBool LLVMIsRelocationIteratorAtEnd(LLVMSectionIteratorRef Section,
  /external/llvm/lib/Target/Mips/MCTargetDesc/
MipsELFStreamer.cpp 59 void MipsELFStreamer::SwitchSection(MCSection *Section,
61 MCELFStreamer::SwitchSection(Section, Subsection);
  /external/llvm/test/MC/ARM/
directive-even.s 24 @ CHECK: Section {
63 @ CHECK: Section {
eh-directive-cantunwind.s 24 @ Check .text section
27 @ CHECK: Section {
36 @ Check .ARM.exidx section
38 @ CHECK: Section {
eh-directive-movsp.s 7 .section .duplicate
19 @ CHECK: Section {
27 .section .squash
39 @ CHECK: Section {
eh-directive-section-multiple-func.s 6 @ Check whether the section is switched back properly.
8 @ The assembler should switch the section back to the corresponding section
10 @ test case, we are checking whether the section is correct when .section
13 @ In this example, func1 and func2 should be defined in .TEST1 section.
19 .section .TEST1
43 @ Check the .text section. This should be empty.
46 @ CHECK: Section {
54 @ Check the .TEST1 section. There should be two "bx lr" instructions
    [all...]

Completed in 1121 milliseconds

<<11121314151617181920>>