Home
last modified time | relevance | path

Searched refs:section (Results 1 – 25 of 2447) sorted by relevance

12345678910>>...98

/external/elfutils/tests/
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-dwelfgnucompressed.sh82 section 2: GNU Compressed size: 60
83 section 3: GNU Compressed size: aa
84 section 5: GNU Compressed size: 8d
89 section 3: GNU Compressed size: 60
90 section 4: GNU Compressed size: 7e
91 section 6: GNU Compressed size: 8d
96 section 2: GNU Compressed size: 40
97 section 3: GNU Compressed size: 9a
98 section 5: GNU Compressed size: 85
103 section 3: GNU Compressed size: 40
[all …]
/external/google-breakpad/src/common/
Dtest_assembler_unittest.cc733 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()
785 section.Append(s1); in TEST_F()
786 section.Append(s2); in TEST_F()
787 ASSERT_TRUE(section.GetContents(&contents)); in TEST_F()
792 section.AppendCString("howdy"); in TEST_F()
[all …]
/external/elfutils/libebl/
Deblsectionname.c39 ebl_section_name (Ebl *ebl, int section, int xsection, char *buf, size_t len, in ebl_section_name() argument
42 const char *res = ebl != NULL ? ebl->section_name (section, xsection, in ebl_section_name()
47 if (section == SHN_UNDEF) in ebl_section_name()
49 else if (section == SHN_ABS) in ebl_section_name()
51 else if (section == SHN_COMMON) in ebl_section_name()
53 else if (section == SHN_BEFORE) in ebl_section_name()
55 else if (section == SHN_AFTER) in ebl_section_name()
57 else if ((section < SHN_LORESERVE || section == SHN_XINDEX) in ebl_section_name()
58 && (size_t) section < shnum) in ebl_section_name()
60 int idx = section != SHN_XINDEX ? section : xsection; in ebl_section_name()
[all …]
Deblsectiontypename.c39 ebl_section_type_name (Ebl *ebl, int section, char *buf, size_t len) in ebl_section_type_name() argument
41 const char *res = ebl->section_type_name (section, buf, len); in ebl_section_type_name()
68 if ((size_t) section < sizeof (knowntypes) / sizeof (knowntypes[0]) in ebl_section_type_name()
69 && knowntypes[section] != NULL) in ebl_section_type_name()
70 res = knowntypes[section]; in ebl_section_type_name()
72 else if (section >= SHT_LOSUNW && section <= SHT_HISUNW) in ebl_section_type_name()
85 res = sunwtypes[section - SHT_LOSUNW]; in ebl_section_type_name()
89 switch (section) in ebl_section_type_name()
106 if (section >= SHT_LOOS && section <= SHT_HIOS) in ebl_section_type_name()
107 snprintf (buf, len, "SHT_LOOS+%x", section - SHT_LOOS); in ebl_section_type_name()
[all …]
/external/google-breakpad/src/common/dwarf/
Ddwarf2reader_cfi_unittest.cc89 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
197 CFISection section(kBigEndian, 8); in TEST_F() local
198 section in TEST_F()
212 ASSERT_TRUE(section.GetContents(&contents)); in TEST_F()
[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
28 .section s ; .long 1
29 .section s_, "" ; .long 1
30 .section s_a,"a"; .long 1
31 .section s_b,"b"; .long 1
32 .section s_d,"d"; .long 1
[all …]
/external/autotest/client/cros/faft/
Drpc_functions.py31 def wrapper(self, section): argument
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
370 return self._bios_handler.get_section_flags(section)
372 def _bios_set_preamble_flags(self, section, flags): argument
378 version = self._bios_get_version(section)
379 self._bios_handler.set_section_version(section, version, flags,
382 def _bios_get_body_sha(self, section): argument
[all …]
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/pyami/
Dconfig.py92 def save_option(self, path, section, option, value): argument
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)
113 def save_system_option(self, section, option, value): argument
[all …]
/external/autotest/client/cros/faft/utils/
Dflashrom_handler.py156 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():
179 self.image, section.get_sig_name())
181 section.set_version(self.os_if.retrieve_body_version(vb_section))
182 section.set_flags(self.os_if.retrieve_preamble_flags(vb_section))
183 section.set_datakey_version(
185 section.set_kernel_subkey_version(
[all …]
Dkernel_handler.py84 def dump_kernel(self, section, kernel_path): argument
90 dev = self.partition_map[section.upper()]['device']
95 def write_kernel(self, section, kernel_path): argument
101 dev = self.partition_map[section.upper()]['device']
106 def _modify_kernel(self, section, argument
124 self.dump_kernel(section, self.dump_file_name)
155 self.write_kernel(section, kernel_to_write)
157 def corrupt_kernel(self, section): argument
159 self._modify_kernel(section.upper(), self.DELTA)
161 def restore_kernel(self, section): argument
[all …]
/external/llvm/test/MC/ELF/
Dsection.s5 .section .note.GNU-stack,"",@progbits
6 .section .note.GNU-stack2,"",%progbits
7 .section .note.GNU-,"",@progbits
8 .section -.note.GNU,"","progbits"
17 .section .init
18 .section .fini
19 .section .rodata
20 .section zed, ""
83 .section .note.test,"",@note
101 .section .text.foo,"axG",@progbits,foo,comdat
[all …]
/external/chromium-trace/catapult/third_party/coverage/coverage/
Dconfig.py31 def has_option(self, section, option): argument
32 section = self.section_prefix + section
33 return configparser.RawConfigParser.has_option(self, section, option)
35 def has_section(self, section): argument
36 section = self.section_prefix + section
37 return configparser.RawConfigParser.has_section(self, section)
39 def options(self, section): argument
40 section = self.section_prefix + section
41 return configparser.RawConfigParser.options(self, section)
43 def get_section(self, section): argument
[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/clang/test/CodeGenObjC/
Dmetadata-symbols-32.m5 // CHECK: @OBJC_METH_VAR_NAME_{{[0-9]*}} = private global {{.*}}section "__TEXT,__cstring,cstring_l…
6 // CHECK: @OBJC_METH_VAR_TYPE_{{[0-9]*}} = private global {{.*}}section "__TEXT,__cstring,cstring_l…
8 // CHECK-NOT: section
9 // CHECK: @OBJC_CLASS_NAME_{{[0-9]*}} = private global {{.*}}section "__TEXT,__cstring,cstring_lite…
10 // CHECK: @OBJC_PROTOCOL_INSTANCE_METHODS_P = private global {{.*}}section "__OBJC,__cat_inst_meth,…
11 // CHECK: @OBJC_PROTOCOL_CLASS_METHODS_P = private global {{.*}}section "__OBJC,__cat_cls_meth,regu…
12 // CHECK: @OBJC_PROTOCOL_P = private global {{.*}}section "__OBJC,__protocol,regular,no_dead_strip"…
13 // CHECK: @OBJC_CLASS_PROTOCOLS_A = private global {{.*}}section "__OBJC,__cat_cls_meth,regular,no_…
14 // CHECK: @OBJC_CLASS_METHODS_A = private global {{.*}}section "__OBJC,__cls_meth,regular,no_dead_s…
15 // CHECK: @OBJC_METACLASS_A = private global {{.*}}section "__OBJC,__meta_class,regular,no_dead_str…
[all …]
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/autotest/client/common_lib/
Dglobal_config.py102 def _handle_no_value(self, section, key, default): argument
105 (key, section))
111 def get_section_values(self, section): argument
120 cfgparser.add_section(section)
121 for option, value in self.config.items(section):
122 cfgparser.set(section, option, value)
126 def get_config_value(self, section, key, type=str, argument
146 val = self.config.get(section, key)
148 return self._handle_no_value(section, key, default)
151 return self._handle_no_value(section, key, default)
[all …]
/external/clang/utils/
DFindSpecRefs607 section,name = name.split(' ',1)
608 if section == 'Annex':
609 section,name = name.split(' ',1)
610 section = 'Annex '+section
612 section = None
618 spec = SpecIndex.fromstring(section)
626 best = (dist, (section, name, page))
662 section = m.group(2)
664 if section.endswith('.'):
665 section = section[:-1]
[all …]
/external/clang/test/Sema/
Dpragma-section.c14 #pragma section(".my_seg", execute) // expected-note 2 {{#pragma entered her}}
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…
36 #pragma section(L".my_seg") // expected-warning {{expected a string literal for the section name in…
37 #pragma section(".my_seg" // expected-warning {{missing ')' after '#pragma section' - ignoring}}
38 #pragma section(".my_seg" 1 // expected-warning {{missing ')' after '#pragma section' - ignoring}}
39 #pragma section(".my_seg", // expected-warning {{expected action or ')' in '#pragma section' - ign…
40 #pragma section(".my_seg", read) // expected-error {{this causes a section type conflict with a pri…
41 #pragma section(".my_seg", bogus) // expected-warning {{unknown action 'bogus' for '#pragma section…
42 #pragma section(".my_seg", nopage) // expected-warning {{known but unsupported action 'nopage' for …
[all …]
/external/llvm/bindings/python/llvm/tests/
Dtest_object.py19 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()
53 section = symbol.section
[all …]
/external/llvm/test/MC/ARM/
Dbig-endian-arm-fixup.s9 .section s_condbl,"ax",%progbits
16 .section s_uncondbl,"ax",%progbits
23 .section s_blx,"ax",%progbits
30 .section s_uncondbranch,"ax",%progbits
37 .section s_condbranch,"ax",%progbits
44 .section s_arm_pcrel_10,"ax",%progbits
51 .section s_arm_ldst_pcrel_12,"ax",%progbits
58 .section s_arm_adr_pcrel_12,"ax",%progbits
65 .section s_arm_adr_pcrel_10_unscaled,"ax",%progbits
72 .section s_movw,"ax",%progbits
[all …]
Deh-directive-section.s6 @ Check the combination of .section, .fnstart, and .fnend directives.
8 @ For the functions in .text section, the exception handling index (EXIDX)
12 @ For the functions in custom section specified by .section directives,
19 @ .TEST1 section
21 .section .TEST1
34 @ TEST2 section (without the dot in the beginning)
36 .section TEST2
49 @ Check the .TEST1 section.
61 @ Check the .ARM.extab.TEST1 section, the EXTAB of .TEST1 section.
79 @ Check the.ARM.exidx.TEST1 section, the EXIDX of .TEST1 section.
[all …]
/external/llvm/test/MC/AsmParser/
Dsection_names.s3 .section .nobits
5 .section .nobits2
7 .section .nobitsfoo
9 .section .init_array
11 .section .init_array2
13 .section .init_arrayfoo
15 .section .fini_array
17 .section .fini_array2
19 .section .fini_arrayfoo
21 .section .preinit_array
[all …]
/external/dexmaker/src/dx/java/com/android/dx/dex/file/
DMapItem.java38 private final Section section; field in MapItem
80 for (Section section : sections) { in addMap()
86 for (Item item : section.items()) { in addMap()
90 items.add(new MapItem(currentType, section, in addMap()
103 items.add(new MapItem(currentType, section, in addMap()
105 } else if (section == mapSection) { in addMap()
124 private MapItem(ItemType type, Section section, Item firstItem, in MapItem() argument
132 if (section == null) { in MapItem()
149 this.section = section; in MapItem()
161 private MapItem(Section section) { in MapItem() argument
[all …]
/external/v8/tools/testrunner/local/
Dstatusfile.py141 for section in contents:
142 assert type(section) == list
143 assert len(section) == 2
144 if not eval(section[0], variables): continue
145 section = section[1]
146 assert type(section) == dict
147 for rule in section:
150 _ParseOutcomeList(rule, section[rule], wildcards, variables)
152 _ParseOutcomeList(rule, section[rule], rules, variables)
165 for section in contents:
[all …]

12345678910>>...98