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

1 2 3 4 5 6 7 8 91011>>

  /bionic/libc/arch-arm/bionic/
crtend_so.S 33 .section .init_array, "aw"
36 .section .fini_array, "aw"
crtend.S 29 .section .preinit_array, "aw"
32 .section .init_array, "aw"
35 .section .fini_array, "aw"
38 .section .ctors, "aw"
  /bionic/libc/arch-sh/bionic/
crtend.S 29 .section .preinit_array, "aw"
32 .section .init_array, "aw"
35 .section .fini_array, "aw"
38 .section .ctors, "aw"
  /bionic/libc/arch-x86/bionic/
crtend.S 2 .section .preinit_array, "aw"
5 .section .init_array, "aw"
8 .section .fini_array, "aw"
11 .section .ctors, "aw"
crtend_so.S 7 * We mark the end of the .ctors section with the __CTOR_END__ section so
32 .section .init
37 .section .ctors, "aw", @progbits
43 .section .init_array, "aw"
46 .section .fini_array, "aw"
crtbegin_so.S 9 * libs want to drop things into .init section.
11 .section .init
17 .section .init_array, "aw"
24 .section .fini_array, "aw"
32 .section .ctors, "aw"
  /bionic/libdl/arch-sh/
soend.S 29 .section .ctors, "aw"
  /external/elfutils/libebl/
