/external/lldb/source/API/ |
D | SBSection.cpp | 38 SBSection::SBSection (const lldb::SectionSP §ion_sp) : in SBSection() 59 SectionSP section_sp (GetSP()); in IsValid() local 66 SectionSP section_sp (GetSP()); in GetName() local 76 SectionSP section_sp (GetSP()); in GetParent() local 93 SectionSP section_sp (GetSP()); in FindSubSection() local 106 SectionSP section_sp (GetSP()); in GetNumSubSections() local 116 SectionSP section_sp (GetSP()); in GetSubSectionAtIndex() local 129 SBSection::SetSP(const lldb::SectionSP §ion_sp) in SetSP() 138 SectionSP section_sp (GetSP()); in GetFileAddress() local 150 SectionSP section_sp (GetSP()); in GetLoadAddress() local [all …]
|
D | SBModule.cpp | 594 SectionSP section_sp (section_list->FindSectionByName(const_sect_name)); in FindSection() local
|
D | SBTarget.cpp | 2394 SectionSP section_sp (section.GetSP()); in SetSectionLoadAddress() local 2514 SectionSP section_sp (section_list->GetSectionAtIndex(sect_idx)); in ClearModuleLoadAddress() local
|
/external/lldb/source/Core/ |
D | Address.cpp | 245 SectionSP section_sp (section_list->FindSectionContainingFileAddress(file_addr)); in ResolveAddressUsingFileSections() local 262 SectionSP section_sp (GetSection()); in GetModule() local 271 SectionSP section_sp (GetSection()); in GetFileAddress() local 291 SectionSP section_sp (GetSection()); in GetLoadAddress() local 369 SectionSP section_sp (GetSection()); in Dump() local 776 SectionSP section_sp (GetSection()); in CalculateSymbolContext() local 793 SectionSP section_sp (GetSection()); in CalculateSymbolContextModule() local 802 SectionSP section_sp (GetSection()); in CalculateSymbolContextCompileUnit() local 819 SectionSP section_sp (GetSection()); in CalculateSymbolContextFunction() local 836 SectionSP section_sp (GetSection()); in CalculateSymbolContextBlock() local [all …]
|
D | Module.cpp | 460 SectionSP section_sp (so_addr.GetSection()); in ResolveSymbolContextForAddress() local 1270 lldb::SectionSP section_sp (section_list->GetSectionAtIndex (idx - 1)); in SetSymbolFileFileSpec() local 1306 SectionSP section_sp = sections->GetSectionAtIndex(sect_idx); in IsLoadedInTarget() local 1417 SectionSP section_sp (section_list->GetSectionAtIndex (sect_idx)); in SetLoadAddress() local
|
D | Section.cpp | 313 SectionList::AddSection (const lldb::SectionSP& section_sp) in AddSection()
|
/external/lldb/include/lldb/Core/ |
D | Address.h | 136 Address (const lldb::SectionSP §ion_sp, lldb::addr_t offset) : in Address() 495 SetSection (const lldb::SectionSP §ion_sp) in SetSection()
|
/external/lldb/source/Target/ |
D | SectionLoadList.cpp | 131 SectionLoadList::SetSectionUnloaded (const lldb::SectionSP §ion_sp) in SetSectionUnloaded() 167 SectionLoadList::SetSectionUnloaded (const lldb::SectionSP §ion_sp, addr_t load_addr) in SetSectionUnloaded()
|
D | Target.cpp | 1228 SectionSP section_sp (addr.GetSection()); in ReadMemoryFromFileCache() local
|
/external/lldb/source/Plugins/SymbolVendor/ELF/ |
D | SymbolVendorELF.cpp | 165 … SectionSP section_sp (objfile_section_list->FindSectionByType (section_type, true)); in CreateInstance() local
|
/external/lldb/source/Plugins/DynamicLoader/Static/ |
D | DynamicLoaderStatic.cpp | 134 SectionSP section_sp (section_list->GetSectionAtIndex (sect_idx)); in LoadAllImagesAtFileAddresses() local
|
/external/lldb/source/Symbol/ |
D | LineEntry.cpp | 32 const lldb::SectionSP §ion_sp, in LineEntry()
|
D | Symbol.cpp | 55 const lldb::SectionSP §ion_sp, in Symbol()
|
D | DWARFCallFrameInfo.cpp | 31 DWARFCallFrameInfo::DWARFCallFrameInfo(ObjectFile& objfile, SectionSP& section_sp, lldb::RegisterKi… in DWARFCallFrameInfo()
|
D | Function.cpp | 388 SectionSP section_sp (m_range.GetBaseAddress().GetSection()); in CalculateSymbolContextModule() local
|
D | ObjectFile.cpp | 347 const SectionSP section_sp (symbol->GetAddress().GetSection()); in GetAddressClass() local
|
D | Symtab.cpp | 977 …SectionSP section_sp (m_objfile->GetSectionList()->FindSectionContainingFileAddress (entry.GetRang… in InitAddressIndexes() local
|
/external/lldb/source/Breakpoint/ |
D | Breakpoint.cpp | 388 SectionSP section_sp (break_loc->GetAddress().GetSection()); in ModulesChanged() local 459 SectionSP section_sp (break_loc_sp->GetAddress().GetSection()); in ModulesChanged() local
|
D | BreakpointLocationList.cpp | 103 SectionSP section_sp (break_loc->GetAddress().GetSection()); in FindInModule() local
|
/external/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/ |
D | DynamicLoaderMacOSXDYLD.cpp | 466 SectionSP section_sp(section_list->FindSectionByName(info.segments[i].name)); in UpdateImageLoadAddress() local 516 … SectionSP section_sp(section_list->FindSectionByName(info.segments[seg_idx].name)); in UpdateImageLoadAddress() local 565 SectionSP section_sp(section_list->FindSectionByName(info.segments[i].name)); in UnloadImageLoadAddress() local
|
/external/lldb/source/Plugins/ObjectFile/ELF/ |
D | ObjectFileELF.cpp | 951 … SectionSP section_sp (new Section(GetModule(), // Module to which this section belongs. in CreateSections() local 991 SectionSP section_sp (elf_section_list->FindSectionByType (section_type, true)); in CreateSections() local 1143 lldb::SectionSP section_sp (module_section_list->FindSectionByName (sect_name)); in ParseSymbols() local
|
/external/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/ |
D | DynamicLoaderPOSIXDYLD.cpp | 221 SectionSP section_sp (sections->GetSectionAtIndex(i)); in UpdateLoadedSections() local
|
/external/lldb/source/Plugins/ObjectFile/Mach-O/ |
D | ObjectFileMachO.cpp | 794 SectionSP section_sp (symbol->GetAddress().GetSection()); in GetAddressClass() local 1317 SectionSP section_sp(new Section (segment_sp, in CreateSections() local 1412 SectionSP section_sp (m_section_list->FindSectionByID (n_sect)); in GetSection() local 1451 SectionSP section_sp; member
|
/external/lldb/source/Plugins/ObjectFile/PECOFF/ |
D | ObjectFilePECOFF.cpp | 710 …SectionSP section_sp (new Section (module_sp, // Module to which this section b… in CreateSections() local
|
/external/lldb/source/Plugins/SymbolFile/DWARF/ |
D | SymbolFileDWARFDebugMap.cpp | 1073 … const SectionSP section_sp (sc.function->GetAddressRange().GetBaseAddress().GetSection()); in RemoveFunctionsWithModuleNotEqualTo() local
|