Home
last modified time | relevance | path

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

12

/openbsd-src/gnu/usr.bin/binutils/binutils/
H A Dobjcopy.c110 struct section_list struct
112 struct section_list * next; /* Next section to change. */ argument
125 static struct section_list *change_sections; argument
/openbsd-src/gnu/usr.bin/binutils-2.17/binutils/
H A Dobjcopy.c111 struct section_list struct
113 struct section_list * next; /* Next section to change. */ argument
126 static struct section_list *change_sections; argument
/openbsd-src/gnu/llvm/lldb/source/Plugins/JITLoader/GDB/
H A DJITLoaderGDB.cpp226 static void updateSectionLoadAddress(const SectionList &section_list, in updateSectionLoadAddress()
340 const SectionList *section_list = image_object_file->GetSectionList(); in ReadJITDescriptorImpl() local
374 const SectionList *section_list = image_object_file->GetSectionList(); in ReadJITDescriptorImpl() local
/openbsd-src/gnu/llvm/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp692 SectionList *section_list = GetSectionList(); in SetLoadAddress() local
846 SectionList *section_list = GetSectionList(); in GetImageInfoAddress() local
915 SectionList *section_list = GetSectionList(); in GetEntryPointAddress() local
947 SectionList *section_list = GetSectionList(); in ParseDependentModules() local
2002 SectionList *section_list, in ParseSymbols()
2329 SectionList *section_list = m_sections_up.get(); in ParseSymbolTable() local
2364 SectionList *section_list = GetSectionList(); in ParseDynamicSymbols() local
2554 SectionList *section_list = m_sections_up.get(); in ParseTrampolineSymbols() local
2760 SectionList *section_list = GetSectionList(); in RelocateDebugSections() local
2817 SectionList *section_list = module_sp->GetSectionList(); in ParseSymtab() 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()
/openbsd-src/gnu/llvm/lldb/source/Plugins/DynamicLoader/Static/
H A DDynamicLoaderStatic.cpp92 SectionList *section_list = image_object_file->GetSectionList(); in LoadAllImagesAtFileAddresses() local
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFContext.cpp17 static DWARFDataExtractor LoadSection(SectionList *section_list, in LoadSection()
H A DSymbolFileDWARF.cpp505 const lldb_private::SectionList &section_list) { in InitializeFirstCodeAddressRecursive()
524 const SectionList *section_list = m_objfile_sp->GetSectionList(); in CalculateAbilities() local
603 const SectionList *section_list = module_sp->GetSectionList(); in LoadSectionData() local
/openbsd-src/gnu/llvm/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
557 SectionList *section_list = module_sp->GetSectionList(); in FindSection() local
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBLocationToDWARFExpression.cpp90 SectionList *section_list = module->GetSectionList(); in ConvertPDBLocationToDWARFExpression() local
/openbsd-src/gnu/llvm/lldb/source/Core/
H A DAddressRange.cpp34 const SectionList *section_list) in AddressRange()
H A DAddress.cpp235 Address::Address(addr_t address, const SectionList *section_list) in Address()
249 const SectionList *section_list) { in ResolveAddressUsingFileSections()
H A DModule.cpp442 SectionList *section_list = GetSectionList(); in ResolveFileAddress() local
1391 SectionList *section_list = GetSectionList(); in SetSymbolFileFileSpec() local
/openbsd-src/gnu/llvm/lldb/source/Plugins/ObjectFile/JIT/
H A DObjectFileJIT.cpp184 SectionList *section_list = GetSectionList(); in SetLoadAddress() local
/openbsd-src/gnu/llvm/lldb/source/Symbol/
H A DSymbolFile.cpp246 const SectionList *section_list = module_sp->GetSectionList(); in GetDebugInfoSize() local
H A DSymbol.cpp600 const SectionList *section_list, in Decode()
H A DObjectFile.cpp627 SectionList *section_list = GetSectionList(); in GetLoadableData() local
H A DFunction.cpp137 SectionList *section_list = caller_module_sp->GetSectionList(); in GetLoadAddress() local
/openbsd-src/gnu/llvm/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/
H A DDynamicLoaderDarwin.cpp250 SectionList *section_list = image_object_file->GetSectionList(); in UpdateImageLoadAddress() local
327 SectionList *section_list = image_object_file->GetSectionList(); in UnloadModuleSections() local
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/NativePDB/
H A DDWARFLocationExpression.cpp213 SectionList *section_list = module->GetSectionList(); in MakeGlobalLocationExpression() local
/openbsd-src/gnu/llvm/lldb/source/Plugins/ObjectFile/wasm/
H A DObjectFileWasm.cpp374 SectionList *section_list = GetSectionList(); in SetLoadAddress() local
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/mach-core/
H A DProcessMachCore.cpp183 SectionList *section_list = core_objfile->GetSectionList(); in CreateMemoryRegions() local
/openbsd-src/gnu/llvm/lldb/source/Plugins/ObjectFile/PECOFF/
H A DObjectFilePECOFF.cpp472 SectionList *section_list = GetSectionList(); in SetLoadAddress() local
1164 SectionList *section_list = GetSectionList(); in GetEntryPointAddress() local
/openbsd-src/gnu/usr.bin/binutils-2.17/bfd/
H A Delf32-arm.c7722 typedef struct section_list struct
7725 struct section_list * next; argument
7726 struct section_list * prev; argument
7728 section_list; typedef
/openbsd-src/gnu/llvm/lldb/source/Expression/
H A DIRExecutionUnit.cpp1164 lldb_private::SectionList &section_list) { in PopulateSectionList()

12