Home
last modified time | relevance | path

Searched refs:section_name (Results 1 – 25 of 43) sorted by relevance

12

/external/elfutils/src/
Delflint.c300 section_name (Ebl *ebl, int idx) in section_name() function
592 idx, section_name (ebl, idx)); in check_scn_group()
596 idx, section_name (ebl, idx), in check_scn_group()
597 cnt, section_name (ebl, cnt)); in check_scn_group()
611 idx, section_name (ebl, idx)); in check_symtab()
624 shdr->sh_link, section_name (ebl, shdr->sh_link), in check_symtab()
625 idx, section_name (ebl, idx)); in check_symtab()
648 idx, section_name (ebl, idx)); in check_symtab()
660 idx, section_name (ebl, idx)); in check_symtab()
668 idx, section_name (ebl, idx), 0, elf_errmsg (-1)); in check_symtab()
[all …]
/external/toolchain-utils/cros_utils/
Dperf_diff.py173 def _GetHumanReadableName(self, section_name): argument
174 if not 'raw' in section_name:
175 return section_name
176 raw_number = section_name.strip().split(' ')[-1]
212 for section_name in section_names:
213 if section_name in report.sections:
214 d[section_name] = report.sections[section_name].count
219 for section_name in section_names:
220 function_names = self._GetTopFunctions(section_name, self._num_symbols)
221 self._FindCommonFunctions(section_name)
[all …]
/external/autotest/client/cros/faft/utils/
Dsaft_flashrom_util.py261 def get_section(self, base_image, section_name): argument
266 if section_name not in self.firmware_layout:
268 pos = self.firmware_layout[section_name]
271 section_name)
276 if section_name in ('FVMAIN', 'FVMAINB', 'ECMAINA', 'ECMAINB'):
283 def put_section(self, base_image, section_name, data): argument
289 pos = self.firmware_layout[section_name]
294 if (len(data) < pos[1] - pos[0] + 1 and section_name in
Dflashrom_handler.py458 section_name = 'FV_GBB'
459 gbb_section = self.fum.get_section(self.image, section_name)
465 self.write_partial(section_name, gbb_section, write_through)
/external/u-boot/tools/
Domapimage.c68 const char *section_name; in omapimage_print_section() local
71 section_name = "CHSETTINGS"; in omapimage_print_section()
73 section_name = "UNKNOWNKEY"; in omapimage_print_section()
80 section_name, in omapimage_print_section()
110 toc->section_name, in omapimage_print_header()
136 strcpy((char *)toc->section_name, "CHSETTINGS"); in omapimage_set_header()
Domapimage.h16 uint8_t section_name[12]; member
/external/python/setuptools/setuptools/
Dconfig.py135 for section_name, section_options in options.items():
136 if not section_name.startswith(section_prefix):
139 section_name = section_name.replace(section_prefix, '').strip('.')
140 sections[section_name] = section_options
365 for section_name, section_options in self.sections.items():
368 if section_name: # [section.option] variant
369 method_postfix = '_%s' % section_name
380 self.section_prefix, section_name))
/external/google-breakpad/src/common/linux/
Delfutils.cc44 const char *section_name, in FindElfClassSection() argument
68 FindElfSectionByName<ElfClass>(section_name, section_type, in FindElfClassSection()
122 const char *section_name, in FindElfSection() argument
146 FindElfClassSection<ElfClass32>(elf_base, section_name, section_type, in FindElfSection()
150 FindElfClassSection<ElfClass64>(elf_base, section_name, section_type, in FindElfSection()
Delfutils-inl.h62 const char* section_name = section_names + sections[i].sh_name; in FindElfSectionByName() local
64 names_end - section_name >= name_len + 1 && in FindElfSectionByName()
65 my_strcmp(name, section_name) == 0) { in FindElfSectionByName()
Delfutils.h79 const char *section_name,
/external/perf_data_converter/src/quipper/
Ddso_test_utils.cc76 void WriteElfWithBuildid(string filename, string section_name, string buildid) { in WriteElfWithBuildid() argument
78 std::make_pair(section_name, buildid)}; in WriteElfWithBuildid()
108 const string &section_name = entry.first; in WriteElfWithMultipleBuildids() local
114 section_header.sh_name = string_table.Add(section_name); in WriteElfWithMultipleBuildids()
Ddso_test_utils.h16 void WriteElfWithBuildid(string filename, string section_name, string buildid);
/external/google-breakpad/src/common/solaris/
Dfile_id.cc109 const char *section_name = elf_strptr(elf, elf_header.e_shstrndx, in FindElfTextSection() local
111 if (!section_name) { in FindElfTextSection()
116 if (strcmp(section_name, kTextSectionName) == 0) { in FindElfTextSection()
Ddump_symbols.cc232 const char *section_name = elf_strptr(elf, shstrndx, shdr->sh_name); in FindSectionByName() local
233 if (!section_name) { in FindSectionByName()
238 if (strcmp(section_name, name) == 0) in FindSectionByName()
/external/adhd/cras/src/server/
Dcras_alsa_ucm.c70 struct section_name { struct
72 struct section_name *prev, *next; argument
253 static struct section_name * ucm_get_sections_for_var( in ucm_get_sections_for_var()
260 struct section_name *section_names = NULL, *s_name; in ucm_get_sections_for_var()
282 s_name = (struct section_name *)malloc( in ucm_get_sections_for_var()
283 sizeof(struct section_name)); in ucm_get_sections_for_var()
301 static struct section_name *ucm_get_devices_for_var( in ucm_get_devices_for_var()
307 struct section_name *section_names; in ucm_get_devices_for_var()
552 struct section_name *section_names, *c; in ucm_get_dev_for_jack()
583 struct section_name *section_names, *c; in ucm_get_dev_for_mixer()
[all …]
Dcras_alsa_ucm.h378 const char *section_name, void *arg);
/external/autotest/client/common_lib/
Dsoftware_manager.py439 section_name = 'software_manager' + '_' + generate_random_string(4)
440 if not self.cfgparser.has_section(section_name):
442 self.cfgparser.add_section(section_name)
443 self.cfgparser.set(section_name, 'name',
445 self.cfgparser.set(section_name, 'url', url)
446 self.cfgparser.set(section_name, 'enabled', 1)
447 self.cfgparser.set(section_name, 'gpgcheck', 0)
/external/dynamic_depth/internal/xmpmeta/
Dxmp_parser.cc115 const string& section_name) { in GetExtendedXmpSections() argument
117 extended_header += '\0' + section_name; in GetExtendedXmpSections()
162 const string& section_name, XmpData* xmp_data) { in ParseExtendedXmpSections() argument
164 GetExtendedXmpSections(sections, section_name); in ParseExtendedXmpSections()
/external/freetype/src/tools/docmaker/
Dcontent.py414 def set_section( self, section_name ): argument
416 if not section_name in self.sections:
417 section = DocSection( section_name )
418 self.sections[section_name] = section
421 self.section = self.sections[section_name]
/external/google-breakpad/src/common/mac/
Dmacho_reader.cc465 .CString(&section.section_name, 16) in WalkSegmentSections()
498 reporter_->MisplacedSectionData(section.section_name, in WalkSegmentSections()
519 (*map_)[section.section_name] = section; in HandleSection()
Dmacho_reader_unittest.cc613 SegmentLoadCommand &AppendSectionEntry(const string &section_name, in AppendSectionEntry() argument
617 AppendCString(section_name, 16); in AppendSectionEntry()
1344 Matcher<const string &> section_name, in MatchSection() argument
1351 Field(&Section::section_name, section_name), in MatchSection()
1361 Matcher<const string &> section_name, in MatchSection() argument
1365 Field(&Section::section_name, section_name), in MatchSection()
/external/elfutils/libebl/
Deblsectionname.c42 const char *res = ebl != NULL ? ebl->section_name (section, xsection, in ebl_section_name()
Debl-hooks.h51 const char *EBLHOOK(section_name) (int, int, char *, size_t);
/external/vixl/examples/aarch32/
Ddisasm-a32.cc109 const std::string& section_name) const { in Locate()
112 std::string(shstrtab_ + shdr_[shnum].sh_name) == section_name) { in Locate()
/external/v8/src/wasm/
Dwasm-module.cc263 MaybeHandle<String> section_name = in GetCustomSections() local
267 if (!name->Equals(*section_name.ToHandleChecked())) continue; in GetCustomSections()

12