Home
last modified time | relevance | path

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

12345678910>>...211

/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/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/autotest/client/cros/faft/
Drpc_functions.py28 @param image_operator: Method accepting one section as its argument.
31 def wrapper(self, section): argument
34 @param section: A list of sections of just a section.
36 if type(section) in (tuple, list):
37 for sec in section:
40 image_operator(self, section)
364 def _bios_get_preamble_flags(self, section): argument
365 """Get the preamble flags of a firmware section.
367 @param section: A firmware section, either 'a' or 'b'.
370 return self._bios_handler.get_section_flags(section)
[all …]
/external/harfbuzz_ng/docs/
Dharfbuzz-sections.txt1 <SECTION>
6 </SECTION>
8 <SECTION>
24 </SECTION>
26 <SECTION>
91 </SECTION>
93 <SECTION>
140 </SECTION>
142 <SECTION>
147 </SECTION>
[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/autotest/client/cros/faft/utils/
Dflashrom_handler.py19 """An object to hold information about a firmware section.
87 DELTA = 1 # value to add to a byte to corrupt a section contents
156 for section in self.fv_sections.itervalues():
157 for subsection_name in section.names():
167 blob = self.fum.get_section(self.image, section.get_body_name())
171 section.set_sha(s.hexdigest())
174 if not section.get_sig_name():
177 # Now determine this section's version number.
179 self.image, section.get_sig_name())
181 section.set_version(self.os_if.retrieve_body_version(vb_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/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 …]
Dinvalid.test10 RUN: llvm-readobj -s %p/Inputs/invalid-sh_entsize.elf | FileCheck --check-prefix=SECTION %s
12 SECTION: Name: .dynsym
13 SECTION-NEXT: Type: SHT_DYNSYM
14 SECTION-NEXT: Flags [
15 SECTION-NEXT: SHF_ALLOC
16 SECTION-NEXT: ]
17 SECTION-NEXT: Address:
18 SECTION-NEXT: Offset:
19 SECTION-NEXT: Size:
20 SECTION-NEXT: Link:
[all …]
/external/elfutils/po/
Dzh_CN.po59 msgid "invalid section type for operation"
148 msgid ".debug_line section missing"
152 msgid "invalid .debug_line section"
200 msgid ".debug_ranges section missing"
204 msgid "invalid CFI section"
460 msgid "invalid section index"
468 msgid "invalid section"
484 msgid "cannot manipulate null section"
492 msgid "invalid section header"
505 msgid "section `sh_size' too small for data"
[all …]
Dit.po59 msgid "invalid section type for operation"
148 msgid ".debug_line section missing"
152 msgid "invalid .debug_line section"
200 msgid ".debug_ranges section missing"
204 msgid "invalid CFI section"
460 msgid "invalid section index"
468 msgid "invalid section"
484 msgid "cannot manipulate null section"
492 msgid "invalid section header"
505 msgid "section `sh_size' too small for data"
[all …]
Dfr.po58 msgid "invalid section type for operation"
147 msgid ".debug_line section missing"
151 msgid "invalid .debug_line section"
199 msgid ".debug_ranges section missing"
203 msgid "invalid CFI section"
459 msgid "invalid section index"
467 msgid "invalid section"
483 msgid "cannot manipulate null section"
491 msgid "invalid section header"
504 msgid "section `sh_size' too small for data"
[all …]
Dru.po58 msgid "invalid section type for operation"
147 msgid ".debug_line section missing"
151 msgid "invalid .debug_line section"
199 msgid ".debug_ranges section missing"
203 msgid "invalid CFI section"
459 msgid "invalid section index"
467 msgid "invalid section"
483 msgid "cannot manipulate null section"
491 msgid "invalid section header"
504 msgid "section `sh_size' too small for data"
[all …]
Dnl.po59 msgid "invalid section type for operation"
148 msgid ".debug_line section missing"
152 msgid "invalid .debug_line section"
200 msgid ".debug_ranges section missing"
204 msgid "invalid CFI section"
460 msgid "invalid section index"
468 msgid "invalid section"
484 msgid "cannot manipulate null section"
492 msgid "invalid section header"
505 msgid "section `sh_size' too small for data"
[all …]
Dde.po84 msgid "invalid section type for operation"
177 msgid ".debug_line section missing"
181 msgid "invalid .debug_line section"
229 msgid ".debug_ranges section missing"
234 msgid "invalid CFI section"
414 msgid "corrupt .gnu.prelink_undo section data"
623 msgid "invalid section index"
631 msgid "invalid section"
648 msgid "cannot manipulate null section"
657 msgid "invalid section header"
[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/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/autotest/client/common_lib/
Dglobal_config.py102 def _handle_no_value(self, section, key, default): argument
104 msg = ("Value '%s' not found in section '%s'" %
105 (key, section))
111 def get_section_values(self, section): argument
113 Return a config parser object containing a single section of the
116 @param section: Section we want to turn into a config parser object.
117 @return: ConfigParser() object containing all the contents of section.
120 cfgparser.add_section(section)
121 for option, value in self.config.items(section):
122 cfgparser.set(section, option, value)
[all …]
/external/elfutils/src/
Delflint.c120 /* Index of section header string table. */
123 /* Array to count references in section groups. */
435 ERROR (gettext ("invalid section header table offset\n")); in check_elf_header()
438 ERROR (gettext ("section header table must be present\n")); in check_elf_header()
444 /* Get the header of the zeroth section. The sh_size field in check_elf_header()
445 might contain the section number. */ in check_elf_header()
453 invalid number of section header table entries\n")); in check_elf_header()
461 /* Get the header of the zeroth section. The sh_size field in check_elf_header()
462 might contain the section number. */ in check_elf_header()
469 ERROR (gettext ("invalid section header index\n")); in check_elf_header()
[all …]
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/pyami/
Dconfig.py92 def save_option(self, path, section, option, value): argument
94 Write the specified Section.Option to the config file specified by path.
100 if not config.has_section(section):
101 config.add_section(section)
102 config.set(section, option, value)
106 if not self.has_section(section):
107 self.add_section(section)
108 self.set(section, option, value)
110 def save_user_option(self, section, option, value): argument
111 self.save_option(UserConfigPath, section, option, value)
[all …]

12345678910>>...211