Searched refs:Section (Results 26 - 50 of 309) sorted by relevance

1234567891011>>

/external/llvm/test/MC/ARM/
H A Deh-directive-personality.s23 @ CHECK: Section {
29 @ CHECK: Section {
38 @ CHECK: Section {
65 @ CHECK: Section {
71 @ CHECK: Section {
80 @ CHECK: Section {
H A Darm-elf-symver.s26 @ CHECK-NEXT: Section (2) .rel.text {
42 @ CHECK-NEXT: Section: .text (0x1)
51 @ CHECK-NEXT: Section: .text (0x1)
60 @ CHECK-NEXT: Section: .text (0x1)
69 @ CHECK-NEXT: Section: .text (0x1)
78 @ CHECK-NEXT: Section: .text (0x1)
85 @ CHECK-NEXT: Type: Section (0x3)
87 @ CHECK-NEXT: Section: .text (0x1)
94 @ CHECK-NEXT: Type: Section (0x3)
96 @ CHECK-NEXT: Section
[all...]
H A Dinst-directive.s19 @ CHECK: Section {
38 @ CHECK: Section {
57 @ CHECK: Section {
76 @ CHECK: Section {
H A Deh-directive-handlerdata.s22 @ CHECK:Section {
29 @ CHECK:Section {
36 @ CHECK:Section {
78 @ CHECK:Section {
86 @ CHECK:Section {
93 @ CHECK:Section {
/external/deqp/modules/egl/
H A DteglNegativeApiTests.cpp100 log << TestLog::Section("Test1", "EGL_BAD_PARAMETER is generated if api is not one of the accepted tokens");
113 log << TestLog::Section("Test2", "EGL_BAD_PARAMETER is generated if the specified client API is not supported by the EGL implementation");
132 log << TestLog::Section("Test1", "EGL_BAD_DISPLAY is generated if display is not an EGL display connection");
142 log << TestLog::Section("Test2", "EGL_BAD_SURFACE is generated if surface is not an EGL surface");
158 log << TestLog::Section("Test1", "EGL_BAD_DISPLAY is generated if display is not an EGL display connection");
168 log << TestLog::Section("Test2", "EGL_BAD_SURFACE is generated if surface is not an EGL surface");
206 log << TestLog::Section("Test1", "EGL_BAD_DISPLAY is generated if display is not an EGL display connection");
216 log << TestLog::Section("Test2", "EGL_BAD_ATTRIBUTE is generated if attribute_list contains an invalid frame buffer configuration attribute");
226 log << TestLog::Section("Test3", "EGL_BAD_PARAMETER is generated if num_config is NULL");
242 log << TestLog::Section("Test
[all...]
/external/chromium_org/courgette/
H A Dtypes_win_pe.h18 struct Section { struct in namespace:courgette
32 COMPILE_ASSERT(sizeof(Section) == 40, section_is_40_bytes);
/external/llvm/include/llvm/MC/
H A DConstantPools.h49 // Map type used to keep track of per-Section constant pools used by the
75 ConstantPool *getConstantPool(const MCSection *Section);
76 ConstantPool &getOrCreateConstantPool(const MCSection *Section);
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldELF.h34 void resolveRelocation(const SectionEntry &Section, uint64_t Offset,
38 void resolveX86_64Relocation(const SectionEntry &Section, uint64_t Offset,
42 void resolveX86Relocation(const SectionEntry &Section, uint64_t Offset,
45 void resolveAArch64Relocation(const SectionEntry &Section, uint64_t Offset,
48 void resolveARMRelocation(const SectionEntry &Section, uint64_t Offset,
51 void resolveMIPSRelocation(const SectionEntry &Section, uint64_t Offset,
54 void resolvePPC64Relocation(const SectionEntry &Section, uint64_t Offset,
57 void resolveSystemZRelocation(const SectionEntry &Section, uint64_t Offset,
H A DRuntimeDyldMachO.cpp222 const SectionRef &Section = i->first; local
224 Section.getName(Name);
233 Section, i->second);
236 Section, i->second);
265 const SectionEntry &Section = Sections[RE.SectionID];
266 uint8_t* LocalAddress = Section.Address + RE.Offset;
267 uint64_t FinalAddress = Section.LoadAddress + RE.Offset;
269 dbgs() << "resolveRelocation Section: " << RE.SectionID
302 const SectionEntry &Section = Sections[RE.SectionID]; local
303 uint8_t* LocalAddress = Section
332 const SectionEntry &Section = Sections[RE.SectionID]; local
364 const SectionEntry &Section = Sections[RE.SectionID]; local
417 const SectionEntry &Section = Sections[RE.SectionID]; local
557 SectionEntry &Section = Sections[SectionID]; local
622 SectionEntry &Section = Sections[SectionID]; local
685 SectionEntry &Section = Sections[SectionID]; local
[all...]
/external/llvm/lib/MC/
H A DMCSectionMachO.cpp1 //===- lib/MC/MCSectionMachO.cpp - MachO Code Section Representation ------===//
72 MCSectionMachO::MCSectionMachO(StringRef Segment, StringRef Section, argument
75 assert(Segment.size() <= 16 && Section.size() <= 16 &&
83 if (i < Section.size())
84 SectionName[i] = Section[i];
171 StringRef &Section, // Out.
184 Section = GetEmptyOrTrim(1);
195 if (Section.empty())
199 if (Section.size() > 16)
169 ParseSectionSpecifier(StringRef Spec, StringRef &Segment, StringRef &Section, unsigned &TAA, bool &TAAParsed, unsigned &StubSize) argument
H A DMCSymbol.cpp60 const MCSection *Section = Value->FindAssociatedSection(); local
61 if (Section)
62 setSection(*Section);
H A DMCNullStreamer.cpp35 void EmitZerofill(const MCSection *Section, MCSymbol *Symbol = nullptr,
/external/llvm/test/MC/COFF/
H A Dearly-dce.s12 # CHECK: Section {
/external/llvm/test/MC/ARM/Windows/
H A Dmultiple-text-sections.s30 @ CHECK: Section {
39 @ CHECK: Section {
48 @ CHECK: Section {
H A Dtext-attributes.s19 @ CHECK: Section {
/external/llvm/tools/llvm-readobj/
H A DWin64EHDumper.h45 const object::coff_section *Section,
49 void printUnwindInfo(const Context &Ctx, const object::coff_section *Section,
52 const object::coff_section *Section,
H A DCOFFDumper.cpp61 void printRelocation(const SectionRef &Section, const RelocationRef &Reloc);
68 void printCodeViewLineTables(const SectionRef &Section);
72 std::error_code resolveSymbol(const coff_section *Section, uint64_t Offset,
74 std::error_code resolveSymbolName(const coff_section *Section,
103 std::error_code COFFDumper::resolveSymbol(const coff_section *Section, argument
105 const auto &Relocations = RelocMap[Section];
121 std::error_code COFFDumper::resolveSymbolName(const coff_section *Section, argument
125 if (std::error_code EC = resolveSymbol(Section, Offset, Symbol))
292 { "Section" , COFF::IMAGE_SYM_CLASS_SECTION },
325 const coff_section *Section local
436 printCodeViewLineTables(const SectionRef &Section) argument
601 const coff_section *Section = Obj->getCOFFSection(Sec); local
680 printRelocation(const SectionRef &Section, const RelocationRef &Reloc) argument
726 const coff_section *Section; local
[all...]
H A DARMWinEHPrinter.h93 const object::SectionRef &Section, uint64_t Offset);
96 const object::SectionRef &Section,
99 const object::SectionRef Section, uint64_t Offset,
102 const object::SectionRef Section, uint64_t Offset,
105 const object::SectionRef Section, unsigned Entry,
108 const object::SectionRef Section);
/external/deqp/modules/gles3/functional/
H A Des3fNegativeShaderApiTests.cpp98 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if shaderType is not an accepted value.");
107 m_log << TestLog::Section("", "GL_INVALID_VALUE is generated if shader is not a value generated by OpenGL.");
112 m_log << TestLog::Section("", "GL_INVALID_VALUE is generated if count is less than 0.");
118 m_log << TestLog::Section("", "GL_INVALID_OPERATION is generated if shader is not a shader object.");
131 m_log << TestLog::Section("", "GL_INVALID_VALUE is generated if shader is not a value generated by OpenGL.");
136 m_log << TestLog::Section("", "GL_INVALID_OPERATION is generated if shader is not a shader object.");
146 m_log << TestLog::Section("", "GL_INVALID_VALUE is generated if shader is not a value generated by OpenGL.");
165 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if binaryFormat is not an accepted value.");
172 m_log << TestLog::Section("", "GL_INVALID_VALUE is generated if the data pointed to by binary does not match the format specified by binaryFormat.");
178 m_log << TestLog::Section("", "GL_INVALID_OPERATIO
[all...]
/external/chromium_org/tools/grit/grit/gather/
H A Drc.py43 class Section(regexp.RegexpGatherer): class in inherits:regexp.RegexpGatherer
65 super(Section, self)._RegExpParse(rexp, text_to_parse)
98 class Dialog(Section):
153 class Menu(Section):
210 class Version(Section):
273 class RCData(Section):
316 class Accelerators(Section):
/external/lldb/include/lldb/Core/
H A DSection.h1 //===-- Section.h -----------------------------------------------*- C++ -*-===//
47 FindSectionIndex (const Section* sect);
105 class Section : class in namespace:lldb_private
106 public std::enable_shared_from_this<Section>,
113 Section (const lldb::ModuleSP &module_sp,
125 Section (const lldb::SectionSP &parent_section_sp, // NULL for top level sections, non-NULL for child sections
137 ~Section ();
140 Compare (const Section& a, const Section& b);
237 IsDescendant (const Section *sectio
[all...]
/external/smack/src/org/xbill/DNS/
H A DMessage.java14 * @see Section
84 m.addRecord(r, Section.QUESTION);
111 if (i == Section.ADDITIONAL) {
159 * @see Section
172 * @see Section
187 * @see Section
198 * @see Section
208 * @see Section
212 for (int i = Section.ANSWER; i <= Section
[all...]
/external/llvm/bindings/python/llvm/tests/
H A Dtest_object.py4 from ..object import Section namespace
21 assert isinstance(section, Section)
54 assert isinstance(section, Section)
/external/dexmaker/src/dx/java/com/android/dx/dex/file/
H A DOffsettedItem.java38 private Section addedTo;
71 Section.validateAlignment(alignment);
223 public final int place(Section addedTo, int offset) {
301 protected void place0(Section addedTo, int offset) {
/external/llvm/test/MC/Mips/
H A Delf_reginfo.s16 # CHECK_64: Section {
23 # CHECK_32: Section {

Completed in 1307 milliseconds

1234567891011>>