Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/smbfs/examples/
H A Ddot.nsmbrc14 # [section_name]
18 # [section_name]
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ObjectFile/wasm/
H A DObjectFileWasm.cpp305 ConstString section_name; in CreateSections() local
312 section_name = ConstString("code"); in CreateSections()
323 section_name = sect_info.name; in CreateSections()
335 section_name, // Section name. in CreateSections()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp1421 I->section_name = name; in GetSectionHeaderInfo()
1574 if (m_section_headers[i].section_name == ConstString(name)) in GetSectionIndexByName()
1821 ConstString &name = I->section_name; in CreateSections()
2868 const char *section_name = section->GetName().GetCString(); in RelocateSection() local
2870 if (section_name == nullptr) in RelocateSection()
2878 std::string needle = std::string(".rel") + section_name; in RelocateSection()
2879 std::string needlea = std::string(".rela") + section_name; in RelocateSection()
2884 const char *hay_name = I->section_name.GetCString(); in RelocateSection()
3222 const char *section_name = I->section_name.AsCString(""); in DumpELFSectionHeaders() local
3223 if (section_name) in DumpELFSectionHeaders()
[all …]
H A DObjectFileELF.h174 lldb_private::ConstString section_name; member
/freebsd-13.1/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-13.1/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectMemory.cpp1660 ConstString section_name; in DoExecute() local
1667 section_name = section_sp->GetName(); in DoExecute()
1676 name, section_name ? " " : "", section_name); in DoExecute()
/freebsd-13.1/sys/contrib/openzfs/cmd/arc_summary/
H A Darc_summary3498 def isolate_section(section_name, kstats_dict): argument
504 section_data = kstats_dict[section_name]
/freebsd-13.1/crypto/openssl/doc/man5/
H A Dconfig.pod16 starts with a line B<[ section_name ]> and ends when a new section is