Home
last modified time | relevance | path

Searched refs:sectname (Results 1 – 25 of 38) sorted by relevance

12

/external/autotest/client/site_tests/firmware_LockedME/
Dfirmware_LockedME.py52 def try_to_rewrite(self, sectname): argument
54 logging.info('Try to write section %s...', sectname)
55 size = os.stat(sectname).st_size
59 '-i' , '%s:newdata' % (sectname),
66 '-i', '%s:%s' % (sectname, sectname),
69 raise error.TestFail('%s is writable, ME is unlocked' % sectname)
87 def check_region_inaccessible(self, sectname): argument
92 logging.info('%s should be all 0xff...' % sectname)
93 with open(sectname, 'rb') as f:
96 err_string = "%s was readable by flashrom" % sectname
[all …]
/external/python/cpython2/Lib/logging/
Dconfig.py120 sectname = "formatter_%s" % form
121 opts = cp.options(sectname)
123 fs = cp.get(sectname, "format", 1)
127 dfs = cp.get(sectname, "datefmt", 1)
132 class_name = cp.get(sectname, "class")
150 sectname = "handler_%s" % hand
151 klass = cp.get(sectname, "class")
152 opts = cp.options(sectname)
154 fmt = cp.get(sectname, "formatter")
161 args = cp.get(sectname, "args")
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/ARM/
Dtls-directives.s8 @ CHECK: sectname __thread_data
12 @ CHECK: sectname __thread_vars
16 @ CHECK: sectname __thread_bss
20 @ CHECK: sectname __thread_ptr
/external/llvm/test/MC/ARM/
Dtls-directives.s8 @ CHECK: sectname __thread_data
12 @ CHECK: sectname __thread_vars
16 @ CHECK: sectname __thread_bss
20 @ CHECK: sectname __thread_ptr
/external/llvm/test/tools/llvm-objdump/ARM/
Dmacho-private-headers.test21 CHECK: sectname __text
34 CHECK: sectname __textcoal_nt
47 CHECK: sectname __const_coal
60 CHECK: sectname __picsymbolstub4
73 CHECK: sectname __StaticInit
86 CHECK: sectname __cstring
155 EXE: sectname __text
168 EXE: sectname __stub_helper
181 EXE: sectname __cstring
194 EXE: sectname __symbolstub1
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-objdump/ARM/
Dmacho-private-headers.test23 CHECK: sectname __text
36 CHECK: sectname __textcoal_nt
49 CHECK: sectname __const_coal
62 CHECK: sectname __picsymbolstub4
75 CHECK: sectname __StaticInit
88 CHECK: sectname __cstring
157 EXE: sectname __text
170 EXE: sectname __stub_helper
183 EXE: sectname __cstring
196 EXE: sectname __symbolstub1
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-objdump/X86/
Dmacho-private-headers.test45 CHECK: sectname __text
58 CHECK: sectname __cstring
71 CHECK: sectname __compact_unwind
84 CHECK: sectname __eh_frame
153 EXE: sectname __text
166 EXE: sectname __stubs
179 EXE: sectname __stub_helper
192 EXE: sectname __cstring
205 EXE: sectname __unwind_info
218 EXE: sectname __eh_frame
[all …]
/external/llvm/test/tools/llvm-objdump/X86/
Dmacho-private-headers.test43 CHECK: sectname __text
56 CHECK: sectname __cstring
69 CHECK: sectname __compact_unwind
82 CHECK: sectname __eh_frame
151 EXE: sectname __text
164 EXE: sectname __stubs
177 EXE: sectname __stub_helper
190 EXE: sectname __cstring
203 EXE: sectname __unwind_info
216 EXE: sectname __eh_frame
[all …]
/external/llvm/test/tools/llvm-objdump/AArch64/
Dmacho-private-headers.test21 CHECK: sectname __text
34 CHECK: sectname __cstring
108 EXE: sectname __text
121 EXE: sectname __stubs
134 EXE: sectname __stub_helper
147 EXE: sectname __cstring
160 EXE: sectname __unwind_info
185 EXE: sectname __got
198 EXE: sectname __la_symbol_ptr
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-objdump/AArch64/
Dmacho-private-headers.test21 CHECK: sectname __text
34 CHECK: sectname __cstring
108 EXE: sectname __text
121 EXE: sectname __stubs
134 EXE: sectname __stub_helper
147 EXE: sectname __cstring
160 EXE: sectname __unwind_info
185 EXE: sectname __got
198 EXE: sectname __la_symbol_ptr
/external/python/cpython3/Lib/
Dconfigparser.py1009 sectname = None
1061 sectname = mo.group('header')
1062 if sectname in self._sections:
1063 if self._strict and sectname in elements_added:
1064 raise DuplicateSectionError(sectname, fpname,
1066 cursect = self._sections[sectname]
1067 elements_added.add(sectname)
1068 elif sectname == self.default_section:
1072 self._sections[sectname] = cursect
1073 self._proxies[sectname] = SectionProxy(self, sectname)
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/tools/yaml2obj/
Dyaml2macho.cpp101 memcpy(reinterpret_cast<void *>(&TempSec.sectname[0]), &Sec.sectname[0], 16); in constructSection()
287 if (0 == strncmp(&Sec.sectname[0], "__debug_str", 16)) { in writeSectionData()
289 } else if (0 == strncmp(&Sec.sectname[0], "__debug_abbrev", 16)) { in writeSectionData()
291 } else if (0 == strncmp(&Sec.sectname[0], "__debug_aranges", 16)) { in writeSectionData()
293 } else if (0 == strncmp(&Sec.sectname[0], "__debug_pubnames", 16)) { in writeSectionData()
296 } else if (0 == strncmp(&Sec.sectname[0], "__debug_pubtypes", 16)) { in writeSectionData()
299 } else if (0 == strncmp(&Sec.sectname[0], "__debug_info", 16)) { in writeSectionData()
301 } else if (0 == strncmp(&Sec.sectname[0], "__debug_line", 16)) { in writeSectionData()
/external/python/cpython2/Lib/
DConfigParser.py499 sectname = mo.group('header')
500 if sectname in self._sections:
501 cursect = self._sections[sectname]
502 elif sectname == DEFAULTSECT:
506 cursect['__name__'] = sectname
507 self._sections[sectname] = cursect
/external/python/cpython3/Lib/logging/
Dconfig.py111 sectname = "formatter_%s" % form
112 fs = cp.get(sectname, "format", raw=True, fallback=None)
113 dfs = cp.get(sectname, "datefmt", raw=True, fallback=None)
114 stl = cp.get(sectname, "style", raw=True, fallback='%')
116 class_name = cp[sectname].get("class")
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-size/
Dllvm-size.cpp240 << format("%.16s", &Sec.sectname) << "): "; in printDarwinSectionSizes()
242 outs() << "\tSection " << format("%.16s", &Sec.sectname) << ": "; in printDarwinSectionSizes()
267 << format("%.16s", &Sec.sectname) << "): "; in printDarwinSectionSizes()
269 outs() << "\tSection " << format("%.16s", &Sec.sectname) << ": "; in printDarwinSectionSizes()
/external/llvm/tools/llvm-size/
Dllvm-size.cpp230 << format("%.16s", &Sec.sectname) << "): "; in printDarwinSectionSizes()
232 outs() << "\tSection " << format("%.16s", &Sec.sectname) << ": "; in printDarwinSectionSizes()
257 << format("%.16s", &Sec.sectname) << "): "; in printDarwinSectionSizes()
259 outs() << "\tSection " << format("%.16s", &Sec.sectname) << ": "; in printDarwinSectionSizes()
/external/swiftshader/third_party/LLVM/include/llvm/Support/
DMachO.h334 char sectname[16]; member
348 char sectname[16]; member
/external/llvm/lib/ObjectYAML/
DMachOYAML.cpp254 IO.mapRequired("sectname", Section.sectname); in mapping()
418 IO.mapRequired("sectname", Section.sectname); in mapping()
433 IO.mapRequired("sectname", Section.sectname); in mapping()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/
DMachOYAML.cpp279 IO.mapRequired("sectname", Section.sectname); in mapping()
435 IO.mapRequired("sectname", Section.sectname); in mapping()
450 IO.mapRequired("sectname", Section.sectname); in mapping()
/external/v8/src/
Dgdb-jit.cc203 char sectname[16]; member
253 memset(header->sectname, 0, sizeof(header->sectname)); in PopulateHeader()
255 DCHECK(strlen(name_) < sizeof(header->sectname)); in PopulateHeader()
257 strncpy(header->sectname, name_, sizeof(header->sectname)); in PopulateHeader()
/external/llvm/tools/obj2yaml/
Dmacho2yaml.cpp55 memcpy(reinterpret_cast<void *>(&TempSec.sectname[0]), &Sec.sectname[0], 16); in constructSectionCommon()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/obj2yaml/
Dmacho2yaml.cpp60 memcpy(reinterpret_cast<void *>(&TempSec.sectname[0]), &Sec.sectname[0], 16); in constructSectionCommon()
/external/llvm/tools/yaml2obj/
Dyaml2macho.cpp96 memcpy(reinterpret_cast<void *>(&TempSec.sectname[0]), &Sec.sectname[0], 16); in constructSection()
/external/python/cpython2/Doc/tools/extensions/
Dpyspecific.py183 docname, labelid, sectname = self.env.domaindata['std']['labels'][label]
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ObjectYAML/
DMachOYAML.h31 char sectname[16]; member

12