HomeSort by relevance Sort by last modified time
    Searched full:sectname (Results 1 - 25 of 43) sorted by null

1 2

  /external/autotest/client/site_tests/firmware_LockedME/
firmware_LockedME.py 36 def try_to_rewrite(self, sectname):
38 logging.info('Try to write section %s...', sectname)
39 size = os.stat(sectname).st_size
43 '-i' , '%s:newdata' % (sectname),
49 '-i', '%s:%s' % (sectname, sectname),
52 raise error.TestFail('%s is writable, ME is unlocked' % sectname)
  /external/llvm/test/tools/llvm-objdump/ARM/
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 __symbolstub
    [all...]
  /external/v8/tools/gyp/test/mac/
gyptest-ldflags.py 40 # -sectcreate segname sectname file
67 # -sectorder segname sectname orderfile
  /external/llvm/test/tools/llvm-objdump/AArch64/
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
  /prebuilts/gdb/darwin-x86/lib/python2.7/logging/
config.py 113 sectname = "formatter_%s" % form
114 opts = cp.options(sectname)
116 fs = cp.get(sectname, "format", 1)
120 dfs = cp.get(sectname, "datefmt", 1)
125 class_name = cp.get(sectname, "class")
143 sectname = "handler_%s" % hand
144 klass = cp.get(sectname, "class")
145 opts = cp.options(sectname)
147 fmt = cp.get(sectname, "formatter")
154 args = cp.get(sectname, "args"
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/logging/
config.py 113 sectname = "formatter_%s" % form
114 opts = cp.options(sectname)
116 fs = cp.get(sectname, "format", 1)
120 dfs = cp.get(sectname, "datefmt", 1)
125 class_name = cp.get(sectname, "class")
143 sectname = "handler_%s" % hand
144 klass = cp.get(sectname, "class")
145 opts = cp.options(sectname)
147 fmt = cp.get(sectname, "formatter")
154 args = cp.get(sectname, "args"
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/logging/
config.py 113 sectname = "formatter_%s" % form
114 opts = cp.options(sectname)
116 fs = cp.get(sectname, "format", 1)
120 dfs = cp.get(sectname, "datefmt", 1)
125 class_name = cp.get(sectname, "class")
143 sectname = "handler_%s" % hand
144 klass = cp.get(sectname, "class")
145 opts = cp.options(sectname)
147 fmt = cp.get(sectname, "formatter")
154 args = cp.get(sectname, "args"
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/logging/
config.py 113 sectname = "formatter_%s" % form
114 opts = cp.options(sectname)
116 fs = cp.get(sectname, "format", 1)
120 dfs = cp.get(sectname, "datefmt", 1)
125 class_name = cp.get(sectname, "class")
143 sectname = "handler_%s" % hand
144 klass = cp.get(sectname, "class")
145 opts = cp.options(sectname)
147 fmt = cp.get(sectname, "formatter")
154 args = cp.get(sectname, "args"
    [all...]
  /external/llvm/test/tools/llvm-objdump/X86/
macho-private-headers.test 41 CHECK: sectname __text
54 CHECK: sectname __cstring
67 CHECK: sectname __compact_unwind
80 CHECK: sectname __eh_frame
149 EXE: sectname __text
162 EXE: sectname __stubs
175 EXE: sectname __stub_helper
188 EXE: sectname __cstring
201 EXE: sectname __unwind_info
214 EXE: sectname __eh_fram
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
ConfigParser.py 499 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
markupbase.py 150 sectName, j = self._scan_name( i+3, i )
153 if sectName in ("temp", "cdata", "ignore", "include", "rcdata"):
156 elif sectName in ("if", "else", "endif"):
  /prebuilts/gdb/linux-x86/lib/python2.7/
ConfigParser.py 499 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
markupbase.py 150 sectName, j = self._scan_name( i+3, i )
153 if sectName in ("temp", "cdata", "ignore", "include", "rcdata"):
156 elif sectName in ("if", "else", "endif"):
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
ConfigParser.py 499 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
markupbase.py 150 sectName, j = self._scan_name( i+3, i )
153 if sectName in ("temp", "cdata", "ignore", "include", "rcdata"):
156 elif sectName in ("if", "else", "endif"):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
ConfigParser.py 499 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
markupbase.py 150 sectName, j = self._scan_name( i+3, i )
153 if sectName in ("temp", "cdata", "ignore", "include", "rcdata"):
156 elif sectName in ("if", "else", "endif"):
  /toolchain/binutils/binutils-2.25/gas/config/
obj-macho.c 168 obj_mach_o_make_or_get_sect (char * segname, char * sectname,
182 xlat = bfd_mach_o_section_data_for_mach_sect (stdoutput, segname, sectname);
196 segname, sectname);
210 size_t sectlen = strlen (sectname);
216 memcpy (n + seglen + 1, sectname, sectlen);
263 strncpy (msect->sectname, sectname, sizeof (msect->sectname));
314 char sectname[17]; local
321 if (! obj_mach_o_get_section_names (segname, sectname, 17, 17)
449 char sectname[17]; local
    [all...]
  /external/llvm/tools/llvm-objdump/
MachODump.cpp 277 StringRef SectName;
278 Section.getName(SectName);
380 << Sec.sectname << ") "
386 << Sec.sectname << ") " << count << " entries";
408 << Sec.sectname << ") "
414 << Sec.sectname << ") " << count << " entries";
837 StringRef SectName;
838 Sect->getName(SectName);
841 outs() << SegmentName << ":" << SectName << ":";
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
kxia64.h 717 #define beginSection(SectName) .##section .CRT$##SectName,"a","progbits"
718 #define endSection(SectName)
  /toolchain/binutils/binutils-2.25/libiberty/
simple-object-mach-o.c 134 unsigned char sectname[16]; /* Section name. */ member in struct:mach_o_section_32
151 unsigned char sectname[16]; /* Section name. */ member in struct:mach_o_section_64
448 sectname_offset = offsetof (struct mach_o_section_32, sectname);
458 sectname_offset = offsetof (struct mach_o_section_64, sectname);
964 strncpy ((char *) hdr + offsetof (struct mach_o_section_32, sectname),
989 strncpy ((char *) hdr + offsetof (struct mach_o_section_64, sectname),
    [all...]
  /toolchain/binutils/binutils-2.25/include/mach-o/
external.h 43 unsigned char sectname[16]; /* Section name. */ member in struct:mach_o_section_32_external
61 unsigned char sectname[16]; /* Section name. */ member in struct:mach_o_section_64_external
  /external/llvm/tools/llvm-size/
llvm-size.cpp 144 << format("%.16s", &Sec.sectname) << "): ";
146 outs() << "\tSection " << format("%.16s", &Sec.sectname) << ": ";
170 << format("%.16s", &Sec.sectname) << "): ";
172 outs() << "\tSection " << format("%.16s", &Sec.sectname) << ": ";
  /toolchain/binutils/binutils-2.25/bfd/
mach-o.c 299 const char *sectname)
310 if (strncmp (sec->mach_o_name, sectname,
318 if (strncmp (sec->mach_o_name, sectname,
370 SEGNAME and SECTNAME are 16 byte arrays (they do not need to be NUL-
447 memset (section->sectname, 0, BFD_MACH_O_SECTNAME_SIZE + 1);
454 strcpy (section->sectname, xlat->mach_o_name);
478 memcpy (section->sectname, dot + 1, seclen);
479 section->sectname[seclen] = 0;
494 memcpy (section->sectname, name, len);
495 section->sectname[len] = 0
    [all...]
  /external/valgrind/coregrind/m_debuginfo/
readmacho.c 592 DiSlice for the specified (segname, sectname) pairing, if
596 const HChar *segname, const HChar *sectname,
618 if (0 == VG_(strncmp(sect.sectname, sectname,
619 sizeof(sect.sectname)))) {
    [all...]

Completed in 7232 milliseconds

1 2