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

1 2 3 4 5 6 7 8 91011>>

  /libcore/dex/src/main/java/com/android/dex/
TableOfContents.java 32 public final Section header = new Section(0x0000);
33 public final Section stringIds = new Section(0x0001);
34 public final Section typeIds = new Section(0x0002);
35 public final Section protoIds = new Section(0x0003);
36 public final Section fieldIds = new Section(0x0004)
122 Section section = getSection(type); local
146 Section section = sections[i]; local
    [all...]
  /external/llvm/include/llvm/MC/
MCAsmInfoDarwin.h 24 bool isSectionAtomizableBySymbols(const MCSection &Section) const override;
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/elf/
dwarf2-4.d 6 Contents of the .[z]?debug_abbrev section:
10 Section '.debug_info' has no debugging data.
12 Section '.debug_line' has no debugging data.
  /external/google-breakpad/src/processor/
synth_minidump.h 38 // streams, memory regions, strings, and so on --- each is a Section
40 // Context, Thread, and so on all inherit from test_assembler::Section.
52 // ... build contents of stack1 with test_assembler::Section functions ...
95 // By convention, Section subclass constructors that take references
100 // 'Add'ing every section they create. This allows Sections to be
105 // If you forget to Add some Section, the Dump::GetContents call will
106 // fail, as the test_assembler::Labels used to cite the Section's
135 // A test_assembler::Section which will be appended to a minidump.
136 class Section: public test_assembler::Section {
    [all...]
  /external/google-breakpad/src/common/
test_assembler.h 74 // section. As long as all the labels a section refers to are defined
76 // labels freely in that section's construction.
247 // A section is a sequence of bytes, constructed by appending bytes
253 // If you need to append a value to a section that is not convenient
255 // label's value to the section, and then set the label's value
257 // known, the section class takes care of updating all previously
260 // Once all the labels to which a section refers have had their
261 // values determined, you can get a copy of the section's contents
264 // Note that there is no specified "start of section" label. This i
    [all...]
  /external/google-breakpad/src/common/linux/
synth_elf.h 60 using test_assembler::Section;
62 // String tables are common in ELF headers, so subclass Section
64 class StringTable : public Section {
67 : Section(endianness) {
93 // A Section representing an entire ELF file.
94 class ELF : public Section {
100 // Add the Section section to the section header table and append it
101 // to the file. Returns the index of the section in the sectio
    [all...]
  /external/llvm/lib/MC/
ConstantPools.cpp 51 ConstantPool *AssemblerConstantPools::getConstantPool(MCSection *Section) {
52 ConstantPoolMapTy::iterator CP = ConstantPools.find(Section);
60 AssemblerConstantPools::getOrCreateConstantPool(MCSection *Section) {
61 return ConstantPools[Section];
64 static void emitConstantPool(MCStreamer &Streamer, MCSection *Section,
67 Streamer.SwitchSection(Section);
77 MCSection *Section = CPI->first;
80 emitConstantPool(Streamer, Section, CP);
85 MCSection *Section = Streamer.getCurrentSection().first;
86 if (ConstantPool *CP = getConstantPool(Section)) {
    [all...]
  /external/deqp/modules/gles3/functional/
es3fNegativeFragmentApiTests.cpp 54 m_log << TestLog::Section("", "GL_INVALID_VALUE is generated if either width or height is negative.");
65 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if func is not an accepted value.");
72 m_log << TestLog::Section("", "GL_INVALID_VALUE is generated if either width or height is negative.");
86 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if func is not one of the eight accepted values.");
93 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if face is not GL_FRONT, GL_BACK, or GL_FRONT_AND_BACK.");
98 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if func is not one of the eight accepted values.");
105 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if sfail, dpfail, or dppass is any value other than the defined symbolic constant values.");
116 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if face is any value other than GL_FRONT, GL_BACK, or GL_FRONT_AND_BACK.");
121 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if sfail, dpfail, or dppass is any value other than the eight defined symbolic constant values.");
132 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if face is not GL_FRONT, GL_BACK, or GL_FRONT_AND_BACK.")
    [all...]
es3fNegativeStateApiTests.cpp 76 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if cap is not one of the allowed values.");
83 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if cap is not one of the allowed values.");
93 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if pname is not one of the allowed values.");
101 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if pname is not one of the allowed values.");
109 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if pname is not one of the allowed values.");
117 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if pname is not one of the allowed values.");
128 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if name is not an accepted value.");
133 m_log << TestLog::Section("", "GL_INVALID_VALUE is generated if index is outside of the valid range for the indexed state target.");
145 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if name is not an accepted value.");
150 m_log << TestLog::Section("", "GL_INVALID_VALUE is generated if index is outside of the valid range for the indexed state ta (…)
    [all...]
  /external/llvm/include/llvm/DebugInfo/DWARF/
DWARFCompileUnit.h 19 DWARFCompileUnit(DWARFContext &Context, const DWARFSection &Section,
24 : DWARFUnit(Context, Section, DA, RS, SS, SOS, AOS, LS, LE, UnitSection,
27 static const DWARFSectionKind Section = DW_SECT_INFO;
  /external/deqp/modules/gles2/functional/
es2fNegativeFragmentApiTests.cpp 54 m_log << TestLog::Section("", "GL_INVALID_VALUE is generated if either width or height is negative.");
65 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if func is not an accepted value.");
72 m_log << TestLog::Section("", "GL_INVALID_VALUE is generated if either width or height is negative.");
86 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if func is not one of the eight accepted values.");
93 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if face is not GL_FRONT, GL_BACK, or GL_FRONT_AND_BACK.");
98 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if func is not one of the eight accepted values.");
105 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if sfail, dpfail, or dppass is any value other than the eight defined symbolic constant values.");
116 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if face is any value other than GL_FRONT, GL_BACK, or GL_FRONT_AND_BACK.");
121 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if sfail, dpfail, or dppass is any value other than the eight defined symbolic constant values.");
132 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if face is not GL_FRONT, GL_BACK, or GL_FRONT_AND_BACK.")
    [all...]
es2fNegativeBufferApiTests.cpp 55 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if target is not one of the allowable values.");
62 m_log << TestLog::Section("", "GL_INVALID_VALUE is generated if n is negative.");
69 m_log << TestLog::Section("", "GL_INVALID_VALUE is generated if n is negative.");
80 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if target is not GL_ARRAY_BUFFER or GL_ELEMENT_ARRAY_BUFFER.");
85 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if usage is not GL_STREAM_DRAW, GL_STATIC_DRAW, or GL_DYNAMIC_DRAW.");
90 m_log << TestLog::Section("", "GL_INVALID_VALUE is generated if size is negative.");
95 m_log << TestLog::Section("", "GL_INVALID_OPERATION is generated if the reserved buffer object name 0 is bound to target.");
110 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if target is not GL_ARRAY_BUFFER or GL_ELEMENT_ARRAY_BUFFER.");
115 m_log << TestLog::Section("", "GL_INVALID_OPERATION is generated if the reserved buffer object name 0 is bound to target.");
130 m_log << TestLog::Section("", "GL_INVALID_VALUE is generated if offset or size is negative, or if together they define a reg (…)
    [all...]
es2fNegativeVertexArrayApiTests.cpp 60 m_log << tcu::TestLog::Section("", "GL_INVALID_VALUE is generated if index is greater than or equal to GL_MAX_VERTEX_ATTRIBS.");
74 m_log << tcu::TestLog::Section("", "GL_INVALID_VALUE is generated if index is greater than or equal to GL_MAX_VERTEX_ATTRIBS.");
89 m_log << tcu::TestLog::Section("", "GL_INVALID_ENUM is generated if type is not an accepted value.");
94 m_log << tcu::TestLog::Section("", "GL_INVALID_VALUE is generated if index is greater than or equal to GL_MAX_VERTEX_ATTRIBS.");
100 m_log << tcu::TestLog::Section("", "GL_INVALID_VALUE is generated if size is not 1, 2, 3, or 4.");
105 m_log << tcu::TestLog::Section("", "GL_INVALID_VALUE is generated if stride is negative.");
112 m_log << tcu::TestLog::Section("", "GL_INVALID_VALUE is generated if index is greater than or equal to GL_MAX_VERTEX_ATTRIBS.");
120 m_log << tcu::TestLog::Section("", "GL_INVALID_VALUE is generated if index is greater than or equal to GL_MAX_VERTEX_ATTRIBS.");
131 m_log << tcu::TestLog::Section("", "GL_INVALID_ENUM is generated if mode is not an accepted value.");
136 m_log << tcu::TestLog::Section("", "GL_INVALID_VALUE is generated if count is negative.")
    [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/m68hc11/
malis.s 16 ;; Section 8.2 INPUTS
19 ;; Section 8.2.1 Character Set
22 ;; Section 8.2.2 Assembly Language Statement
25 ;; Section 8.2.3 Comments
29 ;; Section 8.2.5 Location Counter
30 section .text
37 ;; Section 8.2.6 Sections
38 section .data
39 section .text
40 section empt
    [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/
mov-highregs-any.d 4 Attribute Section: aeabi
mov-lowregs-any.d 4 Attribute Section: aeabi
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/tic6x/
attr-arch-directive-4.d 6 Attribute Section: c6xabi
attr-arch-directive-5.d 6 Attribute Section: c6xabi
attr-arch-opts-none-1.d 6 Attribute Section: c6xabi
attr-arch-opts-none-2.d 6 Attribute Section: c6xabi
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-elf/
dynamic1.d 6 Section to Segment mapping:
nobits-1.d 7 Section to Segment mapping:
note-1.d 7 Section to Segment mapping:
  /external/google-breakpad/src/common/dwarf/
cfi_assembler.h 52 using google_breakpad::test_assembler::Section;
54 class CFISection: public Section {
62 // to various base address: the start of the .text section, the
76 // pointers appended to this section with SetEncodedPointerBases.
80 // The starting address of this CFI section in memory, for
85 // The starting address of this file's .text section, for DW_EH_PE_textrel.
88 // The starting address of this file's .got or .eh_frame_hdr section,
100 : Section(endianness), address_size_(address_size), eh_frame_(eh_frame),
104 // to section offsets.
127 // Append a Common Information Entry header to this section with th
    [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mach-o/
sections-1.d 1 #objdump: -P section
4 Section: __text __TEXT \(bfdname: .text\)
9 Section: __data __DATA \(bfdname: .data\)
14 Section: __textcoal_nt __TEXT \(bfdname: __TEXT.__textcoal_nt\)
19 Section: __text_hot __TEXT \(bfdname: __TEXT.__text_hot\)
24 Section: __text_cold __TEXT \(bfdname: __TEXT.__text_cold\)
29 Section: __text_startup __TEXT \(bfdname: __TEXT.__text_startup\)
34 Section: __text_exit __TEXT \(bfdname: __TEXT.__text_exit\)
39 Section: __text_hot_coal __TEXT \(bfdname: __TEXT.__text_hot_coal\)
44 Section: __text_cold_coal __TEXT \(bfdname: __TEXT.__text_cold_coal\
    [all...]

Completed in 306 milliseconds

1 2 3 4 5 6 7 8 91011>>