Home
last modified time | relevance | path

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

12

/freebsd-11-stable/contrib/binutils/binutils/
HDobjcopy.c112 struct section_list struct
114 struct section_list * next; /* Next section to change. */ argument
127 static struct section_list *change_sections; argument
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
HDObjectFileELF.cpp651 SectionList *section_list = GetSectionList(); in SetLoadAddress() local
805 SectionList *section_list = GetSectionList(); in GetImageInfoAddress() local
875 SectionList *section_list = GetSectionList(); in GetEntryPointAddress() local
907 SectionList *section_list = GetSectionList(); in ParseDependentModules() local
1937 SectionList *section_list, in ParseSymbols()
2282 SectionList *section_list = m_sections_up.get(); in ParseSymbolTable() local
2317 SectionList *section_list = GetSectionList(); in ParseDynamicSymbols() local
2507 SectionList *section_list = m_sections_up.get(); in ParseTrampolineSymbols() local
2648 SectionList *section_list = GetSectionList(); in RelocateDebugSections() local
2701 SectionList *section_list = module_sp->GetSectionList(); in GetSymtab() local
[all …]
HDELFHeader.cpp288 elf_half shndx, const lldb_private::SectionList *section_list) { in sectionIndexToCString()
310 const lldb_private::SectionList *section_list) { in Dump()
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/JITLoader/GDB/
HDJITLoaderGDB.cpp229 static void updateSectionLoadAddress(const SectionList &section_list, in updateSectionLoadAddress()
344 const SectionList *section_list = image_object_file->GetSectionList(); in ReadJITDescriptorImpl() local
380 const SectionList *section_list = image_object_file->GetSectionList(); in ReadJITDescriptorImpl() local
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
HDDWARFContext.cpp16 static DWARFDataExtractor LoadSection(SectionList *section_list, in LoadSection()
HDSymbolFileDWARFDwp.cpp124 const lldb_private::SectionList *section_list = in LoadRawSectionData() local
HDSymbolFileDWARFDwo.cpp36 const SectionList *section_list = in LoadSectionData() local
HDSymbolFileDWARF.cpp498 const SectionList *section_list = m_objfile_sp->GetSectionList(); in CalculateAbilities() local
588 const SectionList *section_list = module_sp->GetSectionList(); in LoadSectionData() local
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/Static/
HDDynamicLoaderStatic.cpp85 SectionList *section_list = image_object_file->GetSectionList(); in LoadAllImagesAtFileAddresses() local
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
HDPDBLocationToDWARFExpression.cpp89 SectionList *section_list = module->GetSectionList(); in ConvertPDBLocationToDWARFExpression() local
HDSymbolFilePDB.cpp1384 auto section_list = m_objfile_sp->GetSectionList(); in AddSymbols() local
/freebsd-11-stable/contrib/llvm-project/lldb/source/API/
HDSBModule.cpp369 SectionList *section_list = module_sp->GetSectionList(); in GetNumSections() local
385 SectionList *section_list = module_sp->GetSectionList(); in GetSectionAtIndex() local
571 SectionList *section_list = module_sp->GetSectionList(); in FindSection() local
HDSBTarget.cpp2237 SectionList *section_list = objfile->GetSectionList(); in ClearModuleLoadAddress() local
/freebsd-11-stable/contrib/llvm-project/lldb/source/Core/
HDAddressRange.cpp33 const SectionList *section_list) in AddressRange()
HDAddress.cpp234 Address::Address(addr_t address, const SectionList *section_list) in Address()
248 const SectionList *section_list) { in ResolveAddressUsingFileSections()
HDModule.cpp432 SectionList *section_list = GetSectionList(); in ResolveFileAddress() local
1380 SectionList *section_list = GetSectionList(); in SetSymbolFileFileSpec() local
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ObjectFile/JIT/
HDObjectFileJIT.cpp209 SectionList *section_list = GetSectionList(); in SetLoadAddress() local
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
HDDWARFLocationExpression.cpp207 SectionList *section_list = module->GetSectionList(); in MakeGlobalLocationExpression() local
/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
HDObjectFile.cpp653 SectionList *section_list = GetSectionList(); in GetLoadableData() local
/freebsd-11-stable/contrib/binutils/bfd/
HDelf32-arm.c9489 typedef struct section_list struct
9492 struct section_list * next; argument
9493 struct section_list * prev; argument
9495 section_list; typedef
HDcoffcode.h3040 asection **section_list; in coff_compute_section_file_positions() local
/freebsd-11-stable/contrib/llvm-project/lldb/source/Expression/
HDIRExecutionUnit.cpp1242 lldb_private::SectionList &section_list) { in PopulateSectionList()
/freebsd-11-stable/contrib/binutils/ld/
HDldlang.h327 struct wildcard_list *section_list; member
/freebsd-11-stable/contrib/llvm-project/lldb/source/Commands/
HDCommandObjectTarget.cpp1429 SectionList *section_list = module->GetSectionList(); in DumpModuleSections() local
2709 SectionList *section_list = module->GetSectionList(); in DoExecute() local
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
HDAppleObjCRuntimeV2.cpp1842 SectionList *section_list = objc_module_sp->GetSectionList(); in GetSharedCacheReadOnlyAddress() local

12