/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/ |
H A D | ObjectFileELF.cpp | 704 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 §ion_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 D | ELFHeader.cpp | 294 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 D | JITLoaderGDB.cpp | 228 static void updateSectionLoadAddress(const SectionList §ion_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 D | DynamicLoaderStatic.cpp | 100 SectionList *section_list = image_object_file->GetSectionList(); in LoadAllImagesAtFileAddresses() local
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
H A D | DWARFContext.cpp | 17 LoadSection(SectionList * section_list,SectionType section_type) LoadSection() argument
|
H A D | SymbolFileDWARFDwo.cpp | 92 SectionList *section_list = in GetDebugInfoSize() local
|
H A D | SymbolFileDWARF.cpp | 566 const lldb_private::SectionList §ion_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 D | PDBLocationToDWARFExpression.cpp | 90 SectionList *section_list = module->GetSectionList(); in ConvertPDBLocationToDWARFExpression() local
|
H A D | SymbolFilePDB.cpp | 1410 auto section_list = m_objfile_sp->GetSectionList(); in AddSymbols() local
|
/freebsd/contrib/llvm-project/lldb/source/API/ |
H A D | SBModule.cpp | 363 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 D | AddressRange.cpp | 35 const SectionList *section_list) in AddressRange()
|
H A D | Address.cpp | 237 Address::Address(addr_t address, const SectionList *section_list) in Address() 251 const SectionList *section_list) { in ResolveAddressUsingFileSections()
|
H A D | Module.cpp | 439 SectionList *section_list = GetSectionList(); in ResolveFileAddress() local 1344 SectionList *section_list = GetSectionList(); in SetSymbolFileFileSpec() local
|
/freebsd/contrib/llvm-project/lldb/source/Symbol/ |
H A D | Symbol.cpp | 102 SectionList *section_list) { in FromJSON() 648 const SectionList *section_list, in Decode()
|
H A D | SymbolFile.cpp | 236 const SectionList *section_list = module_sp->GetSectionList(); in GetDebugInfoSize() local
|
H A D | ObjectFile.cpp | 638 SectionList *section_list = GetSectionList(); in GetLoadableData() local
|
H A D | Function.cpp | 144 SectionList *section_list = caller_module_sp->GetSectionList(); in GetLoadAddress() local
|
/freebsd/contrib/llvm-project/lldb/source/Expression/ |
H A D | ObjectFileJIT.cpp | 175 SectionList *section_list = GetSectionList(); SetLoadAddress() local
|
H A D | IRExecutionUnit.cpp | 1165 lldb_private::SectionList §ion_list) { in PopulateSectionList()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/JSON/ |
H A D | ObjectFileJSON.cpp | 165 SectionList *section_list = GetModule()->GetSectionList(); in ParseSymtab() local
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/ |
H A D | DWARFLocationExpression.cpp | 213 SectionList *section_list = module->GetSectionList(); in MakeGlobalLocationExpression() local
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/wasm/ |
H A D | ObjectFileWasm.cpp | 374 SectionList *section_list = GetSectionList(); in SetLoadAddress() local
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/CTF/ |
H A D | SymbolFileCTF.cpp | 78 const SectionList *section_list = module_sp->GetSectionList(); in ParseHeader() local
|
/freebsd/contrib/llvm-project/lldb/source/Commands/ |
H A D | CommandObjectTarget.cpp | 1389 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 D | AppleObjCRuntimeV2.cpp | 2467 SectionList *section_list = objc_module_sp->GetSectionList(); in GetSharedCacheReadOnlyAddress() local
|