/openbsd-src/gnu/usr.bin/binutils/binutils/ |
H A D | objcopy.c | 110 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 D | objcopy.c | 111 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 D | JITLoaderGDB.cpp | 226 static void updateSectionLoadAddress(const SectionList §ion_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 D | ObjectFileELF.cpp | 692 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 D | ELFHeader.cpp | 294 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 D | DynamicLoaderStatic.cpp | 92 SectionList *section_list = image_object_file->GetSectionList(); in LoadAllImagesAtFileAddresses() local
|
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/ |
H A D | DWARFContext.cpp | 17 static DWARFDataExtractor LoadSection(SectionList *section_list, in LoadSection()
|
H A D | SymbolFileDWARF.cpp | 505 const lldb_private::SectionList §ion_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 D | SBModule.cpp | 363 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 D | PDBLocationToDWARFExpression.cpp | 90 SectionList *section_list = module->GetSectionList(); in ConvertPDBLocationToDWARFExpression() local
|
/openbsd-src/gnu/llvm/lldb/source/Core/ |
H A D | AddressRange.cpp | 34 const SectionList *section_list) in AddressRange()
|
H A D | Address.cpp | 235 Address::Address(addr_t address, const SectionList *section_list) in Address() 249 const SectionList *section_list) { in ResolveAddressUsingFileSections()
|
H A D | Module.cpp | 442 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 D | ObjectFileJIT.cpp | 184 SectionList *section_list = GetSectionList(); in SetLoadAddress() local
|
/openbsd-src/gnu/llvm/lldb/source/Symbol/ |
H A D | SymbolFile.cpp | 246 const SectionList *section_list = module_sp->GetSectionList(); in GetDebugInfoSize() local
|
H A D | Symbol.cpp | 600 const SectionList *section_list, in Decode()
|
H A D | ObjectFile.cpp | 627 SectionList *section_list = GetSectionList(); in GetLoadableData() local
|
H A D | Function.cpp | 137 SectionList *section_list = caller_module_sp->GetSectionList(); in GetLoadAddress() local
|
/openbsd-src/gnu/llvm/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/ |
H A D | DynamicLoaderDarwin.cpp | 250 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 D | DWARFLocationExpression.cpp | 213 SectionList *section_list = module->GetSectionList(); in MakeGlobalLocationExpression() local
|
/openbsd-src/gnu/llvm/lldb/source/Plugins/ObjectFile/wasm/ |
H A D | ObjectFileWasm.cpp | 374 SectionList *section_list = GetSectionList(); in SetLoadAddress() local
|
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/mach-core/ |
H A D | ProcessMachCore.cpp | 183 SectionList *section_list = core_objfile->GetSectionList(); in CreateMemoryRegions() local
|
/openbsd-src/gnu/llvm/lldb/source/Plugins/ObjectFile/PECOFF/ |
H A D | ObjectFilePECOFF.cpp | 472 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 D | elf32-arm.c | 7722 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 D | IRExecutionUnit.cpp | 1164 lldb_private::SectionList §ion_list) { in PopulateSectionList()
|