Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/util/
H A Dmk-fipsmodule-cnf.pl33 my $section_name = "fips_sect";
37 "section_name=s" => \$section_name)
56 [$section_name]
/freebsd/sys/dev/qat/qat_common/
H A Dadf_cfg_section.h12 const char *section_name,
16 const char *section_name,
H A Dadf_cfg.c320 const char *section_name, in adf_cfg_add_key_value_param() argument
329 adf_cfg_sec_find(accel_dev, section_name); in adf_cfg_add_key_value_param()
364 if (adf_cfg_key_val_get(accel_dev, section_name, key, temp_val) == 0) { in adf_cfg_add_key_value_param()
458 const char *section_name, in adf_cfg_remove_key_param() argument
463 adf_cfg_sec_find(accel_dev, section_name); in adf_cfg_remove_key_param()
525 const char *section_name, in adf_cfg_restore_key_value_param() argument
533 adf_cfg_sec_find(accel_dev, section_name); in adf_cfg_restore_key_value_param()
H A Dadf_fw_counters.c23 const char *section_name,
319 const char *section_name, in adf_fw_counters_add_key_value_param() argument
329 section_name, in adf_fw_counters_add_key_value_param()
/freebsd/sys/dev/qat/include/common/
H A Dadf_cfg.h50 const char *section_name,
68 const char *section_name,
/freebsd/contrib/smbfs/examples/
H A Ddot.nsmbrc14 # [section_name]
18 # [section_name]
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/wasm/
H A DObjectFileWasm.cpp302 ConstString section_name; in CreateSections() local
309 section_name = ConstString("code"); in CreateSections()
320 section_name = sect_info.name; in CreateSections()
332 section_name, // Section name. in CreateSections()
/freebsd/crypto/openssl/apps/
H A Dfipsinstall.c91 { "section_name", OPT_SECTION_NAME, 's',
621 const char *section_name = "fips_sect"; in fipsinstall_main()
776 section_name = opt_arg(); in fipsinstall_main()
912 if (!verify_config(in_fname, section_name, module_mac, module_mac_len, in fipsinstall_main()
918 conf = generate_config_and_load(prov_name, section_name, module_mac, in fipsinstall_main()
943 if (!write_config_fips_section(fout, section_name, in self_test_events()
575 const char *section_name = "fips_sect"; fipsinstall_main() local
/freebsd/sys/dev/qat/qat_api/qat_direct/include/
H A Dicp_adf_cfg.h114 const char *section_name,
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp1504 I->section_name = name; in GetSectionHeaderInfo()
1657 if (m_section_headers[i].section_name == ConstString(name)) in GetSectionIndexByName()
1729 return GetSectionTypeFromName(H.section_name.GetStringRef()); in GetSectionType()
1947 ConstString &name = I->section_name; in CreateSections()
3123 const char *section_name = section->GetName().GetCString(); in RelocateSection() local
3125 if (section_name == nullptr) in RelocateSection()
3129 if (strncmp(section_name, debug_prefix, strlen(debug_prefix))) in RelocateSection()
3133 std::string needle = std::string(".rel") + section_name; in RelocateSection()
3134 std::string needlea = std::string(".rela") + section_name; in RelocateSection()
3139 const char *hay_name = I->section_name.GetCString(); in RelocateSection()
[all …]
H A DObjectFileELF.h179 lldb_private::ConstString section_name; member
/freebsd/contrib/elftoolchain/size/
H A Dsize.c707 char *section_name; in sysv_calc() local
709 section_name = elf_strptr(elf, elfhdr->e_shstrndx, in sysv_calc()
716 tbl_print(section_name, 0); in sysv_calc()
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectMemory.cpp1645 ConstString section_name; in DumpRegion() local
1652 section_name = section_sp->GetName(); in DumpRegion()
1662 name, section_name ? " " : "", section_name); in DumpRegion()
/freebsd/sys/contrib/openzfs/cmd/
H A Dzarcsummary485 def isolate_section(section_name, kstats_dict): argument
491 section_data = kstats_dict[section_name]
/freebsd/crypto/openssl/providers/
H A Dbuild.info120 -module $(FIPSMODULE) -section_name fips_sect -key $(FIPSKEY)
/freebsd/crypto/openssl/doc/man1/
H A Dopenssl-fipsinstall.pod.in16 [B<-section_name> I<sectionname>]
133 =item B<-section_name> I<sectionname>