Home
last modified time | relevance | path

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

12

/llvm-project/lldb/unittests/ObjectFile/PECOFF/
H A DTestSectionSize.cpp55 SectionList *section_list = object_file->GetSectionList(); in TEST_F() local
/llvm-project/lldb/source/Plugins/JITLoader/GDB/
H A DJITLoaderGDB.cpp226 static void updateSectionLoadAddress(const SectionList &section_list, in updateSectionLoadAddress() argument
340 const SectionList *section_list = image_object_file->GetSectionList(); in ReadJITDescriptorImpl() local
374 const SectionList *section_list = image_object_file->GetSectionList(); in ReadJITDescriptorImpl() local
[all...]
/llvm-project/lldb/source/Plugins/DynamicLoader/Static/
H A DDynamicLoaderStatic.cpp100 SectionList *section_list = image_object_file->GetSectionList(); in LoadAllImagesAtFileAddresses() local
/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFContext.cpp18 static DWARFDataExtractor LoadSection(SectionList *section_list, in LoadSection()
H A DSymbolFileDWARFDwo.cpp92 SectionList *section_list = in GetDebugInfoSize() local
/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp704 SectionList *section_list = GetSectionList(); SetLoadAddress() local
858 SectionList *section_list = GetSectionList(); GetImageInfoAddress() local
927 SectionList *section_list = GetSectionList(); GetEntryPointAddress() local
969 SectionList *section_list = GetSectionList(); ParseDependentModules() local
1861 FindMatchingSection(const SectionList & section_list,SectionSP section) FindMatchingSection() argument
2065 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
2423 SectionList *section_list = m_sections_up.get(); ParseSymbolTable() local
2458 SectionList *section_list = GetSectionList(); ParseDynamicSymbols() local
2648 SectionList *section_list = m_sections_up.get(); ParseTrampolineSymbols() local
2919 SectionList *section_list = GetSectionList(); RelocateDebugSections() local
2975 SectionList *section_list = module_sp->GetSectionList(); ParseSymtab() local
3137 SectionList *section_list = GetSectionList(); ParseUnwindSymbols() local
3224 SectionList *section_list = GetSectionList(); Dump() local
3545 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()
/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBLocationToDWARFExpression.cpp90 SectionList *section_list = module->GetSectionList(); in ConvertPDBLocationToDWARFExpression() local
/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
/llvm-project/lldb/source/Core/
H A DAddressRange.cpp35 const SectionList *section_list) in AddressRange()
H A DAddress.cpp251 if (section_list) { in ResolveAddressUsingFileSections() argument
237 Address(addr_t address,const SectionList * section_list) Address() argument
H A DModule.cpp439 SectionList *section_list = GetSectionList(); ResolveFileAddress() local
1344 SectionList *section_list = GetSectionList(); SetSymbolFileFileSpec() local
/llvm-project/lldb/source/Expression/
H A DObjectFileJIT.cpp171 SectionList *section_list = GetSectionList(); in SetLoadAddress() local
H A DIRExecutionUnit.cpp1165 PopulateSectionList(lldb_private::ObjectFile * obj_file,lldb_private::SectionList & section_list) PopulateSectionList() argument
/llvm-project/lldb/source/Symbol/
H A DSymbolFile.cpp236 const SectionList *section_list = module_sp->GetSectionList(); in GetDebugInfoSize() local
H A DSymbol.cpp102 SectionList *section_list) { in FromJSON() argument
648 const SectionList *section_list, in Decode() argument
H A DObjectFile.cpp638 SectionList *section_list = GetSectionList(); GetLoadableData() local
H A DFunction.cpp144 SectionList *section_list = caller_module_sp->GetSectionList(); in GetLoadAddress() local
/llvm-project/lldb/source/Plugins/ObjectFile/JSON/
H A DObjectFileJSON.cpp165 SectionList *section_list = GetModule()->GetSectionList(); in ParseSymtab() local
/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DDWARFLocationExpression.cpp213 SectionList *section_list = module->GetSectionList(); in MakeGlobalLocationExpression() local
/llvm-project/lldb/source/Plugins/ObjectFile/wasm/
H A DObjectFileWasm.cpp374 SectionList *section_list = GetSectionList(); in SetLoadAddress() local
/llvm-project/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/
H A DDynamicLoaderDarwin.cpp244 SectionList *section_list = image_object_file->GetSectionList(); UpdateImageLoadAddress() local
321 SectionList *section_list = image_object_file->GetSectionList(); UnloadModuleSections() local
/llvm-project/lldb/source/Plugins/ObjectFile/PECOFF/
H A DObjectFilePECOFF.cpp469 SectionList *section_list = GetSectionList(); SetLoadAddress() local
1180 SectionList *section_list = GetSectionList(); GetEntryPointAddress() local
/llvm-project/lldb/source/Plugins/Process/mach-core/
H A DProcessMachCore.cpp184 SectionList *section_list = core_objfile->GetSectionList(); in CreateMemoryRegions() local
/llvm-project/lldb/source/Plugins/SymbolFile/CTF/
H A DSymbolFileCTF.cpp78 const SectionList *section_list = module_sp->GetSectionList(); ParseHeader() local

12