Home
last modified time | relevance | path

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

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