Home
last modified time | relevance | path

Searched full:section (Results 1 – 25 of 5035) sorted by relevance

12345678910>>...202

/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/bin/tests/multisect/
Dldlinux-sects.asm8 [section .text]
10 [section .earlybss nobits start=BSS_START]
12 [section .bcopy32 align=4 valign=16 follows=.data vfollows=.earlybss]
14 [section .config align=4 valign=16 follows=.bcopy32 vfollows=.bcopy32]
16 [section .config.end nobits valign=4 vfollows=.config]
17 [section .bss1 nobits valign=16 vfollows=.config.end]
19 [section .text start=TEXT_START]
20 [section .data align=16]
22 [section .adv progbits align=1 follows=.config]
23 [section .bss nobits align=16 follows=.adv]
[all …]
/external/harfbuzz_ng/docs/reference/
Dharfbuzz-sections.txt1 <SECTION>
5 </SECTION>
7 <SECTION>
23 </SECTION>
25 <SECTION>
79 </SECTION>
81 <SECTION>
127 </SECTION>
129 <SECTION>
134 </SECTION>
[all …]
/external/chromium_org/components/onc/docs/
Donc_spec.css56 section h1{font-size: 32px}
57 section section h1{font-size: 28px}
58 section section section h1{font-size: 24px}
59 section section section section h1{font-size: 20px}
60 section section section section section h1{font-size: 18px}
61 section section section section section section h1{font-size: 16px}
62 section section section section section section section h1{font-size: 14px}
/external/bluetooth/bluedroid/osi/include/
Dconfig.h9 // - Key/value pairs that are not within a section are assumed to be under
10 // the |CONFIG_DEFAULT_SECTION| section.
12 // a single section.
16 // - Duplicate keys in a section will overwrite previous values.
20 // The default section name to use if a key/value pair is not defined within
21 // a section.
39 // Returns true if the config file contains a section named |section|. If
40 // the section has no key/value pairs in it, this function will return false.
41 // |config| and |section| must not be NULL.
42 bool config_has_section(const config_t *config, const char *section);
[all …]
/external/elfutils/0.153/po/
Den@boldquot.po84 msgid "invalid section type for operation"
85 msgstr "invalid section type for operation"
173 msgid ".debug_line section missing"
174 msgstr ".debug_line section missing"
177 msgid "invalid .debug_line section"
178 msgstr "invalid .debug_line section"
225 msgid ".debug_ranges section missing"
226 msgstr ".debug_ranges section missing"
229 msgid "invalid CFI section"
230 msgstr "invalid CFI section"
[all …]
Den@quot.po81 msgid "invalid section type for operation"
82 msgstr "invalid section type for operation"
170 msgid ".debug_line section missing"
171 msgstr ".debug_line section missing"
174 msgid "invalid .debug_line section"
175 msgstr "invalid .debug_line section"
222 msgid ".debug_ranges section missing"
223 msgstr ".debug_ranges section missing"
226 msgid "invalid CFI section"
227 msgstr "invalid CFI section"
[all …]
Delfutils.pot60 msgid "invalid section type for operation"
149 msgid ".debug_line section missing"
153 msgid "invalid .debug_line section"
201 msgid ".debug_ranges section missing"
205 msgid "invalid CFI section"
360 msgid "corrupt .gnu.prelink_undo section data"
509 msgid "invalid section index"
517 msgid "invalid section"
533 msgid "cannot manipulate null section"
541 msgid "invalid section header"
[all …]
/external/clang/test/Sema/
Dpragma-section.c7 int b = 1; // expected-error {{'b' causes a section type conflict with 'a'}}
10 __declspec(allocate(".my_const")) int d = 1; // expected-error {{'d' causes a section type conflict…
12 #pragma section(".my_seg", execute) // expected-note 2 {{#pragma entered her}}
19 void fn_bad_seg(void){} // expected-error {{'fn_bad_seg' causes a section type conflict with 'int_b… in fn_bad_seg()
22 …g") // expected-warning {{expected push, pop or a string literal for the section name in '#pragma …
23 #pragma bss_seg(1) // expected-warning {{expected push, pop or a string literal for the section nam…
26 …// expected-warning {{expected a stack label or a string literal for the section name in '#pragma …
28 #pragma bss_seg(push, my_label, 1) // expected-warning {{expected a string literal for the section
32 #pragma section // expected-warning {{missing '(' after '#pragma section' - ignoring}}
33 #pragma section( // expected-warning {{expected a string literal for the section name in '#pragma s…
[all …]
/external/llvm/test/Object/
Dreadobj-shared-object.test26 ELF: Section {
32 ELF: Section {
39 ELF: Section {
46 ELF: Section {
53 ELF: Section {
61 ELF: Section {
68 ELF: Section {
77 ELF: Section {
85 ELF: Section {
93 ELF: Section {
[all …]
/external/llvm/test/MC/ARM/
Dbig-endian-arm-fixup.s9 .section s_condbl,"ax",%progbits
10 // CHECK-LABEL: Contents of section s_condbl
16 .section s_uncondbl,"ax",%progbits
17 // CHECK-LABEL: Contents of section s_uncondbl
23 .section s_blx,"ax",%progbits
24 // CHECK-LABEL: Contents of section s_blx
30 .section s_uncondbranch,"ax",%progbits
31 // CHECK-LABEL: Contents of section s_uncondbranch
37 .section s_condbranch,"ax",%progbits
38 // CHECK-LABEL: Contents of section s_condbranch
[all …]
/external/llvm/test/MC/COFF/
Dsection.s4 .section .foo$bar; .long 1
5 .section .foo@bar; .long 1
6 .section ABCDEFGHIJKLMNOPQRSTUVWXYZ; .long 1
7 .section abcdefghijklmnopqrstuvwxyz; .long 1
8 .section _0123456789; .long 1
11 // CHECK: Section {
14 // CHECK: Section {
17 // CHECK: Section {
20 // CHECK: Section {
23 // CHECK: Section {
[all …]
Dsection-comdat.s4 .section assocSec, "dr", discard, "assocSym"
7 .section secName, "dr", discard, "Symbol1"
12 .section secName, "dr", one_only, "Symbol2"
17 .section SecName, "dr", same_size, "Symbol3"
22 .section SecName, "dr", same_contents, "Symbol4"
27 .section SecName, "dr", associative, "assocSym"
32 .section SecName, "dr", largest, "Symbol6"
37 .section SecName, "dr", newest, "Symbol7"
42 .section assocSec, "dr", associative, "assocSym"
48 // CHECK: Section {
[all …]
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/xdf/tests/
Dxdfsect-err.asm1 [section]
2 section 1 use16=5
3 section 2 use32=5
4 section 3 use64=5
5 section 4 bss=5
6 section 5 flat=5
7 section 6 foo
8 section 7 foo=5
9 section 8 absolute=foo
10 section 9 absolute="foo"
[all …]
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
Dsection.h2 * \file libyasm/section.h
3 * \brief YASM section interface.
44 yasm_intnum *addr; /**< Offset (address) within section */
58 /** Currently active section. Used by some directives. NULL if no
59 * section active.
78 /** Create a new object. A default section is created as the first section.
95 /** Create a new, or continue an existing, general section. The section is
96 * added to the object if there's not already a section by that name.
98 * \param name section name
100 * \param code if nonzero, section is intended to contain code
[all …]
/external/oprofile/opjitconv/
Dcreate_bfd.c34 asection * section = NULL; in fill_symtab() local
47 if (e->section) in fill_symtab()
48 section = e->section; in fill_symtab()
56 s->section = section; in fill_symtab()
58 s->value = e->vma - section->vma; in fill_symtab()
73 * create a new section.
78 asection * section; in create_section() local
81 section = bfd_make_section(abfd, section_name); in create_section()
82 if (section == NULL) { in create_section()
86 if (bfd_set_section_vma(abfd, section, vma) == FALSE) { in create_section()
[all …]
/external/bluetooth/bluedroid/osi/src/
Dconfig.c31 static section_t *section_find(const config_t *config, const char *section);
35 static entry_t *entry_find(const config_t *config, const char *section, const char *key);
69 bool config_has_section(const config_t *config, const char *section) { in config_has_section() argument
71 assert(section != NULL); in config_has_section()
73 return (section_find(config, section) != NULL); in config_has_section()
76 bool config_has_key(const config_t *config, const char *section, const char *key) { in config_has_key() argument
78 assert(section != NULL); in config_has_key()
81 return (entry_find(config, section, key) != NULL); in config_has_key()
84 int config_get_int(const config_t *config, const char *section, const char *key, int def_value) { in config_get_int() argument
86 assert(section != NULL); in config_get_int()
[all …]
/external/smack/src/org/xbill/DNS/
DMessage.java14 * @see Section
84 m.addRecord(r, Section.QUESTION); in newQuery()
111 if (i == Section.ADDITIONAL) { in Message()
157 * Adds a record to a section of the Message, and adjusts the header.
159 * @see Section
162 addRecord(Record r, int section) { in addRecord() argument
163 if (sections[section] == null) in addRecord()
164 sections[section] = new LinkedList(); in addRecord()
165 header.incCount(section); in addRecord()
166 sections[section].add(r); in addRecord()
[all …]
/external/elfutils/0.153/libebl/
Deblsectionname.c1 /* Return section name.
60 ebl_section_name (ebl, section, xsection, buf, len, scnnames, shnum) in ebl_section_name() argument
62 int section;
69 const char *res = ebl != NULL ? ebl->section_name (section, xsection,
74 if (section == SHN_UNDEF)
76 else if (section == SHN_ABS)
78 else if (section == SHN_COMMON)
80 else if (section == SHN_BEFORE)
82 else if (section == SHN_AFTER)
84 else if ((section < SHN_LORESERVE || section == SHN_XINDEX)
[all …]
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/macho/tests/nasm64/
Dmachotest64.asm7 ; [1] Define and export a global text-section symbol
8 ; [2] Define and export a global data-section symbol
9 ; [3] Define and export a global BSS-section symbol
10 ; [4] Define a non-global text-section symbol
11 ; [5] Define a non-global data-section symbol
12 ; [6] Define a non-global BSS-section symbol
18 ; [12] Reference a text-section symbol in the text section
19 ; [13] Reference a data-section symbol in the text section
20 ; [14] Reference a BSS-section symbol in the text section
21 ; [15] Reference a text-section symbol in the data section
[all …]
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/win32/tests/
Dwin32test.asm7 ; [1] Define and export a global text-section symbol
8 ; [2] Define and export a global data-section symbol
9 ; [3] Define and export a global BSS-section symbol
10 ; [4] Define a non-global text-section symbol
11 ; [5] Define a non-global data-section symbol
12 ; [6] Define a non-global BSS-section symbol
18 ; [12] Reference a text-section symbol in the text section
19 ; [13] Reference a data-section symbol in the text section
20 ; [14] Reference a BSS-section symbol in the text section
21 ; [15] Reference a text-section symbol in the data section
[all …]
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/macho/tests/nasm32/
Dmachotest.asm7 ; [1] Define and export a global text-section symbol
8 ; [2] Define and export a global data-section symbol
9 ; [3] Define and export a global BSS-section symbol
10 ; [4] Define a non-global text-section symbol
11 ; [5] Define a non-global data-section symbol
12 ; [6] Define a non-global BSS-section symbol
18 ; [12] Reference a text-section symbol in the text section
19 ; [13] Reference a data-section symbol in the text section
20 ; [14] Reference a BSS-section symbol in the text section
21 ; [15] Reference a text-section symbol in the data section
[all …]
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/coff/tests/
Dcofftest.asm7 ; [1] Define and export a global text-section symbol
8 ; [2] Define and export a global data-section symbol
9 ; [3] Define and export a global BSS-section symbol
10 ; [4] Define a non-global text-section symbol
11 ; [5] Define a non-global data-section symbol
12 ; [6] Define a non-global BSS-section symbol
18 ; [12] Reference a text-section symbol in the text section
19 ; [13] Reference a data-section symbol in the text section
20 ; [14] Reference a BSS-section symbol in the text section
21 ; [15] Reference a text-section symbol in the data section
[all …]
/external/llvm/bindings/python/llvm/tests/
Dtest_object.py4 from ..object import Section
19 for section in o.get_sections():
21 assert isinstance(section, Section)
22 assert isinstance(section.name, str)
23 assert isinstance(section.size, long)
24 assert isinstance(section.contents, str)
25 assert isinstance(section.address, long)
26 assert len(section.contents) == section.size
30 for section in o.get_sections():
31 section.cache()
[all …]
/external/dexmaker/src/dx/java/com/android/dx/dex/file/
DMapItem.java37 /** {@code non-null;} section this instance covers */
38 private final Section section; field in MapItem
61 * given map section.
64 * @param mapSection {@code non-null;} the section that the resulting map
67 public static void addMap(Section[] sections, in addMap()
80 for (Section section : sections) { in addMap()
86 for (Item item : section.items()) { in addMap()
90 items.add(new MapItem(currentType, section, in addMap()
102 // Add a MapItem for the final items in the section. in addMap()
103 items.add(new MapItem(currentType, section, in addMap()
[all …]
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/bin/tests/
Dbintest.asm10 ; [1] Define a text-section symbol
11 ; [2] Define a data-section symbol
12 ; [3] Define a BSS-section symbol
15 ; [6] Reference a text-section symbol in the text section
16 ; [7] Reference a data-section symbol in the text section
17 ; [8] Reference a BSS-section symbol in the text section
18 ; [9] Reference a text-section symbol in the data section
19 ; [10] Reference a data-section symbol in the data section
20 ; [11] Reference a BSS-section symbol in the data section
25 [SECTION .text]
[all …]

12345678910>>...202