HomeSort by relevance Sort by last modified time
    Searched refs:section (Results 126 - 150 of 7765) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/elfutils/libebl/
eblsectionname.c 1 /* Return section name.
39 ebl_section_name (Ebl *ebl, int section, int xsection, char *buf, size_t len,
42 const char *res = ebl != NULL ? ebl->section_name (section, xsection,
47 if (section == SHN_UNDEF)
49 else if (section == SHN_ABS)
51 else if (section == SHN_COMMON)
53 else if (section == SHN_BEFORE)
55 else if (section == SHN_AFTER)
57 else if ((section < SHN_LORESERVE || section == SHN_XINDEX
    [all...]
  /external/llvm/test/MC/COFF/
linkonce-invalid.s 5 .section non_comdat
7 .section comdat
10 .section assoc
14 .section invalid
22 // CHECK: error: cannot make section associative with .linkonce
25 // CHECK: error: section 'multi' is already linkonce
26 .section multi
section-comdat.s 4 .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...]
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-elf/
group10.s 1 .section .text.foo,"axG",%progbits,foo_group
4 .section .rodata.str.1,"aMSG",%progbits,1,foo_group
7 .section .data.foo,"waG",%progbits,foo_group
10 .section .dropme,"G",%progbits,foo_group
13 .section .keepme,"G",%progbits,foo_group
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/ia64/
xdata.s 1 // Note that most of the section names used here aren't legal as operands
2 // to either .section or .xdata/.xreal/.xstring (quoted strings aren't in
3 // general), but since generic code accepts them for .section we also test
5 // shortcut of a pair of .section/.secalias for each of them.
7 .section .xdata1, "a", @progbits
8 .section ".xdata2", "a", @progbits
9 .section ",xdata3", "a", @progbits
10 .section ".xdata,4", "a", @progbits
11 .section "\".xdata5\"", "a", @progbits
13 .section ".xreal\\1", "a", @progbit
    [all...]
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-scripts/
overlay-size.s 1 .section .bss1, "aw", "nobits"
3 .section .bss2, "aw", "nobits"
5 .section .bss3, "aw", "nobits"
8 .section .text1, "ax", "progbits"
10 .section .text2, "ax", "progbits"
12 .section .text3, "ax", "progbits"
15 .section .data1, "aw", "progbits"
17 .section .data2, "aw", "progbits"
19 .section .data3, "aw", "progbits"
22 .section .mtext, "ax", "progbits
    [all...]
sort_b_a-1.s 1 .section .text.2
5 .section .text.3
9 .section .text.1
sort_b_a.s 1 .section .text2
5 .section .text3
9 .section .text1
sort_n_a-a.s 1 .section .text2
5 .section .text3
9 .section .text1
sort_n_a-b.s 1 .section .text2
5 .section .text3
9 .section .text1
  /development/ndk/platforms/android-21/arch-arm64/src/
crtend.S 31 .section .preinit_array, "aw"
34 .section .init_array, "aw"
37 .section .fini_array, "aw"
41 .section .note.GNU-stack,"",%progbits
44 .section .eh_frame,"a",@progbits
  /external/elfutils/tests/
run-elfgetchdr.sh 90 section 1: NOT Compressed
91 section 2: GNU Compressed size: 60
92 section 3: GNU Compressed size: aa
93 section 4: NOT Compressed
94 section 5: GNU Compressed size: 8d
95 section 6: NOT Compressed
96 section 7: NOT Compressed
97 section 8: NOT Compressed
102 section 1: NOT Compressed
103 section 2: ELF Compressed ch_type: 1, ch_size: 60, ch_addralign: 1
    [all...]
  /development/ndk/platforms/android-9/arch-x86/src/
crtend_so.S 3 .section .init_array, "aw"
7 .section .fini_array, "aw"
11 .section .eh_frame,"a",@progbits
  /external/clang/test/Sema/
pragma-section.c 7 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 with 'a'}}
14 #pragma section(".my_seg", execute) // expected-note 2 {{#pragma entered her}}
21 void fn_bad_seg(void){} // expected-error {{'fn_bad_seg' causes a section type conflict with 'int_bad_seg'}}
24 #pragma bss_seg(L".my_seg") // expected-warning {{expected push, pop or a string literal for the section name in '#pragma bss_seg' - ignored}}
25 #pragma bss_seg(1) // expected-warning {{expected push, pop or a string literal for the section name in '#pragma bss_seg' - ignored}}
28 #pragma bss_seg(push, 1) // expected-warning {{expected a stack label or a string literal for the section name in '#pragma bss_seg'}}
30 #pragma bss_seg(push, my_label, 1) // expected-warning {{expected a string literal for the section name in '#pragma bss_seg' - ignored}}
34 #pragma section // expected-warning {{missing '(' after '#pragma section' - ignoring}
    [all...]
  /external/compiler-rt/test/asan/TestCases/Linux/
init_fini_sections.cc 13 __attribute__((section(".preinit_array")))
16 __attribute__((section(".init_array")))
19 __attribute__((section(".fini_array")))
  /external/llvm/test/MC/ELF/
reloc-same-name-section.s 3 // test that we produce one relocation against each section.
6 // CHECK-NEXT: Section {{.*}} {
22 .section .foo,"aG",@progbits,v,comdat
25 .section .foo,"a",@progbits
29 .section .bar
no-reloc.s 6 .section .test1_foo
9 .section .test1_bar
13 .section test2
  /system/bt/btif/include/
btif_config.h 30 bool btif_config_has_section(const char* section);
31 bool btif_config_exist(const char* section, const char* key);
32 bool btif_config_get_int(const char* section, const char* key, int* value);
33 bool btif_config_set_int(const char* section, const char* key, int value);
34 bool btif_config_get_str(const char* section, const char* key, char* value,
36 bool btif_config_set_str(const char* section, const char* key,
38 bool btif_config_get_bin(const char* section, const char* key, uint8_t* value,
40 bool btif_config_set_bin(const char* section, const char* key,
42 bool btif_config_remove(const char* section, const char* key);
44 size_t btif_config_get_bin_length(const char* section, const char* key)
    [all...]
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-discard/
extern.s 2 .section .data.exit,"aw"
5 .section .text.exit,"ax"
11 .section .debug_info
static.s 1 .section .data.exit,"aw"
3 .section .text.exit,"ax"
9 .section .debug_info
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-x86-64/
pr14207.s 2 .section .ctors, "aw"
5 .section .dtors, "aw"
8 .section .jcr, "aw"
11 .section .data.rel.ro
15 .section .dynamic
18 .section .got
  /development/ndk/platforms/android-21/arch-mips64/src/
crtend_android.S 31 .section .preinit_array, "aw"
35 .section .init_array, "aw"
39 .section .fini_array, "aw"
43 .section .ctors, "aw"
48 .section .dtors, "aw"
53 .section .eh_frame,"a",@progbits
  /external/clang/test/CodeGen/
2006-07-31-PR854.c 9 __attribute__((section("__ksymtab_strings"))) = "loops_per_jiffy";
11 __attribute__((__used__)) __attribute__((section("__ksymtab"))) = { (unsigned
  /external/llvm/test/MC/ARM/
dwarf-asm-multiple-sections-dwarf-2.s 5 .section .text, "ax"
9 .section foo, "ax"
13 // MESSAGES: warning: DWARF2 only supports one section per compilation unit
dwarf-asm-multiple-sections.s 9 .section .text, "ax"
13 .section foo, "ax"
81 // VERSION: {{.*}} warning: DWARF2 only supports one section per compilation unit

Completed in 277 milliseconds

1 2 3 4 56 7 8 91011>>