Home
last modified time | relevance | path

Searched refs:SectionSP (Results 1 – 25 of 40) sorted by relevance

12

/external/lldb/source/API/
DSBSection.cpp38 SBSection::SBSection (const lldb::SectionSP &section_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 &section_sp) in SetSP()
[all …]
/external/lldb/include/lldb/Core/
DSection.h29 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 …]
DAddress.h136 Address (const lldb::SectionSP &section_sp, lldb::addr_t offset) : in Address()
448 lldb::SectionSP
495 SetSection (const lldb::SectionSP &section_sp) in SetSection()
DAddressRange.h48 AddressRange (const lldb::SectionSP &section, lldb::addr_t offset, lldb::addr_t byte_size);
/external/lldb/source/Core/
DSection.cpp48 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 …]
DAddress.cpp245 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 …]
DAddressRange.cpp31 AddressRange::AddressRange (const lldb::SectionSP &section, addr_t offset, addr_t byte_size) : in AddressRange()
DModule.cpp460 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/
DSectionLoadList.h53 GetSectionLoadAddress (const lldb::SectionSP &section_sp) const;
59 …SetSectionLoadAddress (const lldb::SectionSP &section_sp, lldb::addr_t load_addr, bool warn_multip…
65 SetSectionUnloaded (const lldb::SectionSP &section_sp, lldb::addr_t load_addr);
71 SetSectionUnloaded (const lldb::SectionSP &section_sp);
77 typedef std::map<lldb::addr_t, lldb::SectionSP> addr_to_sect_collection;
/external/lldb/include/lldb/API/
DSBSection.h90 SBSection (const lldb::SectionSP &section_sp);
92 lldb::SectionSP
96 SetSP(const lldb::SectionSP &section_sp);
/external/lldb/source/Target/
DSectionLoadList.cpp44 SectionLoadList::GetSectionLoadAddress (const lldb::SectionSP &section) const in GetSectionLoadAddress()
60 SectionLoadList::SetSectionLoadAddress (const lldb::SectionSP &section, addr_t load_addr, bool warn… in SetSectionLoadAddress()
131 SectionLoadList::SetSectionUnloaded (const lldb::SectionSP &section_sp) in SetSectionUnloaded()
167 SectionLoadList::SetSectionUnloaded (const lldb::SectionSP &section_sp, addr_t load_addr) in SetSectionUnloaded()
/external/lldb/include/lldb/Symbol/
DDWARFCallFrameInfo.h40 lldb::SectionSP& section,
129 lldb::SectionSP m_section_sp;
DLineEntry.h34 const lldb::SectionSP &section_sp,
DSymbol.h38 const lldb::SectionSP &section_sp,
/external/lldb/source/Plugins/SymbolVendor/ELF/
DSymbolVendorELF.cpp165SectionSP section_sp (objfile_section_list->FindSectionByType (section_type, true)); in CreateInstance()
168SectionSP module_section_sp (module_section_list->FindSectionByType (section_type, true)); in CreateInstance()
/external/lldb/source/Plugins/ObjectFile/Mach-O/
DObjectFileMachO.cpp794 SectionSP section_sp (symbol->GetAddress().GetSection()); in GetAddressClass()
1009SectionSP 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()
1351SectionSP 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/
DObjectFileELF.cpp527SectionSP dynsym_section_sp (section_list->FindSectionByType (eSectionTypeELFDynamicLinkInfo, true… in GetImageInfoAddress()
951SectionSP 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()
994SectionSP 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/
DDynamicLoaderStatic.cpp134 SectionSP section_sp (section_list->GetSectionAtIndex (sect_idx)); in LoadAllImagesAtFileAddresses()
/external/lldb/source/Symbol/
DUnwindTable.cpp50 SectionSP sect = sl->FindSectionByType (eSectionTypeEHFrame, true); in Initialize()
DLineEntry.cpp32 const lldb::SectionSP &section_sp, in LineEntry()
DSymbol.cpp55 const lldb::SectionSP &section_sp, in Symbol()
/external/lldb/source/Breakpoint/
DBreakpoint.cpp388 SectionSP section_sp (break_loc->GetAddress().GetSection()); in ModulesChanged()
459 SectionSP section_sp (break_loc_sp->GetAddress().GetSection()); in ModulesChanged()
DBreakpointLocationList.cpp103 SectionSP section_sp (break_loc->GetAddress().GetSection()); in FindInModule()
/external/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
DAppleObjCRuntime.cpp318 SectionSP v1_telltale_section_sp = sections->FindSectionByName(ConstString ("__OBJC")); in GetObjCVersion()
/external/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/
DDynamicLoaderMacOSXDYLD.cpp466 SectionSP section_sp(section_list->FindSectionByName(info.segments[i].name)); in UpdateImageLoadAddress()
516SectionSP 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()

12