HomeSort by relevance Sort by last modified time
    Searched defs:section (Results 1 - 25 of 180) sorted by null

1 2 3 4 5 6 7 8

  /external/libaom/libaom/aom_ports/
x86_abi_support.asm 368 ; Name of the rodata section
373 %define SECTION_RODATA section .text
376 section .text label
379 %define SECTION_RODATA section .data
381 %define SECTION_RODATA section .rodata
387 section .note.GNU-stack noalloc noexec nowrite progbits label
388 section .text label
390 section .note.GNU-stack noalloc noexec nowrite progbits label
391 section .text label
393 section .note.GNU-stack noalloc noexec nowrite progbit label
394 section .text label
    [all...]
emms.asm 17 section .text label
  /external/libvpx/libvpx/vpx_ports/
emms_mmx.asm 14 section .text label
float_control_word.asm 14 section .text label
x86_abi_support.asm 365 ; Name of the rodata section
370 %define SECTION_RODATA section .text
373 section .text label
376 %define SECTION_RODATA section .data
378 %define SECTION_RODATA section .rodata
384 section .note.GNU-stack noalloc noexec nowrite progbits label
385 section .text label
387 section .note.GNU-stack noalloc noexec nowrite progbits label
388 section .text label
390 section .note.GNU-stack noalloc noexec nowrite progbit label
391 section .text label
    [all...]
  /external/elfutils/tests/
newscn.c 34 Elf_Scn *section; local
58 section = elf_newscn (elf);
59 section = elf_nextscn (elf, section);
60 assert (section == NULL);
  /external/boringssl/win-x86/crypto/fipsmodule/
md5-586.asm 8 section code use32 class=code align=64 label
19 section .text code align=64 label
21 section .text code label
44 ; R0 section
208 ; R1 section
370 ; R2 section
516 ; R3 section
co-586.asm 8 section code use32 class=code align=64 label
19 section .text code align=64 label
21 section .text code label
  /art/runtime/
