Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/lldb/source/Plugins/JITLoader/GDB/
H A DJITLoaderGDB.cpp228 static void updateSectionLoadAddress(const SectionList &section_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 DObjectFileELF.cpp704 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 DELFHeader.cpp294 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 DDynamicLoaderStatic.cpp92 SectionList *section_list = image_object_file->GetSectionList(); LoadAllImagesAtFileAddresses() local
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFContext.cpp18 static DWARFDataExtractor LoadSection(SectionList *section_list, in LoadSection()
H A DSymbolFileDWARF.cpp559 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 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-src/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
551 SectionList *section_list = module_sp->GetSectionList(); in FindSection() local
H A DSBTarget.cpp2188 SectionList *section_list = objfile->GetSectionList(); ClearModuleLoadAddress() local
/freebsd-src/contrib/llvm-project/lldb/source/Core/
H A DAddressRange.cpp34 AddressRange(addr_t file_addr,addr_t byte_size,const SectionList * section_list) AddressRange() argument
H A DAddress.cpp237 Address::Address(addr_t address, const SectionList *section_list) in Address() argument
251 const SectionList *section_list) { in ResolveAddressUsingFileSections() argument
H A DModule.cpp439 SectionList *section_list = GetSectionList(); in ResolveFileAddress() local
1342 SectionList *section_list = GetSectionList(); SetSymbolFileFileSpec() local
/freebsd-src/contrib/llvm-project/lldb/source/Symbol/
H A DSymbol.cpp102 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 DSymbolFile.cpp236 const SectionList *section_list = module_sp->GetSectionList(); in GetDebugInfoSize() local
H A DObjectFile.cpp629 SectionList *section_list = GetSectionList(); GetLoadableData() local
H A DFunction.cpp144 SectionList *section_list = caller_module_sp->GetSectionList(); in GetLoadAddress() local
/freebsd-src/contrib/llvm-project/lldb/source/Expression/
H A DObjectFileJIT.cpp171 SectionList *section_list = GetSectionList(); in SetLoadAddress() local
H A DIRExecutionUnit.cpp1164 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 DObjectFileJSON.cpp165 SectionList *section_list = GetModule()->GetSectionList(); in ParseSymtab() local
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DDWARFLocationExpression.cpp213 SectionList *section_list = module->GetSectionList(); in MakeGlobalLocationExpression() local
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/ObjectFile/wasm/
H A DObjectFileWasm.cpp374 SectionList *section_list = GetSectionList(); in SetLoadAddress() local
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/SymbolFile/CTF/
H A DSymbolFileCTF.cpp78 const SectionList *section_list = module_sp->GetSectionList(); in ParseHeader() local
/freebsd-src/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectTarget.cpp1432 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 DAppleObjCRuntimeV2.cpp2491 SectionList *section_list = objc_module_sp->GetSectionList(); GetSharedCacheReadOnlyAddress() local