Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/lldb/source/API/
H A DSBSection.cpp78 lldb::SBSection SBSection::FindSubSection(const char *sect_name) { in FindSubSection()
H A DSBModule.cpp542 SBSection SBModule::FindSection(const char *sect_name) { in FindSection()
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/ObjectFile/wasm/
H A DObjectFileWasm.cpp185 std::optional<ConstString> sect_name = GetWasmString(data, c); in DecodeNextSection() local
/freebsd-src/contrib/llvm-project/lldb/tools/compact-unwind/
H A Dcompact-unwind-dumper.c179 char sect_name[17]; in scan_macho_load_commands() local
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp2155 ConstString sect_name = symbol_section_sp->GetName(); ParseSymbols() local
2278 ConstString sect_name = symbol_section_sp->GetName(); ParseSymbols() local
[all...]
/freebsd-src/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectTarget.cpp3038 const char *sect_name = args.GetArgumentAtIndex(i); DoExecute() local