Home
last modified time | relevance | path

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

12345678910>>...348

/external/elfutils/tests/
Drun-dwflsyms.sh42 1: SECTION LOCAL (0) 0x238
43 2: SECTION LOCAL (0) 0x254
44 3: SECTION LOCAL (0) 0x274
45 4: SECTION LOCAL (0) 0x298
46 5: SECTION LOCAL (0) 0x2d8
47 6: SECTION LOCAL (0) 0x428
48 7: SECTION LOCAL (0) 0x4f2
49 8: SECTION LOCAL (0) 0x510
50 9: SECTION LOCAL (0) 0x530
51 10: SECTION LOCAL (0) 0x638
[all …]
Drun-elfgetchdr.sh90 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: 10
[all …]
Drun-readelf-s.sh20 # Tests readelf -s and readelf --elf-section -s
62 # objcopy --remove-section=.gnu_debuglink baz testfilebazdyn
69 # objcopy -S --remove-section .gdb_index --remove-section .comment --keep-symbols=keep_symbols baz.…
72 # objcopy --add-section .gnu_debugdata=mini_debuginfo.xz baz
76 # objcopy --remove-section=.gnu_debuglink baz testfilebazmin
90 # objcopy -S --remove-section .gdb_index --remove-section .comment --keep-symbols=funcsyms bas.debu…
93 # objcopy --add-section .gnu_debugdata=mini_debuginfo.xz bas
108 # objcopy -S --remove-section .gdb_index --remove-section .comment --keep-symbols=keep_symbols bax.…
111 # objcopy --add-section .gnu_debugdata=mini_debuginfo.xz bax
112 # objcopy --remove-section=.gnu_debuglink bax testfilebaxmin
[all …]
/external/llvm-project/llvm/test/CodeGen/X86/
Dexplicit-section-mergeable.ll1 ; RUN: llc < %s -mtriple=x86_64 -unique-section-names=0 -data-sections 2>&1 \
7 ; CHECK: .section .asm_mergeable1,"aMS",@progbits,2
8 ; CHECK-NEXT: .section .asm_nonmergeable1,"a",@progbits
9 ; CHECK-NEXT: .section .asm_mergeable2,"aMS",@progbits,2
10 ; CHECK-NEXT: .section .asm_nonmergeable2,"a",@progbits
12 ;; Test implicit section assignment for symbols
13 ; CHECK: .section .data,"aw",@progbits,unique,1
16 ;; Create a uniquified symbol (as -unique-section-names=0) to test the uniqueID
20 ;; Test implicit section assignment for symbols to ensure that the symbols
22 ; CHECK: .section .rodata,"a",@progbits,unique,2
[all …]
/external/llvm-project/llvm/test/tools/llvm-objcopy/MachO/
Donly-section.test1 ## Show that if --only-section is given, llvm-objcopy removes all sections
10 ## Specify one section. The output file should contain only that section.
11 # RUN: llvm-objcopy --only-section __TEXT,__text %t %t3
12 # RUN: llvm-readobj --sections --section-data --macho-segment %t3 \
13 # RUN: | FileCheck %s --check-prefix=ONLY-TEXT-SECTION
15 # ONLY-TEXT-SECTION: Sections [
16 # ONLY-TEXT-SECTION-NEXT: Section {
17 # ONLY-TEXT-SECTION-NEXT: Index: 0
18 # ONLY-TEXT-SECTION-NEXT: Name: __text (5F 5F 74 65 78 74 00 00 00 00 00 00 00 00 00 00)
19 # ONLY-TEXT-SECTION-NEXT: Segment: __TEXT (5F 5F 54 45 58 54 00 00 00 00 00 00 00 00 00 00)
[all …]
/external/llvm-project/clang/test/Sema/
Dpragma-clang-section.c2 #pragma clang section bss = "mybss.1" data = "mydata.1" rodata = "myrodata.1" text = "mytext.1" // …
3 #pragma clang section bss="" data="" rodata="" text=""
4 #pragma clang section
6 #pragma clang section dss="mybss.2" // expected-error {{expected one of [bss|data|rodata|text|relro…
7 …pragma clang section deta="mydata.2" // expected-error {{expected one of [bss|data|rodata|text|rel…
8 …ragma clang section rodeta="rodata.2" // expected-error {{expected one of [bss|data|rodata|text|re…
9 #pragma clang section taxt="text.2" // expected-error {{expected one of [bss|data|rodata|text|relro…
11 …ma clang section section bss="mybss.2" // expected-error {{expected one of [bss|data|rodata|text|…
13 #pragma clang section bss "mybss.2" // expected-error {{expected '=' following '#pragma clang sec…
14 #pragma clang section data "mydata.2" // expected-error {{expected '=' following '#pragma clang s…
[all …]
/external/harfbuzz_ng/docs/
Dharfbuzz-sections.txt5 </SECTION>
7 <SECTION>
19 </SECTION>
21 <SECTION>
39 </SECTION>
41 <SECTION>
113 </SECTION>
115 <SECTION>
174 </SECTION>
176 <SECTION>
[all …]
/external/adhd/cras/src/server/
Dcras_alsa_ucm_section.c14 static void ucm_section_free(struct ucm_section *section) in ucm_section_free() argument
16 free((void *)section->name); in ucm_section_free()
17 free((void *)section->pcm_name); in ucm_section_free()
18 free((void *)section->jack_name); in ucm_section_free()
19 free((void *)section->jack_type); in ucm_section_free()
20 free((void *)section->mixer_name); in ucm_section_free()
21 mixer_name_free(section->coupled); in ucm_section_free()
22 free(section); in ucm_section_free()
27 struct ucm_section *section; in ucm_section_free_list() local
28 DL_FOREACH (sections, section) { in ucm_section_free_list()
[all …]
/external/python/cpython2/Lib/
DConfigParser.py3 A setup file consists of sections, lead by a "[section]" header,
8 the same section, or values in a special [DEFAULT] section.
31 its value is the section's name.
34 return all the configuration section names, sans DEFAULT
36 has_section(section)
37 return whether the given section exists
39 has_option(section, option)
40 return whether the given option exists in the given section
42 options(section)
43 return list of configuration options for the named section
[all …]
/external/llvm-project/lld/test/ELF/
Dicf-safe.s13 # CHECK-NOT: selected section {{.*}}:(.text.f1)
14 # CHECK: selected section {{.*}}:(.text.f3)
15 # CHECK: removing identical section {{.*}}:(.text.f4)
17 # CHECK-NOT: selected section {{.*}}:(.rodata.h1)
18 # CHECK: selected section {{.*}}:(.rodata.h3)
19 # CHECK: removing identical section {{.*}}:(.rodata.h4)
21 # CHECK-NOT: selected section {{.*}}:(.rodata.l1)
22 # CHECK: selected section {{.*}}:(.rodata.l3)
23 # CHECK: removing identical section {{.*}}:(.rodata.l4)
25 # CHECK-NOT: selected section {{.*}}:(.rodata.g1)
[all …]
/external/python/cpython2/Misc/NEWS.d/
D2.6a1.rst5 .. section: Core and Builtins
15 .. section: Core and Builtins
24 .. section: Core and Builtins
33 .. section: Core and Builtins
43 .. section: Core and Builtins
57 .. section: Core and Builtins
71 .. section: Core and Builtins
83 .. section: Core and Builtins
93 .. section: Core and Builtins
104 .. section: Core and Builtins
[all …]
D2.7a1.rst5 .. section: Core and Builtins
15 .. section: Core and Builtins
26 .. section: Core and Builtins
36 .. section: Core and Builtins
47 .. section: Core and Builtins
56 .. section: Core and Builtins
65 .. section: Core and Builtins
74 .. section: Core and Builtins
88 .. section: Core and Builtins
114 .. section: Core and Builtins
[all …]
D2.7.4rc1.rst5 .. section: Core and Builtins
14 .. section: Core and Builtins
23 .. section: Core and Builtins
33 .. section: Core and Builtins
43 .. section: Core and Builtins
53 .. section: Core and Builtins
62 .. section: Core and Builtins
71 .. section: Core and Builtins
81 .. section: Core and Builtins
90 .. section: Core and Builtins
[all …]
D2.7.1rc1.rst5 .. section: Core and Builtins
15 .. section: Core and Builtins
25 .. section: Core and Builtins
35 .. section: Core and Builtins
44 .. section: Core and Builtins
54 .. section: Core and Builtins
63 .. section: Core and Builtins
73 .. section: Core and Builtins
85 .. section: Core and Builtins
94 .. section: Core and Builtins
[all …]
/external/python/cpython3/Misc/NEWS.d/
D3.5.3rc1.rst5 .. section: Core and Builtins
14 .. section: Core and Builtins
23 .. section: Core and Builtins
33 .. section: Core and Builtins
43 .. section: Core and Builtins
52 .. section: Core and Builtins
62 .. section: Core and Builtins
72 .. section: Core and Builtins
82 .. section: Core and Builtins
92 .. section: Core and Builtins
[all …]
D3.5.0a1.rst5 .. section: Core and Builtins
14 .. section: Core and Builtins
24 .. section: Core and Builtins
34 .. section: Core and Builtins
44 .. section: Core and Builtins
54 .. section: Core and Builtins
66 .. section: Core and Builtins
76 .. section: Core and Builtins
86 .. section: Core and Builtins
96 .. section: Core and Builtins
[all …]
D3.6.0a1.rst5 .. section: Core and Builtins
14 .. section: Core and Builtins
23 .. section: Core and Builtins
32 .. section: Core and Builtins
42 .. section: Core and Builtins
51 .. section: Core and Builtins
61 .. section: Core and Builtins
71 .. section: Core and Builtins
80 .. section: Core and Builtins
92 .. section: Core and Builtins
[all …]
D3.5.2rc1.rst5 .. section: Core and Builtins
15 .. section: Core and Builtins
24 .. section: Core and Builtins
33 .. section: Core and Builtins
42 .. section: Core and Builtins
51 .. section: Core and Builtins
60 .. section: Core and Builtins
69 .. section: Core and Builtins
81 .. section: Core and Builtins
90 .. section: Core and Builtins
[all …]
D3.6.0b1.rst5 .. section: Core and Builtins
17 .. section: Core and Builtins
27 .. section: Core and Builtins
36 .. section: Core and Builtins
46 .. section: Core and Builtins
59 .. section: Core and Builtins
68 .. section: Core and Builtins
77 .. section: Core and Builtins
87 .. section: Core and Builtins
97 .. section: Core and Builtins
[all …]
/external/google-breakpad/src/common/
Dtest_assembler_unittest.cc42 using google_breakpad::test_assembler::Section;
723 Section s; in TEST()
727 Section s(kBigEndian); in TEST()
730 // A fixture class for TestAssembler::Section tests.
733 Section section; member in SectionFixture
766 section.Append(data, sizeof(data)); in TEST_F()
767 ASSERT_TRUE(section.GetContents(&contents)); in TEST_F()
773 section.Append(data, sizeof(data)); in TEST_F()
774 section.Append(data, sizeof(data)); in TEST_F()
775 ASSERT_TRUE(section.GetContents(&contents)); in TEST_F()
[all …]
/external/llvm-project/clang/test/CodeGen/
Dclang-sections-attribute.c3 // Test interaction between __attribute__((section())) and '#pragma clang
4 // section' directives. The attribute should always have higher priority than
8 #pragma clang section text=".ext_fun_pragma"
9 void ext_fun(void) __attribute__((section(".ext_fun_attr")));
11 #pragma clang section text=""
13 void ext_fun2(void) __attribute__((section(".ext_fun2_attr")));
14 #pragma clang section text=".ext_fun2_pragma"
16 #pragma clang section text=""
18 #pragma clang section text=".int_fun_pragma"
19 static void int_fun(void) __attribute__((section(".int_fun_attr"), used));
[all …]
/external/OpenCSD/decoder/tests/snapshots/juno_r1_1/pkt_proc_logs/
Dtrc_pkt_lister_0x14.ppl5 snapshot_parser : Start of snapshot section
6 snapshot_parser : Start of device_list section
7 snapshot_parser : Start of trace section
11 snapshot_parser : Start of device section
12 snapshot_parser : Start of regs section
13 snapshot_parser : Start of dump1 section
15 snapshot_parser : Start of device section
16 snapshot_parser : Start of regs section
17 snapshot_parser : Start of dump1 section
19 snapshot_parser : Start of device section
[all …]
Dtrc_pkt_lister_0x12.ppl5 snapshot_parser : Start of snapshot section
6 snapshot_parser : Start of device_list section
7 snapshot_parser : Start of trace section
11 snapshot_parser : Start of device section
12 snapshot_parser : Start of regs section
13 snapshot_parser : Start of dump1 section
15 snapshot_parser : Start of device section
16 snapshot_parser : Start of regs section
17 snapshot_parser : Start of dump1 section
19 snapshot_parser : Start of device section
[all …]
/external/python/cpython3/Lib/
Dconfigparser.py3 A configuration file consists of sections, lead by a "[section]" header,
27 objects for the list of sections, for the options within a section, and
40 When `strict` is True, the parser won't allow for any section or option
51 When `default_section' is given, the name of the special section is
53 be customized to point to any other valid section name. Its current
68 section proxies.
71 Return all the configuration section names, sans DEFAULT.
73 has_section(section)
74 Return whether the given section exists.
76 has_option(section, option)
[all …]
/external/llvm-project/llvm/test/tools/yaml2obj/ELF/
Dsection-headers.yaml1 ## Check we can use "SectionHeaderTable" tag to reorder section header entries.
4 ## section without the unique prefix. The section header table describes sections
6 # RUN: yaml2obj %s --docnum=1 -o %t1 -DSEC1=".section (1)" -DSEC2=".section (2)" -DSEC3=".section.f…
7 # RUN: llvm-readelf --section-headers %t1 | FileCheck %s --check-prefix=NO-OP
9 # NO-OP: Section Headers:
12 # NO-OP-NEXT: [ 1] .section PROGBITS 0000000000000000 000040 000010 00 0 0 0
13 # NO-OP-NEXT: [ 2] .section PROGBITS 0000000000000000 000050 000020 00 0 0 0
14 # NO-OP-NEXT: [ 3] .section.foo PROGBITS 0000000000000000 0000a0 000040 00 0 0 0
24 - Name: .section (1)
27 - Name: .section (2)
[all …]

12345678910>>...348