intern_table-inl.h 31 // Only add if we have the interned strings section.
33 const ImageSection& section = header.GetInternedStringsSection(); local
34 if (section.Size() > 0) {
35 AddTableFromMemory(image_space->Begin() + section.Offset(), visitor, !header.IsAppImage());
image-inl.h 90 const ImageSection& section = GetImTablesSection(); local
91 for (size_t pos = 0; pos < section.Size();) {
92 ImTable* imt = reinterpret_cast<ImTable*>(base + section.Offset() + pos);
108 const ImageSection& section = GetIMTConflictTablesSection(); local
109 for (size_t pos = 0; pos < section.Size(); ) {
110 auto* table = reinterpret_cast<ImtConflictTable*>(base + section.Offset() + pos);
  /art/tools/ahat/src/main/com/android/ahat/
Doc.java 36 * Start a new section with the given title.
38 void section(String title); method in interface:Doc
HtmlDoc.java 61 public void section(String title) { method in class:HtmlDoc
  /external/adhd/cras/src/server/
cras_alsa_ucm_section.c 14 static void ucm_section_free(struct ucm_section *section) {
15 if (section->name)
16 free((void *)section->name);
17 if (section->jack_name)
18 free((void *)section->jack_name);
19 if (section->jack_type)
20 free((void *)section->jack_type);
21 if (section->mixer_name)
22 free((void *)section->mixer_name);
23 mixer_name_free(section->coupled)
29 struct ucm_section *section; local
43 struct ucm_section *section; local
    [all...]
  /external/bcc/tools/
cpudist.py 139 section = "pid" variable
143 section = "tid" variable
150 section = "" variable
184 dist.print_log2_hist(label, section, section_print_fn=pid_to_comm)
runqlat.py 223 section = "pid" variable
227 section = "tid" variable
234 section = "pidns" variable
241 section = "" variable
272 dist.print_log2_hist(label, section, section_print_fn=int)
  /external/boringssl/src/include/openssl/
conf.h 74 // # This key is in the default section.
83 char *section; member in struct:conf_value_st
109 // NCONF_get_section returns a stack of values for a given section in |conf|.
110 // If |section| is NULL, the default section is returned. It returns NULL on
112 STACK_OF(CONF_VALUE) *NCONF_get_section(const CONF *conf, const char *section);
114 // NCONF_get_string returns the value of the key |name|, in section |section|.
115 // The |section| argument may be NULL to indicate the default section. I
    [all...]
  /external/boringssl/win-x86_64/crypto/fipsmodule/
rdrand-x86_64.asm 12 section .text code align=64 label
  /external/libaom/libaom/third_party/libyuv/source/
x86inc.asm 59 ; Name of the .rodata section.
61 ; so use a different read-only section.
64 SECTION .text align=%1
66 SECTION .text align=%1
69 section .text
71 SECTION .rodata align=%1
78 SECTION .text
80 SECTION .text align=%1
551 SECTION .note.GNU-stack noalloc noexec nowrite progbits
554 section .note.GNU-stack noalloc noexec nowrite progbit label
557 section .note.GNU-stack noalloc noexec nowrite progbits label
    [all...]
  /dalvik/dexgen/src/com/android/dexgen/dex/file/
MapItem.java 37 /** {@code non-null;} section this instance covers */
38 private final Section section; field in class:MapItem
61 * given map section.
64 * @param mapSection {@code non-null;} the section that the resulting map
67 public static void addMap(Section[] sections,
80 for (Section section : sections) {
86 for (Item item : section.items()) {
90 items.add(new MapItem(currentType, section,
    [all...]
  /dalvik/dx/src/com/android/dx/dex/file/
MapItem.java 36 /** {@code non-null;} section this instance covers */
37 private final Section section; field in class:MapItem
60 * given map section.
63 * @param mapSection {@code non-null;} the section that the resulting map
66 public static void addMap(Section[] sections,
79 for (Section section : sections) {
85 for (Item item : section.items()) {
89 items.add(new MapItem(currentType, section,
    [all...]
  /external/google-breakpad/src/common/linux/
elfutils.cc 67 const Shdr* section = local
72 if (section != NULL && section->sh_size > 0) {
73 *section_start = elf_base + section->sh_offset;
74 *section_size = section->sh_size;
  /external/honggfuzz/linux/
bfd.c 45 asection* section; member in struct:__anon23728
81 if ((bfdParams->section = bfd_get_section_by_name(bfdParams->bfdh, ".text")) == NULL) {
106 .section = NULL,
122 long offset = (long)funcs[i].pc - bfdParams.section->vma;
123 if ((offset < 0 || (unsigned long)offset > bfdParams.section->size)) {
127 bfdParams.bfdh, bfdParams.section, bfdParams.syms, offset, &file, &func, &line)) {
181 info.section = NULL;
  /external/llvm/bindings/python/llvm/
object.py 19 Section, Symbol, and Relocation, respectively.
30 relocations, call get_relocations() on a Section instance.
40 To aid working around this limitation, each Section, Symbol, and Relocation
53 # This is OK. Each Section is only accessed inside its own iteration slot.
55 for section in obj.get_sections():
56 section_names.append(section.name)
96 "Section",
126 This is a generator for llvm.object.Section instances.
137 last = Section(sections)
179 class Section(LLVMObject)
330 def section(self): member in class:Symbol
    [all...]
  /external/ply/ply/doc/
makedoc.py 52 section = 0 variable
101 section += 1
103 result.append("""<H2><a name="%s"></a>%d. %s</H2>""" % (headingname,section, prevheadingtext))
111 if section == 1:
126 result.append("""<H3><a name="%s"></a>%d.%d %s</H3>""" % (headingname,section, subsection, prevheadingtext))
146 result.append("""<H4><a name="%s"></a>%d.%d.%d %s</H4>""" % (headingname,section, subsection, subsubsection, prevheadingtext))
162 result.append("""<H5><a name="%s"></a>%d.%d.%d.%d %s</H5>""" % (headingname,section, subsection, subsubsection, subsubsubsection, prevheadingtext))
182 if section:
  /external/swiftshader/third_party/llvm-7.0/llvm/bindings/python/llvm/
object.py 19 Section, Symbol, and Relocation, respectively.
30 relocations, call get_relocations() on a Section instance.
40 To aid working around this limitation, each Section, Symbol, and Relocation
53 # This is OK. Each Section is only accessed inside its own iteration slot.
55 for section in obj.get_sections():
56 section_names.append(section.name)
96 "Section",
126 This is a generator for llvm.object.Section instances.
137 last = Section(sections)
179 class Section(LLVMObject)
330 def section(self): member in class:Symbol
    [all...]

Completed in 2807 milliseconds

1 2 3 4 5 6 7 8