HomeSort by relevance Sort by last modified time
    Searched refs:section (Results 76 - 100 of 783) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/dropbear/libtommath/etc/
timer.asm 5 [section .data]
8 [section .text]
  /external/llvm/test/MC/COFF/
seh-section.s 1 // This test ensures that, if the section containing a function has a suffix
2 // (e.g. .text$foo), its unwind info section also has a suffix (.xdata$foo).
23 .section .text$foo,"x"
  /external/llvm/test/MC/ELF/
alias-reloc.s 8 .section zed, "", @progbits
call-abs.s 16 .section .note.GNU-stack,"",@progbits
tls.s 11 .section .zed,"awT",@progbits
basic-elf-32.s 21 .section .rodata.str1.1,"aMS",@progbits,1
31 .section .note.GNU-stack,"",@progbits
37 // CHECK: # Section 0
basic-elf-64.s 21 .section .rodata.str1.1,"aMS",@progbits,1
31 .section .note.GNU-stack,"",@progbits
37 // CHECK: # Section 0
  /external/llvm/test/MC/MachO/
debug_frame.s 12 .section __TEXT,__text,regular,pure_instructions
x86_32-sections.s 4 .section __TEXT,__text,regular,pure_instructions
43 .section __TEXT,__picsymbolstub4,symbol_stubs,none,16
67 // CHECK: # Section 0
80 // CHECK: # Section 1
93 // CHECK: # Section 2
106 // CHECK: # Section 3
119 // CHECK: # Section 4
132 // CHECK: # Section 5
145 // CHECK: # Section 6
158 // CHECK: # Section
    [all...]
x86_64-sections.s 4 .section __TEXT,__text,regular,pure_instructions
63 // CHECK: # Section 0
79 // CHECK: # Section 1
95 // CHECK: # Section 2
111 // CHECK: # Section 3
127 // CHECK: # Section 4
143 // CHECK: # Section 5
159 // CHECK: # Section 6
175 // CHECK: # Section 7
191 // CHECK: # Section
    [all...]
  /development/ndk/platforms/android-9/arch-mips/src/
crtbegin_so.S 28 .section .init_array, "aw"
34 .section .fini_array, "aw"
41 .section .ctors, "aw"
47 .section .dtors, "aw"
54 .section .eh_frame,"a",@progbits
  /external/chromium/chrome/browser/chromeos/
preferences.h 47 // |section| (e.g. "general") and |name| (e.g. "use_global_engine") should
49 void SetLanguageConfigBoolean(const char* section,
54 // |section| and |name| should not be NULL.
55 void SetLanguageConfigInteger(const char* section,
60 // |section| and |name| should not be NULL.
61 void SetLanguageConfigString(const char* section,
66 // |section| and |name| should not be NULL.
67 void SetLanguageConfigStringList(const char* section,
73 void SetLanguageConfigStringListAsCSV(const char* section,
  /frameworks/compile/mclinker/lib/LD/
SectionMerger.cpp 40 // wildcard to a user-defined output section.
49 LDSection* section; local
55 section = (*it).outputSection;
57 section = m_Output.getSection(pName);
59 assert(NULL != section);
60 return section;
  /packages/experimental/BugReportSender/src/com/android/bugreportsender/
BugReportPreviewActivity.java 15 * Provides a scrolling text view previewing a named section of a
40 String section = intent.getStringExtra("section"); local
41 if (section == null || section.length() == 0) {
42 section = "SYSTEM LOG";
49 String text = BugReportParser.extractSystemLogs(in, section);
BugReportParser.java 16 private static final int MAX_LINES = 1000; // just in case we miss the end of the section.
21 public static String extractSystemLogs(InputStream in, String section) throws IOException {
22 final String sectionWithHeader = SECTION_HEADER + " " + section;
28 // read file contents. loop until we get to the appropriate section header.
29 // once we reach that header, accumulate all lines until we get to the next section.
  /external/dbus/bus/
desktop-file.c 61 int current_section; /**< The current section being parsed */
111 bus_desktop_file_section_free (BusDesktopFileSection *section)
115 for (i = 0; i < section->n_lines; i++)
116 bus_desktop_file_line_free (&section->lines[i]);
118 dbus_free (section->lines);
119 dbus_free (section->section_name);
135 grow_lines_in_section (BusDesktopFileSection *section)
141 if (section->n_allocated_lines == 0)
144 new_n_lines = section->n_allocated_lines*2;
146 lines = dbus_realloc (section->lines
307 BusDesktopFileSection *section; local
322 BusDesktopFileSection *section; local
709 BusDesktopFileSection *section; local
751 BusDesktopFileSection *section; local
    [all...]
  /external/llvm/test/MC/AsmParser/
section.s 2 # RUN: elf-dump --dump-section-data < %t | FileCheck %s
3 .section test1
5 .section test2
9 .section test2
13 .section test1
17 .section test2
41 .section test1
  /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/elfutils/tests/
run-readelf-test3.sh 32 Note section [ 6] '.note' of 60 bytes at offset 0x120:
  /external/llvm/test/MC/MachO/ARM/
no-subsections-reloc.s 2 @ RUN: macho-dump --dump-section-data < %t.obj > %t.dump
6 @ in the same section can be resolved at assembly time w/o relocations.
nop-armv4-padding.s 2 @ RUN: macho-dump --dump-section-data < %t.obj > %t.dump
nop-armv6t2-padding.s 2 @ RUN: macho-dump --dump-section-data < %t.obj > %t.dump
relax-thumb-ldr-literal.s 2 @ RUN: macho-dump --dump-section-data < %t.obj > %t.dump
relax-thumb2-branches.s 1 @ RUN: llvm-mc -triple=thumbv7-apple-darwin -show-encoding %s -filetype=obj -o - | macho-dump --dump-section-data | FileCheck %s
  /external/valgrind/main/drd/tests/
annotate_hb_race.stderr.exp 4 Allocation context: BSS section of annotate_hb_race

Completed in 343 milliseconds

1 2 34 5 6 7 8 91011>>