/third_party/elfutils/src/ |
H A D | elflint.c | 299 section_name (Ebl *ebl, int idx) in section_name() function 591 idx, section_name (ebl, idx)); in check_scn_group() 595 idx, section_name (ebl, idx), in check_scn_group() 596 cnt, section_name (ebl, cnt)); in check_scn_group() 610 idx, section_name (ebl, idx)); in check_symtab() 623 shdr->sh_link, section_name (ebl, shdr->sh_link), in check_symtab() 624 idx, section_name (ebl, idx)); in check_symtab() 647 idx, section_name (ebl, idx)); in check_symtab() 659 idx, section_name (ebl, idx)); in check_symtab() 663 idx, section_name (eb in check_symtab() [all...] |
H A D | elfclassify.c | 312 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() 338 if (startswith (section_name, ".debug_") in run_classify() 339 || startswith (section_name, ".zdebug_")) in run_classify() 345 if (strcmp (section_name, ".modinfo") == 0) in run_classify() 351 if (strcmp (section_name, ".gnu.linkonce.this_module") == 0) in run_classify()
|
H A D | readelf.c | 1593 section_name (Ebl *ebl, GElf_Shdr *shdr) in section_name() function 5263 elf_ndxscn (scn), section_name (ebl, shdr), in print_debug_abbrev_section() 5333 elf_ndxscn (scn), section_name (ebl, shdr), in print_debug_addr_section() 5581 elf_ndxscn (scn), section_name (ebl, shdr), in print_decoded_aranges_section() 5642 elf_ndxscn (scn), section_name (ebl, shdr), in print_debug_aranges_section() 5658 elf_ndxscn (scn), section_name (ebl, shdr)); in print_debug_aranges_section() 5809 elf_ndxscn (scn), section_name (ebl, shdr), in print_debug_rnglists_section() 5834 elf_ndxscn (scn), section_name (ebl, shdr)); in print_debug_rnglists_section() 6194 elf_ndxscn (scn), section_name (ebl, shdr), in print_debug_ranges_section() 7897 const char *secname = section_name (eb in print_debug_units() [all...] |
/third_party/node/test/fixtures/postject-copy/node_modules/postject/dist/ |
H A D | postject-api.h | 66 char* section_name = NULL; in postject_find_resource() local 77 section_name = (char*)malloc(strlen(name) + 3); in postject_find_resource() 78 if (section_name == NULL) { in postject_find_resource() 81 strcpy(section_name, "__"); in postject_find_resource() 82 strcat(section_name, name); in postject_find_resource() 93 section_name != NULL ? section_name : name, in postject_find_resource() 96 ptr = getsectdata(segment_name, section_name != NULL ? section_name : name, in postject_find_resource() 113 free(section_name); in postject_find_resource() [all...] |
/third_party/node/deps/postject/ |
H A D | postject-api.h | 66 char* section_name = NULL; in postject_find_resource() local 77 section_name = (char*)malloc(strlen(name) + 3); in postject_find_resource() 78 if (section_name == NULL) { in postject_find_resource() 81 strcpy(section_name, "__"); in postject_find_resource() 82 strcat(section_name, name); in postject_find_resource() 93 section_name != NULL ? section_name : name, in postject_find_resource() 96 ptr = getsectdata(segment_name, section_name != NULL ? section_name : name, in postject_find_resource() 113 free(section_name); in postject_find_resource() [all...] |
/third_party/node/deps/openssl/openssl/apps/ |
H A D | fipsinstall.c | 52 {"section_name", OPT_SECTION_NAME, 's', 296 const char *section_name = "fips_sect"; in fipsinstall_main() local 360 section_name = opt_arg(); in fipsinstall_main() 487 if (!verify_config(in_fname, section_name, module_mac, module_mac_len, in fipsinstall_main() 494 conf = generate_config_and_load(prov_name, section_name, module_mac, in fipsinstall_main() 510 if (!write_config_fips_section(fout, section_name, in fipsinstall_main()
|
/third_party/openssl/apps/ |
H A D | fipsinstall.c | 52 {"section_name", OPT_SECTION_NAME, 's', 296 const char *section_name = "fips_sect"; in fipsinstall_main() local 360 section_name = opt_arg(); in fipsinstall_main() 487 if (!verify_config(in_fname, section_name, module_mac, module_mac_len, in fipsinstall_main() 494 conf = generate_config_and_load(prov_name, section_name, module_mac, in fipsinstall_main() 510 if (!write_config_fips_section(fout, section_name, in fipsinstall_main()
|
/third_party/alsa-utils/topology/ |
H A D | pre-process-object.c | 82 const char *section_name, const char *item_name) in tplg_parent_update() 120 if (!strcmp(section_name, "tlv") || !strcmp(section_name, "texts")) { in tplg_parent_update() 122 ret = snd_config_search(cfg, section_name, &item_config); in tplg_parent_update() 124 ret = tplg_config_make_add(&item_config, section_name, in tplg_parent_update() 128 section_name, parent_name); in tplg_parent_update() 136 ret = snd_config_search(cfg, section_name, &item_config); in tplg_parent_update() 138 ret = tplg_config_make_add(&item_config, section_name, in tplg_parent_update() 142 section_name, parent_name); in tplg_parent_update() 881 ret = snd_config_search(tplg_pp->output_cfg, map->section_name, in tplg_build_parent_data() 81 tplg_parent_update(struct tplg_pre_processor *tplg_pp, snd_config_t *parent, const char *section_name, const char *item_name) tplg_parent_update() argument [all...] |
H A D | pre-processor.h | 45 char *section_name; member 88 const char *section_name, const char *item_name);
|
/third_party/libabigail/src/ |
H A D | abg-reporter-priv.h | 191 const string& section_name, 199 const string& section_name,
|
H A D | abg-reporter-priv.cc | 933 /// @param section_name the name of the sub-part of the class to 943 const string& section_name, in report_mem_header() 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() 989 /// @param section_name the name of the sub-part of the class to 997 const string& section_name, in report_mem_header() 1016 out << indent << "there are " << section_name << " " << change << ":\n"; in report_mem_header() 939 report_mem_header(ostream& out, size_t number, size_t num_filtered, diff_kind k, const string& section_name, const string& indent) report_mem_header() argument 995 report_mem_header(ostream& out, diff_kind k, const string& section_name, const string& indent) report_mem_header() argument
|
H A D | abg-elf-helpers.cc | 323 const char* section_name = in find_section_by_name() local 325 if (section_name && name == section_name) in find_section_by_name() 358 const char* section_name = in find_section() local 360 if (section_name && name == section_name) in find_section()
|
H A D | abg-elf-reader.cc | 68 const char *section_name = elf_strptr(elf, in find_alt_dwarf_debug_info_link() local 75 if (section_name != 0 in find_alt_dwarf_debug_info_link() 76 && strcmp(section_name, ".gnu_debugaltlink") == 0) in find_alt_dwarf_debug_info_link()
|
H A D | abg-tools-utils.cc | 2092 std::string section_name = (*section_iter)->get_name(); in gen_suppr_spec_from_kernel_abi_whitelists() local 2093 if (!string_ends_with(section_name, "whitelist")) in gen_suppr_spec_from_kernel_abi_whitelists()
|
/third_party/elfutils/libebl/ |
H A D | eblsectionname.c | 42 const char *res = ebl != NULL ? ebl->section_name (section, xsection, in ebl_section_name()
|
H A D | eblopenbackend.c | 233 result->section_name = default_section_name; in fill_defaults()
|
/third_party/vixl/examples/aarch32/ |
H A D | disasm-a32.cc | 109 const std::string& section_name) const { in Locate() 112 std::string(shstrtab_ + shdr_[shnum].sh_name) == section_name) { in Locate()
|
/third_party/python/Lib/ |
H A D | configparser.py | 125 (section_name, section_proxy) for each section, including DEFAULTSECT. 879 a (section_name, section_proxy) tuple. If no section is present, raise 941 def _write_section(self, fp, section_name, section_items, delimiter): 943 fp.write("[{}]\n".format(section_name)) 945 value = self._interpolation.before_write(self, section_name, key,
|
/third_party/node/deps/v8/src/wasm/ |
H A D | wasm-module.cc | 562 Handle<String> section_name = in GetCustomSections() local 566 if (!name->Equals(*section_name)) continue; in GetCustomSections()
|
/third_party/ffmpeg/fftools/ |
H A D | ffprobe.c | 3630 static int match_section(const char *section_name, in match_section() argument 3637 if (!strcmp(section_name, section->name) || in match_section() 3638 (section->unique_name && !strcmp(section_name, section->unique_name))) { in match_section() 3640 "'%s' matches section with unique name '%s'\n", section_name, in match_section() 3656 char *section_name = av_get_token(&p, "=:"); in opt_show_entries() local 3659 if (!section_name) { in opt_show_entries() 3673 entry, section_name); in opt_show_entries() 3682 ret = match_section(section_name, show_all_entries, entries); in opt_show_entries() 3684 av_log(NULL, AV_LOG_ERROR, "No match for section '%s'\n", section_name); in opt_show_entries() 3688 av_free(section_name); in opt_show_entries() [all...] |
/third_party/elfutils/debuginfod/ |
H A D | debuginfod.cxx | 2985 const char *section_name = elf_strptr (elf, shstrndx, shdr->sh_name); in elf_classify() local 2986 if (section_name == NULL) in elf_classify() 2988 if (startswith (section_name, ".debug_line") || in elf_classify() 2989 startswith (section_name, ".zdebug_line")) in elf_classify() 2996 else if (startswith (section_name, ".debug_") || in elf_classify() 2997 startswith (section_name, ".zdebug_")) in elf_classify()
|
/third_party/musl/ldso/linux/ |
H A D | dynlink.c | 1474 static bool is_section_exist(Ehdr *eh_buf, uint32_t en_size, int fd, char *section_name) in is_section_exist() argument 1534 if (strcmp(shname, section_name) == 0) { in is_section_exist()
|