/external/autotest/client/site_tests/firmware_LockedME/ |
D | firmware_LockedME.py | 60 def try_to_rewrite(self, sectname): argument 62 logging.info('Try to write section %s...', sectname) 63 size = os.stat(sectname).st_size 67 '-i' , '%s:%s' % (sectname, self.RANDOM_FILE), 71 '-i', '%s:%s' % (sectname, self.FLASHED_FILE))) 77 '-i', '%s:%s' % (sectname, sectname), 80 raise error.TestFail('%s is writable, ME is unlocked' % sectname) 98 def check_region_inaccessible(self, sectname): argument 101 self.try_to_rewrite(sectname) 165 for sectname in inaccessible_sections: [all …]
|
/external/llvm-project/lld/MachO/ |
D | ObjC.cpp | 26 StringRef sectname(sec.sectname, in hasObjCSection() local 27 strnlen(sec.sectname, sizeof(sec.sectname))); in hasObjCSection() 29 if ((segname == segment_names::data && sectname == "__objc_catlist") || in hasObjCSection() 30 (segname == segment_names::text && sectname == "__swift")) { in hasObjCSection()
|
/external/llvm-project/llvm/test/tools/llvm-dwarfdump/X86/ |
D | section_sizes_macho.test | 50 - sectname: .debug_line 63 - sectname: __debug_str 75 - sectname: __debug_abbrev 87 - sectname: __debug_info 116 - sectname: __apple_names 129 - sectname: __apple_objc 142 - sectname: __apple_namespac 155 - sectname: __apple_types 168 - sectname: __compact_unwind 190 - sectname: __eh_frame [all …]
|
/external/python/cpython2/Lib/logging/ |
D | config.py | 120 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/llvm-project/llvm/test/MC/ARM/ |
D | tls-directives.s | 8 @ CHECK: sectname __thread_data 12 @ CHECK: sectname __thread_vars 16 @ CHECK: sectname __thread_bss 20 @ CHECK: sectname __thread_ptr
|
/external/llvm/test/MC/ARM/ |
D | tls-directives.s | 8 @ 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/ |
D | macho-private-headers.test | 21 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/llvm-project/llvm/test/tools/llvm-objcopy/MachO/ |
D | basic-little-endian-64-copy.test | 29 - sectname: __text 41 - sectname: __cstring 53 - sectname: __compact_unwind 65 - sectname: __eh_frame
|
D | basic-big-endian-64-copy.test | 29 - sectname: __text 41 - sectname: __cstring 53 - sectname: __compact_unwind 65 - sectname: __eh_frame
|
D | basic-little-endian-32-copy.test | 28 - sectname: __text 40 - sectname: __compact_unwind 52 - sectname: __eh_frame
|
D | basic-big-endian-32-copy.test | 28 - sectname: __text 40 - sectname: __compact_unwind 52 - sectname: __eh_frame
|
D | remove-section-dead-symbols.test | 42 - sectname: __text 55 - sectname: __data 68 - sectname: C
|
D | relocations.test | 39 - sectname: __text 52 - sectname: __foo 65 - sectname: __bar
|
D | dump-section.test | 47 - sectname: __text 59 - sectname: __data 71 - sectname: __const
|
D | basic-executable-copy.test | 43 - sectname: __text 55 - sectname: __unwind_info 79 - sectname: __data 91 - sectname: __common
|
D | segments-vmsize.test | 57 - sectname: __text 70 - sectname: __unwind_info 95 - sectname: __data 108 - sectname: __bss
|
/external/llvm-project/llvm/test/tools/llvm-objdump/MachO/ARM/ |
D | private-headers.test | 23 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/llvm/test/tools/llvm-objdump/X86/ |
D | macho-private-headers.test | 43 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-project/llvm/test/tools/llvm-objdump/MachO/ |
D | private-headers.test | 47 CHECK: sectname __text 60 CHECK: sectname __cstring 73 CHECK: sectname __compact_unwind 86 CHECK: sectname __eh_frame 155 EXE: sectname __text 168 EXE: sectname __stubs 181 EXE: sectname __stub_helper 194 EXE: sectname __cstring 207 EXE: sectname __unwind_info 220 EXE: sectname __eh_frame [all …]
|
/external/llvm-project/llvm/test/tools/llvm-objdump/MachO/AArch64/ |
D | macho-private-headers.test | 21 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/llvm/test/tools/llvm-objdump/AArch64/ |
D | macho-private-headers.test | 21 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/llvm-project/llvm/test/tools/llvm-readobj/MachO/ |
D | sections.test | 53 - sectname: '' 65 - sectname: '' 77 - sectname: '' 89 - sectname: '' 101 - sectname: '' 113 - sectname: '' 125 - sectname: '' 137 - sectname: '' 149 - sectname: '' 161 - sectname: '' [all …]
|
/external/llvm-project/llvm/test/tools/llvm-size/ |
D | darwin-m.test | 53 - sectname: __text 65 - sectname: __data 100 - sectname: __text 112 - sectname: __data
|
/external/llvm-project/lld/test/MachO/ |
D | headerpad.s | 18 # PADx: sectname __text 32 # PAD0: sectname __text 48 # PAD11: sectname __text 69 # PADMAX: sectname __text 83 # PADOVR: sectname __text
|
/external/python/cpython3/Lib/ |
D | configparser.py | 1012 sectname = None 1064 sectname = mo.group('header') 1065 if sectname in self._sections: 1066 if self._strict and sectname in elements_added: 1067 raise DuplicateSectionError(sectname, fpname, 1069 cursect = self._sections[sectname] 1070 elements_added.add(sectname) 1071 elif sectname == self.default_section: 1075 self._sections[sectname] = cursect 1076 self._proxies[sectname] = SectionProxy(self, sectname) [all …]
|