Home
last modified time | relevance | path

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

12345678910>>...159

/external/elfutils/src/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-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/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/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 …]
Dtest_assembler.h74 // section. As long as all the labels a section refers to are defined
76 // labels freely in that section's construction.
247 // A section is a sequence of bytes, constructed by appending bytes
253 // If you need to append a value to a section that is not convenient
255 // label's value to the section, and then set the label's value
257 // known, the section class takes care of updating all previously
260 // Once all the labels to which a section refers have had their
261 // values determined, you can get a copy of the section's contents
264 // Note that there is no specified "start of section" label. This is
266 // start of a section": the offset of the section within an object
[all …]
/external/elfutils/src/po/
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 …]
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 …]
Dde.po64 msgid "invalid section type for operation"
153 msgid ".debug_line section missing"
157 msgid "invalid .debug_line section"
205 msgid ".debug_ranges section missing"
210 msgid "invalid CFI section"
381 msgid "corrupt .gnu.prelink_undo section data"
590 msgid "invalid section index"
598 msgid "invalid section"
615 msgid "cannot manipulate null section"
624 msgid "invalid section header"
[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"
368 msgid "corrupt .gnu.prelink_undo section data"
573 msgid "invalid section index"
581 msgid "invalid section"
597 msgid "cannot manipulate null section"
605 msgid "invalid section header"
[all …]
Dja.po61 msgid "invalid section type for operation"
150 msgid ".debug_line section missing"
154 msgid "invalid .debug_line section"
202 msgid ".debug_ranges section missing"
206 msgid "invalid CFI section"
379 msgid "corrupt .gnu.prelink_undo section data"
588 msgid "invalid section index"
596 msgid "invalid section"
613 msgid "cannot manipulate null section"
621 msgid "invalid section header"
[all …]
/external/libxml2/test/relaxng/OASIS/
Dspectest.xml9 <section>3</section>
13 <section>3</section>
19 <section>3</section>
34 <section>3</section>
45 <section>3</section>
54 <section>3</section>
64 <section>3</section>
80 <section>3</section>
96 <section>3</section>
111 <section>3</section>
[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/google-breakpad/src/common/dwarf/
Ddwarf2reader_cfi_unittest.cc45 // an ELF file containing a .debug_frame or .eh_frame section; you can then
72 using google_breakpad::test_assembler::Section;
89 const CFISection &section);
90 #define PERHAPS_WRITE_DEBUG_FRAME_FILE(name, section) \ argument
91 WriteELFFrameSection("cfitest-" name, ".debug_frame", section);
92 #define PERHAPS_WRITE_EH_FRAME_FILE(name, section) \ argument
93 WriteELFFrameSection("cfitest-" name, ".eh_frame", section);
95 #define PERHAPS_WRITE_DEBUG_FRAME_FILE(name, section) argument
96 #define PERHAPS_WRITE_EH_FRAME_FILE(name, section) argument
123 MockCallFrameErrorReporter() : Reporter("mock filename", "mock section") { } in MockCallFrameErrorReporter()
[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/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…
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_b… in fn_bad_seg()
24 …g") // expected-warning {{expected push, pop or a string literal for the section name in '#pragma …
25 #pragma bss_seg(1) // expected-warning {{expected push, pop or a string literal for the section nam…
28 …// expected-warning {{expected a stack label or a string literal for the section name in '#pragma …
30 #pragma bss_seg(push, my_label, 1) // expected-warning {{expected a string literal for the section
34 #pragma section // expected-warning {{missing '(' after '#pragma section' - ignoring}}
35 #pragma section( // expected-warning {{expected a string literal for the section name in '#pragma s…
[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/MachO/
Dx86_64-symbols.s6 .section __TEXT,__text,regular,pure_instructions
120 // .section __TEXT,__picsymbolstub4,symbol_stubs,none,16
124 .section foo, bar
134 // CHECK-NEXT: Type: Section (0xE)
135 // CHECK-NEXT: Section: __text (0x1)
143 // CHECK-NEXT: Type: Section (0xE)
144 // CHECK-NEXT: Section: __text (0x1)
152 // CHECK-NEXT: Type: Section (0xE)
153 // CHECK-NEXT: Section: __const (0x2)
161 // CHECK-NEXT: Type: Section (0xE)
[all …]
/external/elfutils/src/libebl/
Deblsectionname.c1 /* Return section name.
39 ebl_section_name (ebl, section, xsection, buf, len, scnnames, shnum) in ebl_section_name() argument
41 int section;
48 const char *res = ebl != NULL ? ebl->section_name (section, xsection,
53 if (section == SHN_UNDEF)
55 else if (section == SHN_ABS)
57 else if (section == SHN_COMMON)
59 else if (section == SHN_BEFORE)
61 else if (section == SHN_AFTER)
63 else if ((section < SHN_LORESERVE || section == SHN_XINDEX)
[all …]
/external/llvm/test/CodeGen/X86/
Dosx-private-labels.ll8 ; CHECK: .section __TEXT,__cstring,cstring_literals
13 ; CHECK: .section __TEXT,__ustring
20 …stant %struct.NSConstantString { i32* null, i32 1992, i8* null, i32 0 }, section "__DATA,__cfstrin…
21 ; CHECK: .section __DATA,__cfstring
25 ; There is no dedicated 1 or 2 byte constant section on MachO.
28 ; CHECK: .section __TEXT,__literal4,4byte_literals
33 ; CHECK: .section __TEXT,__literal8,8byte_literals
38 ; CHECK: .section __TEXT,__literal16,16byte_literals
43 @private7 = private global %struct._objc_class* null, section "__OBJC,__cls_refs,literal_pointers,n…
44 ; CHECK: .section __OBJC,__cls_refs,literal_pointers,no_dead_strip
[all …]
/external/google-breakpad/src/common/linux/
Dsynth_elf.h60 using test_assembler::Section;
62 // String tables are common in ELF headers, so subclass Section
64 class StringTable : public Section {
67 : Section(endianness) { in Section() function
93 // A Section representing an entire ELF file.
94 class ELF : public Section {
100 // Add the Section section to the section header table and append it
101 // to the file. Returns the index of the section in the section
103 int AddSection(const string& name, const Section& section,
107 // Add a segment containing from section index start to section index end.
[all …]
/external/clang/test/CodeGenObjC/
Dmetadata-symbols-64.m3 // CHECK: @"OBJC_IVAR_$_A._ivar" = global {{.*}} section "__DATA, __objc_ivar", align 8
7 // CHECK: @"OBJC_METACLASS_$_A" = global {{.*}} section "__DATA, __objc_data", align 8
8 // CHECK: @OBJC_CLASS_NAME_{{[0-9]*}} = private global {{.*}} section "__TEXT,__objc_classname,cstr…
9 // CHECK: @OBJC_METH_VAR_NAME_{{[0-9]*}} = private global {{.*}} section "__TEXT,__objc_methname,cs…
10 // CHECK: @OBJC_METH_VAR_TYPE_{{[0-9]*}} = private global {{.*}} section "__TEXT,__objc_methtype,cs…
11 // CHECK: @"\01l_OBJC_$_CLASS_METHODS_A" = private global {{.*}} section "__DATA, __objc_const", al…
12 // CHECK: @"\01l_OBJC_$_PROTOCOL_INSTANCE_METHODS_P" = private global {{.*}} section "__DATA, __obj…
13 // CHECK: @"\01l_OBJC_$_PROTOCOL_CLASS_METHODS_P" = private global {{.*}} section "__DATA, __objc_c…
14 // CHECK: @"\01l_OBJC_PROTOCOL_$_P" = weak hidden global {{.*}} section "__DATA,__datacoal_nt,coale…
15 // CHECK: @"\01l_OBJC_LABEL_PROTOCOL_$_P" = weak hidden global {{.*}} section "__DATA, __objc_proto…
[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/clang/test/CodeGenCXX/
Dsections.cpp34 #pragma section("read_flag_section", read)
36 // in a read-only section.
41 #pragma section("no_section_attributes")
42 // A pragma section with no section attributes is read/write.
45 #pragma section("long_section", long)
46 // Pragma section ignores "long".
49 #pragma section("short_section", short)
50 // Pragma section ignores "short".
55 //CHECK: @a = global i32 1, section ".data"
56 //CHECK: @b = constant i32 1, section ".my_const"
[all …]
/external/elfutils/src/src/
Dld.h137 /* Index of the section header string table section. We use a
140 might be stored in the section header of section zero. The
148 /* Handle for the section. Note that we can store a section
151 assume the section reference remains valid at all times. */
153 /* Section header. */
161 /* Offset of this files section in the combined section. */
163 /* Index of the section in the output file. */
165 /* Index of the output section in the 'allsection' array. */
167 /* True if the section is used. */
169 /* True if section is an unused COMDAT section. */
[all …]

12345678910>>...159