Home
last modified time | relevance | path

Searched defs:sect_name (Results 1 – 6 of 6) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBSection.cpp82 lldb::SBSection SBSection::FindSubSection(const char *sect_name) { in FindSubSection()
H A DSBModule.cpp560 SBSection SBModule::FindSection(const char *sect_name) { in FindSection()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ObjectFile/wasm/
H A DObjectFileWasm.cpp188 llvm::Optional<ConstString> sect_name = GetWasmString(data, c); in DecodeNextSection() local
/freebsd-13.1/contrib/llvm-project/lldb/tools/compact-unwind/
H A Dcompact-unwind-dumper.c222 char sect_name[17]; in scan_macho_load_commands() local
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp2079 ConstString sect_name = symbol_section_sp->GetName(); in ParseSymbols() local
2219 ConstString sect_name = symbol_section_sp->GetName(); in ParseSymbols() local
/freebsd-13.1/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectTarget.cpp2691 const char *sect_name = args.GetArgumentAtIndex(i); in DoExecute() local