HomeSort by relevance Sort by last modified time
    Searched refs:SectionSP (Results 1 - 25 of 40) sorted by null

1 2

  /external/lldb/include/lldb/Target/
SectionLoadList.h 53 GetSectionLoadAddress (const lldb::SectionSP &section_sp) const;
59 SetSectionLoadAddress (const lldb::SectionSP &section_sp, lldb::addr_t load_addr, bool warn_multiple = false);
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/source/API/
SBSection.cpp 38 SBSection::SBSection (const lldb::SectionSP &section_sp) :
59 SectionSP section_sp (GetSP());
66 SectionSP section_sp (GetSP());
76 SectionSP section_sp (GetSP());
79 SectionSP parent_section_sp (section_sp->GetParent());
93 SectionSP section_sp (GetSP());
106 SectionSP section_sp (GetSP());
116 SectionSP section_sp (GetSP());
122 lldb::SectionSP
129 SBSection::SetSP(const lldb::SectionSP &section_sp
    [all...]
  /external/lldb/include/lldb/API/
SBSection.h 90 SBSection (const lldb::SectionSP &section_sp);
92 lldb::SectionSP
96 SetSP(const lldb::SectionSP &section_sp);
  /external/lldb/include/lldb/Core/
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 = UINT32_MAX);
88 lldb::SectionSP
125 Section (const lldb::SectionSP &parent_section_sp, // NULL for top level sections, non-NULL for child section
    [all...]
Address.h 136 Address (const lldb::SectionSP &section_sp, lldb::addr_t offset) :
448 lldb::SectionSP
495 SetSection (const lldb::SectionSP &section_sp)
AddressRange.h 48 AddressRange (const lldb::SectionSP &section, lldb::addr_t offset, lldb::addr_t byte_size);
  /external/lldb/source/Core/
Section.cpp 48 Section::Section (const lldb::SectionSP &parent_section_sp,
89 SectionSP parent_sp (GetParent ());
105 SectionSP parent_sp (GetParent ());
117 SectionSP parent_sp (GetParent ());
240 SectionSP parent_sp (GetParent ());
268 SectionSP parent_sp (GetParent ());
313 SectionList::AddSection (const lldb::SectionSP& section_sp)
351 SectionList::AddUniqueSection (const lldb::SectionSP& sect_sp)
362 SectionList::ReplaceSection (user_id_t sect_id, const lldb::SectionSP& sect_sp, uint32_t depth)
396 SectionSP
    [all...]
Address.cpp 245 SectionSP section_sp (section_list->FindSectionContainingFileAddress(file_addr));
262 SectionSP section_sp (GetSection());
271 SectionSP section_sp (GetSection());
291 SectionSP section_sp (GetSection());
369 SectionSP section_sp (GetSection());
776 SectionSP section_sp (GetSection());
793 SectionSP section_sp (GetSection());
802 SectionSP section_sp (GetSection());
819 SectionSP section_sp (GetSection());
836 SectionSP section_sp (GetSection())
    [all...]
AddressRange.cpp 31 AddressRange::AddressRange (const lldb::SectionSP &section, addr_t offset, addr_t byte_size) :
Module.cpp 460 SectionSP section_sp (so_addr.GetSection());
    [all...]
  /external/lldb/include/lldb/Symbol/
LineEntry.h 34 const lldb::SectionSP &section_sp,
DWARFCallFrameInfo.h 40 lldb::SectionSP& section,
129 lldb::SectionSP m_section_sp;
Symbol.h 38 const lldb::SectionSP &section_sp,
  /external/lldb/source/Plugins/SymbolVendor/ELF/
SymbolVendorELF.cpp 165 SectionSP section_sp (objfile_section_list->FindSectionByType (section_type, true));
168 SectionSP module_section_sp (module_section_list->FindSectionByType (section_type, true));
  /external/lldb/source/Target/
SectionLoadList.cpp 44 SectionLoadList::GetSectionLoadAddress (const lldb::SectionSP &section) const
60 SectionLoadList::SetSectionLoadAddress (const lldb::SectionSP &section, addr_t load_addr, bool warn_multiple)
131 SectionLoadList::SetSectionUnloaded (const lldb::SectionSP &section_sp)
167 SectionLoadList::SetSectionUnloaded (const lldb::SectionSP &section_sp, addr_t load_addr)
  /external/lldb/source/Plugins/DynamicLoader/Static/
DynamicLoaderStatic.cpp 134 SectionSP section_sp (section_list->GetSectionAtIndex (sect_idx));
  /external/lldb/source/Symbol/
UnwindTable.cpp 50 SectionSP sect = sl->FindSectionByType (eSectionTypeEHFrame, true);
LineEntry.cpp 32 const lldb::SectionSP &section_sp,
Symbol.cpp 55 const lldb::SectionSP &section_sp,
  /external/lldb/source/Plugins/ObjectFile/Mach-O/
ObjectFileMachO.cpp 794 SectionSP section_sp (symbol->GetAddress().GetSection());
1009 SectionSP unified_section_sp(unified_section_list.FindSectionByName(const_segname));
    [all...]
  /external/lldb/source/Breakpoint/
Breakpoint.cpp 388 SectionSP section_sp (break_loc->GetAddress().GetSection());
459 SectionSP section_sp (break_loc_sp->GetAddress().GetSection());
BreakpointLocationList.cpp 103 SectionSP section_sp (break_loc->GetAddress().GetSection());
  /external/lldb/source/Plugins/ObjectFile/ELF/
ObjectFileELF.cpp 527 SectionSP dynsym_section_sp (section_list->FindSectionByType (eSectionTypeELFDynamicLinkInfo, true));
    [all...]
  /external/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
AppleObjCRuntime.cpp 318 SectionSP v1_telltale_section_sp = sections->FindSectionByName(ConstString ("__OBJC"));
  /external/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/
DynamicLoaderMacOSXDYLD.cpp 466 SectionSP section_sp(section_list->FindSectionByName(info.segments[i].name));
516 SectionSP section_sp(section_list->FindSectionByName(info.segments[seg_idx].name));
565 SectionSP section_sp(section_list->FindSectionByName(info.segments[i].name));
    [all...]

Completed in 401 milliseconds

1 2