eblsectionname.c 1 /* Return section name.
24 ebl_section_name (ebl, section, xsection, buf, len, scnnames, shnum)
26 int section;
33 const char *res = ebl != NULL ? ebl->section_name (section, xsection,
38 if (section == SHN_UNDEF)
40 else if (section == SHN_ABS)
42 else if (section == SHN_COMMON)
44 else if (section == SHN_BEFORE)
46 else if (section == SHN_AFTER)
48 else if ((section < SHN_LORESERVE || section == SHN_XINDEX
    [all...]
eblsectiontypename.c 1 /* Return section type name.
24 ebl_section_type_name (ebl, section, buf, len)
26 int section;
30 const char *res = ebl->section_type_name (section, buf, len);
57 if ((size_t) section < sizeof (knowntypes) / sizeof (knowntypes[0])
58 && knowntypes[section] != NULL)
59 res = knowntypes[section];
61 else if (section >= SHT_LOSUNW && section <= SHT_HISUNW)
74 res = sunwtypes[section - SHT_LOSUNW]
    [all...]
  /external/webkit/WebCore/bindings/js/
JSCDATASectionCustom.cpp 35 JSValue toJSNewlyCreated(ExecState* exec, JSDOMGlobalObject* globalObject, CDATASection* section)
37 if (!section)
40 return CREATE_DOM_NODE_WRAPPER(exec, globalObject, CDATASection, section);
  /external/openssl/crypto/conf/
conf_api.h 70 CONF_VALUE *_CONF_new_section(CONF *conf, const char *section);
72 CONF_VALUE *_CONF_get_section(const CONF *conf, const char *section);
75 const char *section);
77 int _CONF_add_string(CONF *conf, CONF_VALUE *section, CONF_VALUE *value);
78 char *_CONF_get_string(const CONF *conf, const char *section,
80 long _CONF_get_number(const CONF *conf, const char *section, const char *name);
conf_api.c 80 CONF_VALUE *_CONF_get_section(const CONF *conf, const char *section)
84 if ((conf == NULL) || (section == NULL)) return(NULL);
86 vv.section=(char *)section;
93 const char *section)
97 v=_CONF_get_section(conf,section);
104 int _CONF_add_string(CONF *conf, CONF_VALUE *section, CONF_VALUE *value)
109 ts = (STACK_OF(CONF_VALUE) *)section->value;
111 value->section=section->section;
    [all...]
cnf_save.c 85 char *section; local
94 printf("[ %s ]\n",cv->section);
100 section=(v->section == NULL)?"None":v->section;
  /external/openssl/include/openssl/
conf_api.h 70 CONF_VALUE *_CONF_new_section(CONF *conf, const char *section);
72 CONF_VALUE *_CONF_get_section(const CONF *conf, const char *section);
75 const char *section);
77 int _CONF_add_string(CONF *conf, CONF_VALUE *section, CONF_VALUE *value);
78 char *_CONF_get_string(const CONF *conf, const char *section,
80 long _CONF_get_number(const CONF *conf, const char *section, const char *name);
  /frameworks/base/core/java/android/widget/
SectionIndexer.java 21 * in an {@link AbsListView} between sections of the list. A section is a group of list items
27 * This provides the list view with an array of section objects. In the simplest
37 * Provides the starting index in the list for a given section.
38 * @param section the index of the section to jump to.
39 * @return the starting position of that section. If the section is out of bounds, the
42 int getPositionForSection(int section);
45 * This is a reverse mapping to fetch the section index for a given position
47 * @param position the position for which to return the section
    [all...]
  /build/tools/soslim/
common.c 9 Elf_Scn* section = NULL; local
10 while ((section = elf_nextscn(elf, section)) != NULL) {
11 if (match(elf, section, user_data))
  /external/elfcopy/
common.c 9 Elf_Scn* section = NULL; local
10 while ((section = elf_nextscn(elf, section)) != NULL) {
11 if (match(elf, section, user_data))
  /external/webkit/WebKitTools/android/flex-2.5.4a/MISC/
debflex.awk 5 # BEGIN section modified to correct a collection of rules.
32 section = 1;
39 # Count the sections. When encountering section 3,
43 section++;
44 if (section == 3) {
49 # Only the lines in section 2 which do not begin in a
53 if (section == 2 && match ($0, /^[^ \t]/)) {
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
output.h 271 extern void assemble_addr_to_section (rtx, section *);
382 /* Decide whether DECL needs to be in a writable section.
399 /* Flags controlling properties of a section. */
400 #define SECTION_ENTSIZE 0x000ff /* entity size in section */
407 #define SECTION_FORGET 0x04000 /* forget that we've entered the section */
414 #define SECTION_DECLARED 0x100000 /* section has been used */
424 to using a general section directive. */
428 all. The choice of section is implied by the directive that we use
448 of data section:
472 /* Information that is provided by all instances of the section type. *
529 union section GTY ((desc ("SECTION_STYLE (&(%h))"))) function
    [all...]
coretypes.h 16 Under Section 7 of GPL version 3, you are granted additional
59 union section;
60 typedef union section section; typedef in typeref:union:section
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/
output.h 271 extern void assemble_addr_to_section (rtx, section *);
382 /* Decide whether DECL needs to be in a writable section.
399 /* Flags controlling properties of a section. */
400 #define SECTION_ENTSIZE 0x000ff /* entity size in section */
407 #define SECTION_FORGET 0x04000 /* forget that we've entered the section */
414 #define SECTION_DECLARED 0x100000 /* section has been used */
424 to using a general section directive. */
428 all. The choice of section is implied by the directive that we use
448 of data section:
472 /* Information that is provided by all instances of the section type. *
529 union section GTY ((desc ("SECTION_STYLE (&(%h))"))) function
    [all...]
coretypes.h 16 Under Section 7 of GPL version 3, you are granted additional
59 union section;
60 typedef union section section; typedef in typeref:union:section
  /external/elfutils/tests/
newscn.c 26 Elf_Scn *section; local
50 section = elf_newscn (elf);
51 section = elf_nextscn (elf, section);
52 assert (section == NULL);
  /dalvik/dx/src/com/android/dx/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...]
  /external/webkit/WebCore/inspector/front-end/
ScopeChainSidebarPane.js 80 var section = new WebInspector.ObjectPropertiesSection(scopeObjectProxy, title, subtitle, emptyPlaceholder, true, extraProperties, WebInspector.ScopeVariableTreeElement);
81 section.editInSelectedCallFrameWhenPaused = true;
82 section.pane = this;
85 section.expanded = true;
87 this.sections.push(section);
88 this.bodyElement.appendChild(section.element);
104 if (this.hasChildren && this.propertyIdentifier in this.treeOutline.section.pane._expandedProperties)
110 this.treeOutline.section.pane._expandedProperties[this.propertyIdentifier] = true;
115 delete this.treeOutline.section.pane._expandedProperties[this.propertyIdentifier];
122 var section = this.treeOutline.section
    [all...]

Completed in 590 milliseconds

1 2 3 4 5 6 7 8 91011>>