Home
last modified time | relevance | path

Searched defs:section_list (Results 1 – 25 of 26) sorted by relevance

12

/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp704 SectionList *section_list = GetSectionList(); in SetLoadAddress() local
872 SectionList *section_list = GetSectionList(); in GetImageInfoAddress() local
941 SectionList *section_list = GetSectionList(); in GetEntryPointAddress() local
983 SectionList *section_list = GetSectionList(); in ParseDependentModules() local
1878 static SectionSP FindMatchingSection(const SectionList &section_list, in FindMatchingSection()
2082 SectionList *section_list, const size_t num_symbols, in ParseSymbols()
2440 SectionList *section_list = m_sections_up.get(); in ParseSymbolTable() local
2475 SectionList *section_list = GetSectionList(); in ParseDynamicSymbols() local
2665 SectionList *section_list = m_sections_up.get(); in ParseTrampolineSymbols() local
2936 SectionList *section_list = GetSectionList(); in RelocateDebugSections() local
[all …]
H A DELFHeader.cpp294 elf_half shndx, const lldb_private::SectionList *section_list) { in sectionIndexToCString()
316 const lldb_private::SectionList *section_list) { in Dump()
/freebsd/contrib/llvm-project/lldb/source/Plugins/JITLoader/GDB/
H A DJITLoaderGDB.cpp228 static void updateSectionLoadAddress(const SectionList &section_list, in updateSectionLoadAddress() argument
343 const SectionList *section_list = image_object_file->GetSectionList(); in ReadJITDescriptorImpl() local
379 const SectionList *section_list = image_object_file->GetSectionList(); in ReadJITDescriptorImpl() local
[all...]
/freebsd/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/Static/
H A DDynamicLoaderStatic.cpp100 SectionList *section_list = image_object_file->GetSectionList(); in LoadAllImagesAtFileAddresses() local
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFContext.cpp17 LoadSection(SectionList * section_list,SectionType section_type) LoadSection() argument
H A DSymbolFileDWARFDwo.cpp92 SectionList *section_list = in GetDebugInfoSize() local
H A DSymbolFileDWARF.cpp566 const lldb_private::SectionList &section_list) { in InitializeFirstCodeAddressRecursive()
600 const SectionList *section_list = m_objfile_sp->GetSectionList(); in CalculateAbilities() local
683 const SectionList *section_list = module_sp->GetSectionList(); in LoadSectionData() local
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBLocationToDWARFExpression.cpp90 SectionList *section_list = module->GetSectionList(); in ConvertPDBLocationToDWARFExpression() local
H A DSymbolFilePDB.cpp1410 auto section_list = m_objfile_sp->GetSectionList(); in AddSymbols() local
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBModule.cpp363 SectionList *section_list = module_sp->GetSectionList(); in GetNumSections() local
378 SectionList *section_list = module_sp->GetSectionList(); in GetSectionAtIndex() local
557 SectionList *section_list = module_sp->GetSectionList(); FindSection() local
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DAddressRange.cpp35 const SectionList *section_list) in AddressRange()
H A DAddress.cpp237 Address::Address(addr_t address, const SectionList *section_list) in Address()
251 const SectionList *section_list) { in ResolveAddressUsingFileSections()
H A DModule.cpp439 SectionList *section_list = GetSectionList(); in ResolveFileAddress() local
1344 SectionList *section_list = GetSectionList(); in SetSymbolFileFileSpec() local
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DSymbol.cpp102 SectionList *section_list) { in FromJSON()
648 const SectionList *section_list, in Decode()
H A DSymbolFile.cpp236 const SectionList *section_list = module_sp->GetSectionList(); in GetDebugInfoSize() local
H A DObjectFile.cpp638 SectionList *section_list = GetSectionList(); in GetLoadableData() local
H A DFunction.cpp144 SectionList *section_list = caller_module_sp->GetSectionList(); in GetLoadAddress() local
/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DObjectFileJIT.cpp175 SectionList *section_list = GetSectionList(); SetLoadAddress() local
H A DIRExecutionUnit.cpp1165 lldb_private::SectionList &section_list) { in PopulateSectionList()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/JSON/
H A DObjectFileJSON.cpp165 SectionList *section_list = GetModule()->GetSectionList(); in ParseSymtab() local
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DDWARFLocationExpression.cpp213 SectionList *section_list = module->GetSectionList(); in MakeGlobalLocationExpression() local
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/wasm/
H A DObjectFileWasm.cpp374 SectionList *section_list = GetSectionList(); in SetLoadAddress() local
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/CTF/
H A DSymbolFileCTF.cpp78 const SectionList *section_list = module_sp->GetSectionList(); in ParseHeader() local
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectTarget.cpp1389 SectionList *section_list = module->GetSectionList(); in DumpModuleSections() local
2938 SectionList *section_list = module->GetSectionList(); in DoExecute() local
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntimeV2.cpp2467 SectionList *section_list = objc_module_sp->GetSectionList(); in GetSharedCacheReadOnlyAddress() local

12