Home
last modified time | relevance | path

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

123

/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()
664 idx, section_name (ebl, idx)); in check_symtab()
[all …]
Delfclassify.c312 const char *section_name = elf_strptr (elf, shstrndx, shdr->sh_name); in run_classify() local
313 if (section_name == NULL) in run_classify()
320 section_name, shdr->sh_type); in run_classify()
340 if (strncmp (section_name, debug_prefix, strlen (debug_prefix)) == 0 in run_classify()
341 || strncmp (section_name, zdebug_prefix, in run_classify()
348 if (strcmp (section_name, ".modinfo") == 0) in run_classify()
354 if (strcmp (section_name, ".gnu.linkonce.this_module") == 0) in run_classify()
/external/toolchain-utils/cros_utils/
Dperf_diff.py178 def _GetHumanReadableName(self, section_name): argument
179 if not 'raw' in section_name:
180 return section_name
181 raw_number = section_name.strip().split(' ')[-1]
217 for section_name in section_names:
218 if section_name in report.sections:
219 d[section_name] = report.sections[section_name].count
224 for section_name in section_names:
225 function_names = self._GetTopFunctions(section_name, self._num_symbols)
226 self._FindCommonFunctions(section_name)
[all …]
/external/autotest/client/cros/faft/utils/
Dsaft_flashrom_util.py239 def get_section(self, base_image, section_name): argument
244 if section_name not in self.firmware_layout:
246 pos = self.firmware_layout[section_name]
249 'INTERNAL ERROR: invalid layout map: %s.' % section_name)
254 if section_name in ('FVMAIN', 'FVMAINB', 'ECMAINA', 'ECMAINB'):
261 def put_section(self, base_image, section_name, data): argument
267 pos = self.firmware_layout[section_name]
273 and section_name in ('FVMAIN', 'FVMAINB', 'ECMAINA',
/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-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.cc44 const char *section_name, in FindElfClassSection() argument
68 FindElfSectionByName<ElfClass>(section_name, section_type, in FindElfClassSection()
121 const char *section_name, in FindElfSection() argument
140 FindElfClassSection<ElfClass32>(elf_base, section_name, section_type, in FindElfSection()
144 FindElfClassSection<ElfClass64>(elf_base, section_name, section_type, in FindElfSection()
/external/openscreen/testing/libfuzzer/
Dgen_fuzzer_config.py17 def AddSectionOptions(config, section_name, options): argument
27 config.add_section(section_name)
32 config.set(section_name, *option_and_value)
/external/arm-trusted-firmware/include/arch/aarch64/
Dasm_macros.S72 .macro vector_base label, section_name=.vectors argument
73 .section \section_name, "ax"
85 .macro vector_entry label, section_name=.vectors argument
87 .section \section_name, "ax"
/external/google-breakpad/src/common/dwarf/
Delf_reader.cc724 const char *GetSectionContentsByName(const string &section_name, in GetSectionContentsByName() argument
732 if (name != NULL && ElfReader::SectionNamesMatch(section_name, name)) { in GetSectionContentsByName()
747 const char *GetSectionInfoByName(const string &section_name, in GetSectionInfoByName() argument
755 if (name != NULL && ElfReader::SectionNamesMatch(section_name, name)) { in GetSectionInfoByName()
1182 const char *ElfReader::GetSectionByName(const string &section_name, in GetSectionByName() argument
1185 return GetImpl32()->GetSectionContentsByName(section_name, size); in GetSectionByName()
1187 return GetImpl64()->GetSectionContentsByName(section_name, size); in GetSectionByName()
1193 const char *ElfReader::GetSectionInfoByName(const string &section_name, in GetSectionInfoByName() argument
1196 return GetImpl32()->GetSectionInfoByName(section_name, info); in GetSectionInfoByName()
1198 return GetImpl64()->GetSectionInfoByName(section_name, info); in GetSectionInfoByName()
Delf_reader.h114 const char *GetSectionByName(const string &section_name, size_t *size);
132 const char *GetSectionInfoByName(const string &section_name,
/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()
/external/linux-kselftest/tools/testing/selftests/bpf/
Dflow_dissector_load.h10 const char *section_name, in bpf_flow_load() argument
26 main_prog = bpf_object__find_program_by_title(*obj, section_name); in bpf_flow_load()
/external/autotest/client/common_lib/
Dsoftware_manager.py441 section_name = 'software_manager' + '_' + generate_random_string(4)
442 if not self.cfgparser.has_section(section_name):
444 self.cfgparser.add_section(section_name)
445 self.cfgparser.set(section_name, 'name',
447 self.cfgparser.set(section_name, 'url', url)
448 self.cfgparser.set(section_name, 'enabled', 1)
449 self.cfgparser.set(section_name, 'gpgcheck', 0)
/external/adhd/cras/src/server/
Dcras_alsa_ucm.c73 struct section_name { struct
75 struct section_name *prev, *next; argument
257 static struct section_name *
263 struct section_name *section_names = NULL, *s_name; in ucm_get_sections_for_var()
285 s_name = (struct section_name *)malloc( in ucm_get_sections_for_var()
286 sizeof(struct section_name)); in ucm_get_sections_for_var()
304 static struct section_name *
309 struct section_name *section_names; in ucm_get_devices_for_var()
617 struct section_name *section_names, *c; in ucm_get_dev_for_jack()
649 struct section_name *section_names = NULL, *c; in ucm_get_dev_for_mixer()
[all …]
/external/rust/crates/ring/tests/
Ddigest_tests.rs72 let section_name = &format!("L = {}", digest_alg.output_len); in run_known_answer_test() localVariable
74 assert_eq!(section_name, section); in run_known_answer_test()
147 let section_name = &format!("L = {}", digest_alg.output_len); in run_monte_carlo_test() localVariable
153 assert_eq!(section_name, section); in run_monte_carlo_test()
/external/pigweed/pw_preprocessor/
Dconcat_test.cc52 #define _PW_OUTER_MACRO(section_name) \ argument
53 _PW_TEST_SECTION(PW_STRINGIFY(PW_CONCAT(section_name, _PW_TEST_NUMBER)))
/external/dynamic_depth/internal/xmpmeta/
Dxmp_parser.cc116 const string& section_name) { in GetExtendedXmpSections() argument
118 extended_header += '\0' + section_name; in GetExtendedXmpSections()
163 const string& section_name, XmpData* xmp_data) { in ParseExtendedXmpSections() argument
165 GetExtendedXmpSections(sections, section_name); in ParseExtendedXmpSections()
/external/llvm-project/lldb/source/Plugins/ObjectFile/wasm/
DObjectFileWasm.cpp268 ConstString section_name; in CreateSections() local
275 section_name = ConstString("code"); in CreateSections()
308 section_name = sect_info.name; in CreateSections()
320 section_name, // Section name. in CreateSections()
/external/libabigail/src/
Dabg-reporter-priv.h191 const string& section_name,
199 const string& section_name,
Dabg-reporter-priv.cc943 const string& section_name, in report_mem_header() argument
966 out << indent << "no " << section_name << " " << change; in report_mem_header()
970 out << indent << "1 " << section_name << " " << change; in report_mem_header()
972 out << indent << net_number << " " << section_name in report_mem_header()
997 const string& section_name, in report_mem_header() argument
1016 out << indent << "there are " << section_name << " " << change << ":\n"; in report_mem_header()
/external/llvm-project/lldb/source/Plugins/ObjectFile/Mach-O/
DObjectFileMachO.cpp1395 ConstString section_name) { in GetSectionType() argument
1434 if (section_name == g_sect_name_dwarf_debug_abbrev) in GetSectionType()
1436 if (section_name == g_sect_name_dwarf_debug_aranges) in GetSectionType()
1438 if (section_name == g_sect_name_dwarf_debug_frame) in GetSectionType()
1440 if (section_name == g_sect_name_dwarf_debug_info) in GetSectionType()
1442 if (section_name == g_sect_name_dwarf_debug_line) in GetSectionType()
1444 if (section_name == g_sect_name_dwarf_debug_loc) in GetSectionType()
1446 if (section_name == g_sect_name_dwarf_debug_loclists) in GetSectionType()
1448 if (section_name == g_sect_name_dwarf_debug_macinfo) in GetSectionType()
1450 if (section_name == g_sect_name_dwarf_debug_names) in GetSectionType()
[all …]
/external/llvm-project/lldb/tools/lldb-vscode/
DJSONUtils.cpp334 llvm::StringRef section_name(section.GetName()); in GetDebugInfoSizeInSection() local
335 if (section_name.startswith(".debug") || section_name.startswith("__debug") || in GetDebugInfoSizeInSection()
336 section_name.startswith(".apple") || section_name.startswith("__apple")) in GetDebugInfoSizeInSection()
/external/google-breakpad/src/common/mac/
Dmacho_reader.cc468 .CString(&section.section_name, 16) in WalkSegmentSections()
521 reporter_->MisplacedSectionData(section.section_name, in WalkSegmentSections()
542 (*map_)[section.section_name] = section; in HandleSection()
/external/elfutils/libebl/
Deblsectionname.c42 const char *res = ebl != NULL ? ebl->section_name (section, xsection, in ebl_section_name()

123