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

1 2 3 4 5 6 7 8 91011>>

  /external/libvpx/libvpx/vpx_ports/
emms.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 2 section code use32 class=code align=64 label
13 section .text code align=64 label
15 section .text code label
38 ; R0 section
202 ; R1 section
364 ; R2 section
510 ; R3 section
co-586.asm 2 section code use32 class=code align=64 label
13 section .text code align=64 label
15 section .text code label
  /system/bt/btif/src/
btif_config_transcode.cc 51 const char* section = j->Attribute("Tag"); local
56 if (section && key && value)
57 config_set_string(config.get(), section, key, value);
  /art/runtime/
image-inl.h 54 const ImageSection& section = GetImTablesSection(); local
55 for (size_t pos = 0; pos < section.Size();) {
56 ImTable* imt = reinterpret_cast<ImTable*>(base + section.Offset() + pos);
72 const ImageSection& section = GetIMTConflictTablesSection(); local
73 for (size_t pos = 0; pos < section.Size(); ) {
74 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...]
  /frameworks/compile/mclinker/include/mcld/LD/
ELFReaderIf.h 55 /// readSectionHeaders - read ELF section header table and create LDSections
59 /// readRegularSection - read a regular section and create fragments.
69 /// This is used to get the signature of a group section.
88 /// LinkInfo - some section needs sh_link and sh_info, remember them.
90 LDSection* section; member in struct:mcld::ELFReaderIF::LinkInfo
  /toolchain/binutils/binutils-2.27/ld/
ldctor.h 45 asection *section; /* Section of value in set. */ member in struct:set_element
  /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/boringssl/src/include/openssl/
conf.h 74 // # This key is in the default section.
83 char *section; member in struct:conf_value_st
112 // NCONF_get_section returns a stack of values for a given section in |conf|.
113 // If |section| is NULL, the default section is returned. It returns NULL on
115 STACK_OF(CONF_VALUE) *NCONF_get_section(const CONF *conf, const char *section);
117 // NCONF_get_string returns the value of the key |name|, in section |section|.
118 // The |section| argument may be NULL to indicate the default section. I
    [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;
  /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);
  /system/core/libunwindstack/tools/
unwind_reg_info.cpp 64 void PrintRegInformation(DwarfSection* section, Memory* memory, uint64_t pc, uint8_t class_type) {
65 const DwarfFde* fde = section->GetFdeFromPc(pc);
72 if (!section->GetCfaLocationInfo(pc, fde, &regs)) {
167 DwarfSection* section = interface->eh_frame(); local
168 if (section != nullptr) {
170 PrintRegInformation(section, memory, pc - load_bias, elf.class_type());
175 section = interface->debug_frame();
176 if (section != nullptr) {
178 PrintRegInformation(section, memory, pc - load_bias, elf.class_type());
187 section = gnu_debugdata_interface->eh_frame()
    [all...]
  /tools/dexter/slicer/export/slicer/
reader.h 111 // Convert a data section file pointer (absolute offset) to an in-memory pointer
112 // (offset should be inside the data section)
119 // Map an indexed section to an ArrayView<T>
121 slicer::ArrayView<const T> section(int offset, int count) const { function in class:dex::Reader
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/tree/
UiElementDetail.java 48 import org.eclipse.ui.forms.widgets.Section;
66 private Section mMasterSection;
190 * Creates a TableWrapLayout in the DetailsPage, which in turns contains a Section.
197 * + Section (with title/description && fill_grab horizontal)
204 * @return The new Section
206 private Section createMasterSection(Composite parent) {
212 Section section = toolkit.createSection(parent, Section.TITLE_BAR); local
213 section.setLayoutData(new TableWrapData(TableWrapData.FILL_GRAB, TableWrapData.TOP))
392 Section section = toolkit.createSection(masterTable, local
437 Section section = ((Section) unknownTable.getParent()); local
    [all...]
  /external/boringssl/win-x86_64/crypto/fipsmodule/
rdrand-x86_64.asm 5 section .text code align=64 label
  /external/honggfuzz/linux/
bfd.c 46 asection* section; member in struct:__anon21201
82 if ((bfdParams->section = bfd_get_section_by_name(bfdParams->bfdh, ".text")) == NULL) {
107 .section = NULL,
123 long offset = (long)funcs[i].pc - bfdParams.section->vma;
124 if ((offset < 0 || (unsigned long)offset > bfdParams.section->size)) {
128 bfdParams.bfdh, bfdParams.section, bfdParams.syms, offset, &file, &func, &line)) {
182 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/mesa3d/src/gallium/drivers/radeon/
radeon_elf_util.c 111 Elf_Scn *section = NULL; local
128 while ((section = elf_nextscn(elf, section))) {
132 if (gelf_getshdr(section, &section_header) != &section_header) {
133 fprintf(stderr, "Failed to read ELF section header\n");
138 section_data = elf_getdata(section, section_data);
143 section_data = elf_getdata(section, section_data);
149 section_data = elf_getdata(section, section_data);
153 section_data = elf_getdata(section, section_data);
158 symbols = elf_getdata(section, section_data)
    [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:

Completed in 1280 milliseconds

1 2 3 4 5 6 7 8 91011>>