Home
last modified time | relevance | path

Searched defs:section_sp (Results 1 – 25 of 27) 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() 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 &section_sp) in SetSP()
138 SectionSP section_sp (GetSP()); in GetFileAddress() local
150 SectionSP section_sp (GetSP()); in GetLoadAddress() local
[all …]
DSBModule.cpp594 SectionSP section_sp (section_list->FindSectionByName(const_sect_name)); in FindSection() local
DSBTarget.cpp2394 SectionSP section_sp (section.GetSP()); in SetSectionLoadAddress() local
2514 SectionSP section_sp (section_list->GetSectionAtIndex(sect_idx)); in ClearModuleLoadAddress() local
/external/lldb/source/Core/
DAddress.cpp245 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 …]
DModule.cpp460 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
DSection.cpp313 SectionList::AddSection (const lldb::SectionSP& section_sp) in AddSection()
/external/lldb/include/lldb/Core/
DAddress.h136 Address (const lldb::SectionSP &section_sp, lldb::addr_t offset) : in Address()
495 SetSection (const lldb::SectionSP &section_sp) in SetSection()
/external/lldb/source/Target/
DSectionLoadList.cpp131 SectionLoadList::SetSectionUnloaded (const lldb::SectionSP &section_sp) in SetSectionUnloaded()
167 SectionLoadList::SetSectionUnloaded (const lldb::SectionSP &section_sp, addr_t load_addr) in SetSectionUnloaded()
DTarget.cpp1228 SectionSP section_sp (addr.GetSection()); in ReadMemoryFromFileCache() local
/external/lldb/source/Plugins/SymbolVendor/ELF/
DSymbolVendorELF.cpp165 … SectionSP section_sp (objfile_section_list->FindSectionByType (section_type, true)); in CreateInstance() local
/external/lldb/source/Plugins/DynamicLoader/Static/
DDynamicLoaderStatic.cpp134 SectionSP section_sp (section_list->GetSectionAtIndex (sect_idx)); in LoadAllImagesAtFileAddresses() local
/external/lldb/source/Symbol/
DLineEntry.cpp32 const lldb::SectionSP &section_sp, in LineEntry()
DSymbol.cpp55 const lldb::SectionSP &section_sp, in Symbol()
DDWARFCallFrameInfo.cpp31 DWARFCallFrameInfo::DWARFCallFrameInfo(ObjectFile& objfile, SectionSP& section_sp, lldb::RegisterKi… in DWARFCallFrameInfo()
DFunction.cpp388 SectionSP section_sp (m_range.GetBaseAddress().GetSection()); in CalculateSymbolContextModule() local
DObjectFile.cpp347 const SectionSP section_sp (symbol->GetAddress().GetSection()); in GetAddressClass() local
DSymtab.cpp977 …SectionSP section_sp (m_objfile->GetSectionList()->FindSectionContainingFileAddress (entry.GetRang… in InitAddressIndexes() local
/external/lldb/source/Breakpoint/
DBreakpoint.cpp388 SectionSP section_sp (break_loc->GetAddress().GetSection()); in ModulesChanged() local
459 SectionSP section_sp (break_loc_sp->GetAddress().GetSection()); in ModulesChanged() local
DBreakpointLocationList.cpp103 SectionSP section_sp (break_loc->GetAddress().GetSection()); in FindInModule() local
/external/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/
DDynamicLoaderMacOSXDYLD.cpp466 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/
DObjectFileELF.cpp951 … 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/
DDynamicLoaderPOSIXDYLD.cpp221 SectionSP section_sp (sections->GetSectionAtIndex(i)); in UpdateLoadedSections() local
/external/lldb/source/Plugins/ObjectFile/Mach-O/
DObjectFileMachO.cpp794 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/
DObjectFilePECOFF.cpp710 …SectionSP section_sp (new Section (module_sp, // Module to which this section b… in CreateSections() local
/external/lldb/source/Plugins/SymbolFile/DWARF/
DSymbolFileDWARFDebugMap.cpp1073 … const SectionSP section_sp (sc.function->GetAddressRange().GetBaseAddress().GetSection()); in RemoveFunctionsWithModuleNotEqualTo() local

12