/freebsd-src/contrib/llvm-project/lldb/source/Plugins/JITLoader/GDB/ |
H A D | JITLoaderGDB.cpp | 228 static void updateSectionLoadAddress(const SectionList §ion_list, in updateSectionLoadAddress() 343 const SectionList *section_list = image_object_file->GetSectionList(); in ReadJITDescriptorImpl() local 379 const SectionList *section_list = image_object_file->GetSectionList(); in ReadJITDescriptorImpl() local
|
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/ |
H A D | ObjectFileELF.cpp | 704 SectionList *section_list = GetSectionList(); in SetLoadAddress() local 858 SectionList *section_list = GetSectionList(); GetImageInfoAddress() local 927 SectionList *section_list = GetSectionList(); GetEntryPointAddress() local 969 SectionList *section_list = GetSectionList(); ParseDependentModules() local 2031 ParseSymbols(Symtab * symtab,user_id_t start_id,SectionList * section_list,const size_t num_symbols,const DataExtractor & symtab_data,const DataExtractor & strtab_data) ParseSymbols() argument 2358 SectionList *section_list = m_sections_up.get(); ParseSymbolTable() local 2393 SectionList *section_list = GetSectionList(); ParseDynamicSymbols() local 2583 SectionList *section_list = m_sections_up.get(); ParseTrampolineSymbols() local 2854 SectionList *section_list = GetSectionList(); RelocateDebugSections() local 2910 SectionList *section_list = module_sp->GetSectionList(); ParseSymtab() local 3064 SectionList *section_list = GetSectionList(); ParseUnwindSymbols() local 3151 SectionList *section_list = GetSectionList(); Dump() local 3472 SectionList *section_list = GetSectionList(); CalculateStrata() 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-src/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/Static/ |
H A D | DynamicLoaderStatic.cpp | 92 SectionList *section_list = image_object_file->GetSectionList(); LoadAllImagesAtFileAddresses() local
|
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
H A D | DWARFContext.cpp | 18 static DWARFDataExtractor LoadSection(SectionList *section_list, in LoadSection()
|
H A D | SymbolFileDWARF.cpp | 559 InitializeFirstCodeAddressRecursive(const lldb_private::SectionList & section_list) InitializeFirstCodeAddressRecursive() argument 593 const SectionList *section_list = m_objfile_sp->GetSectionList(); CalculateAbilities() local 676 const SectionList *section_list = module_sp->GetSectionList(); LoadSectionData() local [all...] |
/freebsd-src/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-src/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 551 SectionList *section_list = module_sp->GetSectionList(); in FindSection() local
|
H A D | SBTarget.cpp | 2188 SectionList *section_list = objfile->GetSectionList(); ClearModuleLoadAddress() local
|
/freebsd-src/contrib/llvm-project/lldb/source/Core/ |
H A D | AddressRange.cpp | 34 AddressRange(addr_t file_addr,addr_t byte_size,const SectionList * section_list) AddressRange() argument
|
H A D | Address.cpp | 237 Address::Address(addr_t address, const SectionList *section_list) in Address() argument 251 const SectionList *section_list) { in ResolveAddressUsingFileSections() argument
|
H A D | Module.cpp | 439 SectionList *section_list = GetSectionList(); in ResolveFileAddress() local 1342 SectionList *section_list = GetSectionList(); SetSymbolFileFileSpec() local
|
/freebsd-src/contrib/llvm-project/lldb/source/Symbol/ |
H A D | Symbol.cpp | 102 SectionList *section_list) { in FromJSON() argument 652 Decode(const DataExtractor & data,lldb::offset_t * offset_ptr,const SectionList * section_list,const StringTableReader & strtab) Decode() argument
|
H A D | SymbolFile.cpp | 236 const SectionList *section_list = module_sp->GetSectionList(); in GetDebugInfoSize() local
|
H A D | ObjectFile.cpp | 629 SectionList *section_list = GetSectionList(); GetLoadableData() local
|
H A D | Function.cpp | 144 SectionList *section_list = caller_module_sp->GetSectionList(); in GetLoadAddress() local
|
/freebsd-src/contrib/llvm-project/lldb/source/Expression/ |
H A D | ObjectFileJIT.cpp | 171 SectionList *section_list = GetSectionList(); in SetLoadAddress() local
|
H A D | IRExecutionUnit.cpp | 1164 PopulateSectionList(lldb_private::ObjectFile * obj_file,lldb_private::SectionList & section_list) PopulateSectionList() argument
|
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/ObjectFile/JSON/ |
H A D | ObjectFileJSON.cpp | 165 SectionList *section_list = GetModule()->GetSectionList(); in ParseSymtab() local
|
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/ |
H A D | DWARFLocationExpression.cpp | 213 SectionList *section_list = module->GetSectionList(); in MakeGlobalLocationExpression() local
|
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/ObjectFile/wasm/ |
H A D | ObjectFileWasm.cpp | 374 SectionList *section_list = GetSectionList(); in SetLoadAddress() local
|
/freebsd-src/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-src/contrib/llvm-project/lldb/source/Commands/ |
H A D | CommandObjectTarget.cpp | 1432 SectionList *section_list = module->GetSectionList(); DumpModuleSections() local 3014 SectionList *section_list = module->GetSectionList(); DoExecute() local
|
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
H A D | AppleObjCRuntimeV2.cpp | 2491 SectionList *section_list = objc_module_sp->GetSectionList(); GetSharedCacheReadOnlyAddress() local
|