HomeSort by relevance Sort by last modified time
    Searched refs:Section (Results 51 - 75 of 216) sorted by null

1 23 4 5 6 7 8 9

  /external/dexmaker/src/dx/java/com/android/dx/dex/file/
Section.java 24 * A section of a {@code .dex} file. Each section consists of a list
27 public abstract class Section {
69 public Section(String name, DexFile file, int alignment) {
194 * be contained in this section. This is only valid to call
219 * Gets the collection of all the items in this section.
280 * Returns the name of this section, for annotation purposes.
DexFile.java 49 /** {@code non-null;} word data section */
53 * {@code non-null;} type lists section. This is word data, but separating
60 * {@code non-null;} map section. The map needs to be in a section by itself
66 /** {@code non-null;} string data section */
69 /** {@code non-null;} string identifiers section */
72 /** {@code non-null;} type identifiers section */
75 /** {@code non-null;} prototype identifiers section */
78 /** {@code non-null;} field identifiers section */
81 /** {@code non-null;} method identifiers section */
    [all...]
HeaderItem.java 26 * File header section of a {@code .dex} file.
58 Section firstDataSection = file.getFirstDataSection();
59 Section lastDataSection = file.getLastDataSection();
99 // Write out each section's respective header part.
  /external/llvm/include/llvm/MC/
MCContext.h 124 /// The default initial text section that we generate dwarf debugging line
127 /// Symbols created for the start and end of this section.
231 /// @name Section Management
234 /// getMachOSection - Return the MCSection for the specified mach-o section.
237 StringRef Section,
242 StringRef Section,
245 return getMachOSection(Segment, Section, TypeAndAttributes, 0, K);
248 const MCSectionELF *getELFSection(StringRef Section, unsigned Type,
251 const MCSectionELF *getELFSection(StringRef Section, unsigned Type,
257 const MCSection *getCOFFSection(StringRef Section, unsigned Characteristics
    [all...]
MCSectionMachO.h 22 /// MCSectionMachO - This represents a section on a Mach-O system (used by
30 /// field of a section, drawn from the enums below.
33 /// Reserved2 - The 'reserved2' field of a section, used to represent the
37 MCSectionMachO(StringRef Segment, StringRef Section,
42 /// These are the section type and attributes fields. A MachO section can
49 // Valid section types.
51 /// S_REGULAR - Regular section.
53 /// S_ZEROFILL - Zero fill on demand section.
55 /// S_CSTRING_LITERALS - Section with literal C strings
    [all...]
  /frameworks/av/include/media/stagefright/
MediaCodecList.h 56 enum Section {
74 Section mCurrentSection;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/export/
ExportFieldsPart.java 24 import org.eclipse.ui.forms.widgets.Section;
29 * Section part for editing the properties in an Export editor.
35 Section section = getSection(); local
37 section.setText("Export Properties");
38 section.setDescription("Properties of export.properties:");
  /dalvik/dexgen/src/com/android/dexgen/dex/file/
DexFile.java 44 /** {@code non-null;} word data section */
48 * {@code non-null;} type lists section. This is word data, but separating
55 * {@code non-null;} map section. The map needs to be in a section by itself
61 /** {@code non-null;} string data section */
64 /** {@code non-null;} string identifiers section */
67 /** {@code non-null;} type identifiers section */
70 /** {@code non-null;} prototype identifiers section */
73 /** {@code non-null;} field identifiers section */
76 /** {@code non-null;} method identifiers section */
    [all...]
HeaderItem.java 24 * File header section of a {@code .dex} file.
33 /** size of this section, in bytes */
68 Section firstDataSection = file.getFirstDataSection();
69 Section lastDataSection = file.getLastDataSection();
107 // Write out each section's respective header part.
  /dalvik/dx/src/com/android/dx/dex/file/
DexFile.java 49 /** {@code non-null;} word data section */
53 * {@code non-null;} type lists section. This is word data, but separating
60 * {@code non-null;} map section. The map needs to be in a section by itself
66 /** {@code non-null;} string data section */
69 /** {@code non-null;} string identifiers section */
72 /** {@code non-null;} type identifiers section */
75 /** {@code non-null;} prototype identifiers section */
78 /** {@code non-null;} field identifiers section */
81 /** {@code non-null;} method identifiers section */
    [all...]
HeaderItem.java 26 * File header section of a {@code .dex} file.
58 Section firstDataSection = file.getFirstDataSection();
59 Section lastDataSection = file.getLastDataSection();
99 // Write out each section's respective header part.
  /external/llvm/lib/Object/
MachOObjectFile.cpp 141 InMemoryStruct<macho::Section64> Section;
142 getSection64(Sections[Entry->SectionIndex-1], Section);
143 Result += Section->Offset - Section->Address;
150 InMemoryStruct<macho::Section> Section;
151 getSection(Sections[Entry->SectionIndex-1], Section);
152 Result += Section->Offset - Section->Address;
449 InMemoryStruct<macho::Section> &Res) const
    [all...]
  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMELFObjectWriter.cpp 56 // I.e. not as an offset to a section symbol.
70 const MCSectionELF &Section =
82 << Section.getSectionName() << "/"
96 StringSwitch<bool>(Section.getSectionName())
106 // as section relative relocations
108 StringSwitch<bool>(Section.getSectionName())
120 StringSwitch<bool>(Section.getSectionName())
143 // emit the relocation as an explicit symbol or as a section relative
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinterDwarf.cpp 135 /// section. This can be done with a special directive if the target supports
137 /// of the section.
139 /// SectionLabel is a temporary label emitted at the start of the section that
149 // Get the section that we're referring to, based on SectionLabel.
150 const MCSection &Section = SectionLabel->getSection();
152 // If Label has already been emitted, verify that it is in the same section as
153 // section label for sanity.
154 assert((!Label->isInSection() || &Label->getSection() == &Section) &&
155 "Section offset using wrong section base for label")
    [all...]
  /external/llvm/test/MC/MachO/ARM/
darwin-ARM-reloc.s 2 @ RUN: macho-dump --dump-section-data < %t.obj > %t.dump
18 .section __TEXT,__cstring,cstring_literals
44 @ CHECK: # Section 0
66 @ CHECK: # Section 1
88 @ CHECK: # Section 2
darwin-Thumb-reloc.s 2 @ RUN: macho-dump --dump-section-data < %t.obj > %t.dump
6 .section __TEXT,__text,regular,pure_instructions
18 .section __TEXT,__cstring,cstring_literals
45 @ CHECK: # Section 0
70 @ CHECK: # Section 1
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/pages/
ApplicationAttributesPart.java 33 import org.eclipse.ui.forms.widgets.Section;
36 * Application's attributes section part for Application page.
51 "Application Attributes", // section title
52 "Defines the attributes specific to the application.", // section description
53 Section.TWISTIE | Section.EXPANDED);
151 // Tell the section that the layout has changed.
  /dalvik/dx/src/com/android/dx/io/
DexIndexPrinter.java 36 for (TableOfContents.Section section : tableOfContents.sections) {
37 if (section.off != -1) {
38 System.out.println("section " + Integer.toHexString(section.type)
39 + " off=" + Integer.toHexString(section.off)
40 + " size=" + Integer.toHexString(section.size)
41 + " byteCount=" + Integer.toHexString(section.byteCount));
91 DexBuffer.Section in = dexBuffer.open(tableOfContents.typeLists.off);
  /external/llvm/include/llvm-c/
Object.h 48 // ObjectFile Section iterators
72 // Section Relocation iterators
73 LLVMRelocationIteratorRef LLVMGetRelocations(LLVMSectionIteratorRef Section);
75 LLVMBool LLVMIsRelocationIteratorAtEnd(LLVMSectionIteratorRef Section,
  /external/llvm/lib/Transforms/Instrumentation/
BlackList.cpp 116 bool BlackList::inSection(const StringRef Section,
118 StringMap<Regex*>::const_iterator I = Entries.find(Section);
  /external/smali/dexlib/src/main/java/org/jf/dexlib/
Section.java 40 public abstract class Section<T extends Item> {
42 * A list of the items that this section contains.
43 * If the section has been placed, this list should be in the order that the items
49 * A HashMap of the items in this section. This is used when interning items, to determine
50 * if this section already has an item equivalent to the one that is being interned.
56 * The offset of this section within the <code>DexFile</code>
61 * The type of item that this section holds
66 * The <code>DexFile</code> that this section belongs to
71 * Create a new section
72 * @param dexFile The <code>DexFile</code> that this section belongs t
    [all...]
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_2/Exceptions/
lexical-048.js 4 ECMA Section: 7.8.1 Rules of Automatic Semicolon Insertion
10 var SECTION = "lexical-048";
15 writeHeaderToLog( SECTION + " "+ TITLE);
33 SECTION,
lexical-049.js 4 ECMA Section: 7.8.1 Rules of Automatic Semicolon Insertioin
9 var SECTION = "lexical-049";
14 writeHeaderToLog( SECTION + " "+ TITLE);
38 SECTION,
  /external/webkit/Source/WebCore/inspector/front-end/
Section.js 30 WebInspector.Section = function(title, subtitle)
33 this.element.className = "section";
56 WebInspector.Section.prototype = {
  /external/smack/src/org/xbill/DNS/
Cache.java 552 getCred(int section, boolean isAuth) {
553 if (section == Section.ANSWER) {
558 } else if (section == Section.AUTHORITY) {
563 } else if (section == Section.ADDITIONAL) {
566 throw new IllegalArgumentException("getCred: invalid section");
620 answers = in.getSectionRRsets(Section.ANSWER);
626 cred = getCred(Section.ANSWER, isAuth)
    [all...]

Completed in 1029 milliseconds

1 23 4 5 6 7 8 9