/external/lldb/source/API/ |
D | SBSection.cpp | 38 SBSection::SBSection (const lldb::SectionSP §ion_sp) : in SBSection() 59 SectionSP section_sp (GetSP()); in IsValid() 66 SectionSP section_sp (GetSP()); in GetName() 76 SectionSP section_sp (GetSP()); in GetParent() 79 SectionSP parent_section_sp (section_sp->GetParent()); in GetParent() 93 SectionSP section_sp (GetSP()); in FindSubSection() 106 SectionSP section_sp (GetSP()); in GetNumSubSections() 116 SectionSP section_sp (GetSP()); in GetSubSectionAtIndex() 122 lldb::SectionSP 129 SBSection::SetSP(const lldb::SectionSP §ion_sp) in SetSP() [all …]
|
/external/lldb/include/lldb/Core/ |
D | Section.h | 29 typedef std::vector<lldb::SectionSP> collection; 41 AddSection (const lldb::SectionSP& section_sp); 44 AddUniqueSection (const lldb::SectionSP& section_sp); 55 lldb::SectionSP 58 lldb::SectionSP 61 lldb::SectionSP 64 lldb::SectionSP 82 …ReplaceSection (lldb::user_id_t sect_id, const lldb::SectionSP& section_sp, uint32_t depth = UINT3… 88 lldb::SectionSP 125 …Section (const lldb::SectionSP &parent_section_sp, // NULL for top level sections, non-NULL for… [all …]
|
D | Address.h | 136 Address (const lldb::SectionSP §ion_sp, lldb::addr_t offset) : in Address() 448 lldb::SectionSP 495 SetSection (const lldb::SectionSP §ion_sp) in SetSection()
|
D | AddressRange.h | 48 AddressRange (const lldb::SectionSP §ion, lldb::addr_t offset, lldb::addr_t byte_size);
|
/external/lldb/source/Core/ |
D | Section.cpp | 48 Section::Section (const lldb::SectionSP &parent_section_sp, in Section() 89 SectionSP parent_sp (GetParent ()); in GetFileAddress() 105 SectionSP parent_sp (GetParent ()); in GetOffset() 117 SectionSP parent_sp (GetParent ()); in GetLoadBaseAddress() 240 SectionSP parent_sp (GetParent ()); in DumpName() 268 SectionSP parent_sp (GetParent ()); in IsDescendant() 313 SectionList::AddSection (const lldb::SectionSP& section_sp) in AddSection() 351 SectionList::AddUniqueSection (const lldb::SectionSP& sect_sp) in AddUniqueSection() 362 SectionList::ReplaceSection (user_id_t sect_id, const lldb::SectionSP& sect_sp, uint32_t depth) in ReplaceSection() 396 SectionSP [all …]
|
D | Address.cpp | 245 SectionSP section_sp (section_list->FindSectionContainingFileAddress(file_addr)); in ResolveAddressUsingFileSections() 262 SectionSP section_sp (GetSection()); in GetModule() 271 SectionSP section_sp (GetSection()); in GetFileAddress() 291 SectionSP section_sp (GetSection()); in GetLoadAddress() 369 SectionSP section_sp (GetSection()); in Dump() 776 SectionSP section_sp (GetSection()); in CalculateSymbolContext() 793 SectionSP section_sp (GetSection()); in CalculateSymbolContextModule() 802 SectionSP section_sp (GetSection()); in CalculateSymbolContextCompileUnit() 819 SectionSP section_sp (GetSection()); in CalculateSymbolContextFunction() 836 SectionSP section_sp (GetSection()); in CalculateSymbolContextBlock() [all …]
|
D | AddressRange.cpp | 31 AddressRange::AddressRange (const lldb::SectionSP §ion, addr_t offset, addr_t byte_size) : in AddressRange()
|
D | Module.cpp | 460 SectionSP section_sp (so_addr.GetSection()); in ResolveSymbolContextForAddress() 1270 lldb::SectionSP section_sp (section_list->GetSectionAtIndex (idx - 1)); in SetSymbolFileFileSpec() 1306 SectionSP section_sp = sections->GetSectionAtIndex(sect_idx); in IsLoadedInTarget() 1417 SectionSP section_sp (section_list->GetSectionAtIndex (sect_idx)); in SetLoadAddress()
|
/external/lldb/include/lldb/Target/ |
D | SectionLoadList.h | 53 GetSectionLoadAddress (const lldb::SectionSP §ion_sp) const; 59 …SetSectionLoadAddress (const lldb::SectionSP §ion_sp, lldb::addr_t load_addr, bool warn_multip… 65 SetSectionUnloaded (const lldb::SectionSP §ion_sp, lldb::addr_t load_addr); 71 SetSectionUnloaded (const lldb::SectionSP §ion_sp); 77 typedef std::map<lldb::addr_t, lldb::SectionSP> addr_to_sect_collection;
|
/external/lldb/include/lldb/API/ |
D | SBSection.h | 90 SBSection (const lldb::SectionSP §ion_sp); 92 lldb::SectionSP 96 SetSP(const lldb::SectionSP §ion_sp);
|
/external/lldb/source/Target/ |
D | SectionLoadList.cpp | 44 SectionLoadList::GetSectionLoadAddress (const lldb::SectionSP §ion) const in GetSectionLoadAddress() 60 SectionLoadList::SetSectionLoadAddress (const lldb::SectionSP §ion, addr_t load_addr, bool warn… in SetSectionLoadAddress() 131 SectionLoadList::SetSectionUnloaded (const lldb::SectionSP §ion_sp) in SetSectionUnloaded() 167 SectionLoadList::SetSectionUnloaded (const lldb::SectionSP §ion_sp, addr_t load_addr) in SetSectionUnloaded()
|
/external/lldb/include/lldb/Symbol/ |
D | DWARFCallFrameInfo.h | 40 lldb::SectionSP& section, 129 lldb::SectionSP m_section_sp;
|
D | LineEntry.h | 34 const lldb::SectionSP §ion_sp,
|
D | Symbol.h | 38 const lldb::SectionSP §ion_sp,
|
/external/lldb/source/Plugins/SymbolVendor/ELF/ |
D | SymbolVendorELF.cpp | 165 … SectionSP section_sp (objfile_section_list->FindSectionByType (section_type, true)); in CreateInstance() 168 … SectionSP module_section_sp (module_section_list->FindSectionByType (section_type, true)); in CreateInstance()
|
/external/lldb/source/Plugins/ObjectFile/Mach-O/ |
D | ObjectFileMachO.cpp | 794 SectionSP section_sp (symbol->GetAddress().GetSection()); in GetAddressClass() 1009 … SectionSP unified_section_sp(unified_section_list.FindSectionByName(const_segname)); in CreateSections() 1077 SectionSP segment_sp; in CreateSections() 1317 SectionSP section_sp(new Section (segment_sp, in CreateSections() 1351 … SectionSP curr_section_sp(segment_sp->GetChildren().FindSectionByID (sect_uid)); in CreateSections() 1352 SectionSP next_section_sp; in CreateSections() 1403 SectionSP 1407 return SectionSP(); in GetSection() 1412 SectionSP section_sp (m_section_list->FindSectionByID (n_sect)); in GetSection() 1451 SectionSP section_sp; [all …]
|
/external/lldb/source/Plugins/ObjectFile/ELF/ |
D | ObjectFileELF.cpp | 527 …SectionSP dynsym_section_sp (section_list->FindSectionByType (eSectionTypeELFDynamicLinkInfo, true… in GetImageInfoAddress() 951 … SectionSP section_sp (new Section(GetModule(), // Module to which this section belongs. in CreateSections() 991 SectionSP section_sp (elf_section_list->FindSectionByType (section_type, true)); in CreateSections() 994 … SectionSP module_section_sp (unified_section_list.FindSectionByType (section_type, true)); in CreateSections() 1048 SectionSP symbol_section_sp; in ParseSymbols() 1143 lldb::SectionSP section_sp (module_section_list->FindSectionByName (sect_name)); in ParseSymbols() 1299 const lldb::SectionSP &plt_section_sp, in ParsePLTRelocations() 1401 SectionSP plt_section_sp (section_list->FindSectionByID(plt_id)); in ParseTrampolineSymbols()
|
/external/lldb/source/Plugins/DynamicLoader/Static/ |
D | DynamicLoaderStatic.cpp | 134 SectionSP section_sp (section_list->GetSectionAtIndex (sect_idx)); in LoadAllImagesAtFileAddresses()
|
/external/lldb/source/Symbol/ |
D | UnwindTable.cpp | 50 SectionSP sect = sl->FindSectionByType (eSectionTypeEHFrame, true); in Initialize()
|
D | LineEntry.cpp | 32 const lldb::SectionSP §ion_sp, in LineEntry()
|
D | Symbol.cpp | 55 const lldb::SectionSP §ion_sp, in Symbol()
|
/external/lldb/source/Breakpoint/ |
D | Breakpoint.cpp | 388 SectionSP section_sp (break_loc->GetAddress().GetSection()); in ModulesChanged() 459 SectionSP section_sp (break_loc_sp->GetAddress().GetSection()); in ModulesChanged()
|
D | BreakpointLocationList.cpp | 103 SectionSP section_sp (break_loc->GetAddress().GetSection()); in FindInModule()
|
/external/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
D | AppleObjCRuntime.cpp | 318 SectionSP v1_telltale_section_sp = sections->FindSectionByName(ConstString ("__OBJC")); in GetObjCVersion()
|
/external/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/ |
D | DynamicLoaderMacOSXDYLD.cpp | 466 SectionSP section_sp(section_list->FindSectionByName(info.segments[i].name)); in UpdateImageLoadAddress() 516 … SectionSP section_sp(section_list->FindSectionByName(info.segments[seg_idx].name)); in UpdateImageLoadAddress() 565 SectionSP section_sp(section_list->FindSectionByName(info.segments[i].name)); in UnloadImageLoadAddress()
|