Searched refs:Section (Results 201 - 225 of 309) sorted by relevance

1234567891011>>

/external/lldb/include/lldb/
H A Dlldb-forward.h175 class Section;
330 typedef std::shared_ptr<lldb_private::Section> SectionSP;
331 typedef std::weak_ptr<lldb_private::Section> SectionWP;
/external/lldb/source/Symbol/
H A DObjectFile.cpp19 #include "lldb/Core/Section.h"
467 ObjectFile::ReadSectionData (const Section *section, off_t section_offset, void *dst, size_t dst_len) const
516 ObjectFile::ReadSectionData (const Section *section, DataExtractor& section_data) const
551 ObjectFile::MemoryMapSectionData (const Section *section, DataExtractor& section_data) const
/external/llvm/tools/llvm-readobj/
H A DARMEHABIPrinter.h327 ErrorOr<StringRef> FunctionAtAddress(unsigned Section, uint64_t Address) const;
347 ErrorOr<StringRef> PrinterContext<ET>::FunctionAtAddress(unsigned Section, argument
351 if (SI->st_shndx == Section && SI->st_value == Address &&
399 /// ARM EHABI Section 6.2 - The generic model
411 /// ARM EHABI Section 6.3 - The ARM-defined compact model
466 /// ARM EHABI Section 5 - Index Table Entries
H A DARMAttributeParser.h118 void Parse(ArrayRef<uint8_t> Section);
/external/llvm/tools/llvm-symbolizer/
H A DLLVMSymbolize.cpp272 for (const SectionRef &Section : Obj->sections()) {
274 Section.getName(Name);
278 Section.getContents(Data);
/external/chromium_org/third_party/mesa/src/docs/
H A DMESA_swap_control.spec76 [Add the following to Section 3.3.10 of the GLX Specification (Double
/external/chromium_org/third_party/mesa/src/docs/OLD/
H A DMESA_sprite_point.spec119 Section ???.
/external/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64AsmBackend.cpp319 bool doesSectionRequireSymbols(const MCSection &Section) const override {
340 const MCSectionMachO &SMO = static_cast<const MCSectionMachO &>(Section);
/external/mesa3d/docs/
H A DMESA_swap_control.spec76 [Add the following to Section 3.3.10 of the GLX Specification (Double
/external/mesa3d/docs/OLD/
H A DMESA_sprite_point.spec119 Section ???.
/external/valgrind/main/perf/
H A Dtinycc.c158 Elf32_Off e_shoff; /* Section header table file offset */
163 Elf32_Half e_shentsize; /* Section header table entry size */
164 Elf32_Half e_shnum; /* Section header table entry count */
165 Elf32_Half e_shstrndx; /* Section header string table index */
176 Elf64_Off e_shoff; /* Section header table file offset */
181 Elf64_Half e_shentsize; /* Section header table entry size */
182 Elf64_Half e_shnum; /* Section header table entry count */
183 Elf64_Half e_shstrndx; /* Section header string table index */
298 /* Section header. */
302 Elf32_Word sh_name; /* Section nam
2195 typedef struct Section { struct
2215 } Section; typedef in typeref:struct:Section
[all...]
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/documentation/
H A DWikiParser.js19 WebInspector.WikiParser.Section = function()
43 /** @typedef {(?WebInspector.WikiParser.ArticleElement|!Array.<!WebInspector.WikiParser.Section>)} */
337 * @return {!WebInspector.WikiParser.Section}
341 var section = new WebInspector.WikiParser.Section();
401 * @return {!Array.<!WebInspector.WikiParser.Section>}
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/sdk/
H A DSourceMap.js39 /** @type {!Array.<!SourceMapV3.Section>|undefined} */ this.sections;
47 SourceMapV3.Section = function()
189 * @param {!Array.<!SourceMapV3.Section>} sections
/external/deqp/executor/tools/
H A DxeExtractShaderPrograms.cpp121 itemListStack.push_back(StackEntry(&static_cast<const xe::ri::Section&>(curItem).items));
H A DxeExtractValues.cpp112 const Value value = findValueByTag(static_cast<const xe::ri::Section&>(item).items, tagName);
/external/deqp/modules/gles3/functional/
H A Des3fSyncTests.cpp178 log << TestLog::Section(header, header);
/external/deqp/modules/glshared/
H A DglsShaderPerformanceCase.cpp120 log << TestLog::Section("RenderTarget", "Render target")
/external/dexmaker/src/dx/java/com/android/dx/dex/file/
H A DAnnotationsDirectoryItem.java274 protected void place0(Section addedTo, int offset) {
H A DCodeItem.java192 protected void place0(Section addedTo, int offset) {
H A DMixedItemSection.java41 public final class MixedItemSection extends Section {
/external/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.h250 lldb_private::Section *symtab);
/external/llvm/lib/IR/
H A DGlobals.cpp111 void GlobalObject::setSection(StringRef S) { Section = S; }
/external/llvm/lib/MC/
H A DMCStreamer.cpp221 void MCStreamer::AssignSection(MCSymbol *Symbol, const MCSection *Section) { argument
222 if (Section)
223 Symbol->setSection(*Section);
668 void MCStreamer::EmitTBSSSymbol(const MCSection *Section, MCSymbol *Symbol, argument
/external/llvm/lib/Target/
H A DTargetLoweringObjectFile.cpp272 const MCSection &Section) const {
/external/llvm/lib/Target/X86/MCTargetDesc/
H A DX86AsmBackend.cpp762 bool doesSectionRequireSymbols(const MCSection &Section) const override {
771 const MCSectionMachO &SMO = static_cast<const MCSectionMachO&>(Section);
775 bool isSectionAtomizable(const MCSection &Section) const override {
776 const MCSectionMachO &SMO = static_cast<const MCSectionMachO&>(Section);

Completed in 510 milliseconds

1234567891011>>