| /external/elfutils/src/ |
| D | objdump.c | 108 static struct section_list struct 116 struct section_list *next; argument 117 } *section_list; variable
|
| /external/llvm-project/lldb/source/Plugins/ObjectFile/ELF/ |
| D | ObjectFileELF.cpp | 655 SectionList *section_list = GetSectionList(); in SetLoadAddress() local 809 SectionList *section_list = GetSectionList(); in GetImageInfoAddress() local 879 SectionList *section_list = GetSectionList(); in GetEntryPointAddress() local 911 SectionList *section_list = GetSectionList(); in ParseDependentModules() local 1942 SectionList *section_list, in ParseSymbols() 2286 SectionList *section_list = m_sections_up.get(); in ParseSymbolTable() local 2321 SectionList *section_list = GetSectionList(); in ParseDynamicSymbols() local 2511 SectionList *section_list = m_sections_up.get(); in ParseTrampolineSymbols() local 2652 SectionList *section_list = GetSectionList(); in RelocateDebugSections() local 2705 SectionList *section_list = module_sp->GetSectionList(); in GetSymtab() local [all …]
|
| D | ELFHeader.cpp | 288 elf_half shndx, const lldb_private::SectionList *section_list) { in sectionIndexToCString() 310 const lldb_private::SectionList *section_list) { in Dump()
|
| /external/llvm-project/lldb/source/Plugins/JITLoader/GDB/ |
| D | JITLoaderGDB.cpp | 229 static void updateSectionLoadAddress(const SectionList §ion_list, in updateSectionLoadAddress() 343 const SectionList *section_list = image_object_file->GetSectionList(); in ReadJITDescriptorImpl() local 377 const SectionList *section_list = image_object_file->GetSectionList(); in ReadJITDescriptorImpl() local
|
| /external/adhd/cras/src/server/ |
| D | cras_alsa_ucm_section.c | 40 struct ucm_section *section_list = NULL; in ucm_section_create() local
|
| /external/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
| D | DWARFContext.cpp | 16 static DWARFDataExtractor LoadSection(SectionList *section_list, in LoadSection()
|
| /external/llvm-project/lldb/source/Plugins/DynamicLoader/Static/ |
| D | DynamicLoaderStatic.cpp | 95 SectionList *section_list = image_object_file->GetSectionList(); in LoadAllImagesAtFileAddresses() local
|
| /external/llvm-project/lldb/source/Plugins/SymbolFile/PDB/ |
| D | PDBLocationToDWARFExpression.cpp | 89 SectionList *section_list = module->GetSectionList(); in ConvertPDBLocationToDWARFExpression() local
|
| /external/llvm-project/lldb/source/Core/ |
| D | AddressRange.cpp | 33 const SectionList *section_list) in AddressRange()
|
| D | Address.cpp | 234 Address::Address(addr_t address, const SectionList *section_list) in Address() 248 const SectionList *section_list) { in ResolveAddressUsingFileSections()
|
| D | Module.cpp | 448 SectionList *section_list = GetSectionList(); in ResolveFileAddress() local 1410 SectionList *section_list = GetSectionList(); in SetSymbolFileFileSpec() local
|
| /external/llvm-project/lldb/source/API/ |
| D | SBModule.cpp | 368 SectionList *section_list = module_sp->GetSectionList(); in GetNumSections() local 384 SectionList *section_list = module_sp->GetSectionList(); in GetSectionAtIndex() local 570 SectionList *section_list = module_sp->GetSectionList(); in FindSection() local
|
| /external/llvm-project/lldb/source/Plugins/ObjectFile/JIT/ |
| D | ObjectFileJIT.cpp | 212 SectionList *section_list = GetSectionList(); in SetLoadAddress() local
|
| /external/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/ |
| D | DWARFLocationExpression.cpp | 207 SectionList *section_list = module->GetSectionList(); in MakeGlobalLocationExpression() local
|
| /external/google-breakpad/src/common/mac/ |
| D | macho_reader.h | 162 ByteBuffer section_list; // This segment's section list. member
|
| /external/llvm-project/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/ |
| D | DynamicLoaderDarwin.cpp | 253 SectionList *section_list = image_object_file->GetSectionList(); in UpdateImageLoadAddress() local 330 SectionList *section_list = image_object_file->GetSectionList(); in UnloadModuleSections() local
|
| /external/llvm-project/lldb/source/Plugins/ObjectFile/wasm/ |
| D | ObjectFileWasm.cpp | 362 SectionList *section_list = GetSectionList(); in SetLoadAddress() local
|
| /external/llvm-project/lldb/source/Plugins/ObjectFile/PECOFF/ |
| D | ObjectFilePECOFF.cpp | 297 SectionList *section_list = GetSectionList(); in SetLoadAddress() local 955 SectionList *section_list = GetSectionList(); in GetEntryPointAddress() local
|
| /external/llvm-project/lldb/source/Plugins/Process/mach-core/ |
| D | ProcessMachCore.cpp | 214 SectionList *section_list = core_objfile->GetSectionList(); in DoLoadCore() local
|
| /external/elfutils/libasm/ |
| D | libasmP.h | 157 AsmScn_t *section_list; member
|
| /external/llvm-project/lldb/source/Symbol/ |
| D | ObjectFile.cpp | 654 SectionList *section_list = GetSectionList(); in GetLoadableData() local
|
| D | Function.cpp | 135 SectionList *section_list = caller_module_sp->GetSectionList(); in GetLoadAddress() local
|
| /external/llvm-project/lldb/source/Plugins/ObjectFile/Mach-O/ |
| D | ObjectFileMachO.cpp | 1869 MachSymtabSectionInfo(SectionList *section_list) in MachSymtabSectionInfo() 2260 SectionList *section_list = GetSectionList(); in ParseSymtab() local 5406 SectionList *section_list = GetSectionList(); in GetBaseAddress() local 5697 SectionList *section_list = GetSectionList(); in CalculateStrata() local 6053 SectionList *section_list = GetSectionList(); in GetMachHeaderSection() local 6107 SectionList *section_list = GetSectionList(); in SetLoadAddress() local
|
| /external/llvm-project/lldb/source/Expression/ |
| D | IRExecutionUnit.cpp | 1236 lldb_private::SectionList §ion_list) { in PopulateSectionList()
|
| /external/adhd/cras/src/tests/ |
| D | alsa_ucm_unittest.cc | 1180 struct ucm_section* section_list = NULL; in TEST() local
|