Home
last modified time | relevance | path

Searched refs:GetSection (Results 1 – 25 of 33) sorted by relevance

12

/external/lldb/source/Core/
DAddress.cpp262 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()
640 if (sc.symbol->GetAddress().GetSection() != GetSection()) in Dump()
691 … if (sc.symbol->ValueIsAddress() && sc.symbol->GetAddress().GetSection() != 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()
[all …]
DAddressRange.cpp66 if (addr.GetSection() == m_base_addr.GetSection()) in ContainsFileAddress()
102 if (addr.GetSection() == m_base_addr.GetSection()) in ContainsLoadAddress()
199 …%16.16" PRIx64 ", byte_size = 0x%16.16" PRIx64 "\n", this, m_base_addr.GetSection().get(), m_base_… in DumpDebug()
DDebugger.cpp2460 if (func_addr.GetSection() == format_addr.GetSection()) in FormatPromptRecurse()
/external/lldb/scripts/Python/interface/
DSBAddress.i86 GetSection ();
187 __swig_getmethods__["section"] = GetSection
188 …if _newclass: section = property(GetSection, None, doc='''A read only property that returns an lld…
/external/lldb/examples/lookup/
Dmain.cpp207 bool success = addr.IsValid() && addr.GetSection().IsValid(); in main()
220 …strm.Printf (" Address: %s + 0x%llx\n Summary: ", addr.GetSection().GetName (), addr.GetOffs… in main()
/external/lldb/test/python_api/function_symbol/
DTestSymbolAPI.py71 self.assertTrue(addr_line1.GetSection().GetSectionType() == lldb.eSectionTypeCode)
84 self.assertTrue(addr_line2.GetSection().GetSectionType() == lldb.eSectionTypeCode)
/external/lldb/include/lldb/Core/
DAddress.h354 return IsValid() && (GetSection().get() != NULL); in IsSectionOffset()
449 GetSection () const { return m_section_wp.lock(); } in GetSection() function
/external/lldb/source/Plugins/ObjectFile/Mach-O/
DObjectFileMachO.cpp794 SectionSP section_sp (symbol->GetAddress().GetSection()); in GetAddressClass()
1404 GetSection (uint8_t n_sect, addr_t file_addr) in GetSection() function in MachSymtabSectionInfo
2064 … symbol_section = section_info.GetSection (nlist.n_sect, nlist.n_value); in ParseSymtab()
2079 … symbol_section = section_info.GetSection (nlist.n_sect, nlist.n_value); in ParseSymtab()
2107 … symbol_section = section_info.GetSection (nlist.n_sect, nlist.n_value); in ParseSymtab()
2113 … symbol_section = section_info.GetSection (nlist.n_sect, nlist.n_value); in ParseSymtab()
2147 … symbol_section = section_info.GetSection (nlist.n_sect, nlist.n_value); in ParseSymtab()
2308 … symbol_section = section_info.GetSection (nlist.n_sect, nlist.n_value); in ParseSymtab()
2319 … symbol_section = section_info.GetSection (nlist.n_sect, nlist.n_value); in ParseSymtab()
2329 … symbol_section = section_info.GetSection (nlist.n_sect, nlist.n_value); in ParseSymtab()
[all …]
/external/lldb/test/python_api/default-constructor/
Dsb_address.py14 obj.GetSection()
/external/lldb/source/Symbol/
DBlock.cpp296 if (addr.GetSection() == func_range.GetBaseAddress().GetSection()) in GetRangeContainingAddress()
337 if (addr.GetSection() == func_range.GetBaseAddress().GetSection()) in GetRangeIndexContainingAddress()
DSymbol.cpp176 return m_addr_range.GetBaseAddress().GetSection().get() != NULL; in ValueIsAddress()
202 if (m_addr_range.GetBaseAddress().GetSection()) in GetDescription()
DFunction.cpp388 SectionSP section_sp (m_range.GetBaseAddress().GetSection()); in CalculateSymbolContextModule()
DObjectFile.cpp347 const SectionSP section_sp (symbol->GetAddress().GetSection()); in GetAddressClass()
/external/lldb/source/API/
DSBAddress.cpp176 SBAddress::GetSection () in GetSection() function in SBAddress
180 sb_section.SetSP (m_opaque_ap->GetSection()); in GetSection()
DSBValue.cpp1513 (addr.GetSection() ? addr.GetSection()->GetName().GetCString() : "NULL"), in GetAddress()
/external/lldb/include/lldb/API/
DSBAddress.h80 GetSection ();
/external/lldb/source/Plugins/Process/Utility/
DRegisterContextLLDB.cpp157 if (m_current_pc.GetSection() == m_start_pc.GetSection()) in InitializeZerothFrame()
396 && addr_range.GetBaseAddress().GetSection() == m_current_pc.GetSection() in InitializeNonZerothFrame()
/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/pdfium/fpdfsdk/src/pdfwindow/
DPWL_EditCtrl.cpp526 if (pIterator->GetSection(section)) in GetCaretFont()
554 if (pIterator->GetSection(section)) in GetCaretFontSize()
/external/pdfium/fpdfsdk/src/fxedit/
Dfxet_edit.cpp94 FX_BOOL CFX_Edit_Iterator::GetSection(CPVT_Section & section) const in GetSection() function in CFX_Edit_Iterator
99 if (m_pVTIterator->GetSection(section)) in GetSection()
1575 if (pIterator->GetSection(secinfo)) in SetSecProps()
1613 if (pIterator->GetSection(secinfo)) in SetSecProps()
2629 if (pIterator->GetSection(section)) in SetCaretChange()
3059 pIterator->GetSection(section); in Backspace()
3123 pIterator->GetSection(section); in Delete()
3214 if (pIterator->GetSection(secinfo)) in Clear()
/external/pdfium/core/include/fpdfdoc/
Dfpdf_vt.h319 virtual FX_BOOL GetSection(CPVT_Section & section) const = 0;
/external/pdfium/fpdfsdk/include/fxedit/
Dfx_edit.h152 virtual FX_BOOL GetSection(CPVT_Section & section) const = 0;
/external/lldb/source/Plugins/Disassembler/llvm/
DDisassemblerLLVMC.cpp828 if (value_so_addr.IsValid() && value_so_addr.GetSection()) in SymbolLookup()
/external/pdfium/core/src/fpdfdoc/
Dpdf_vt.h625 FX_BOOL GetSection(CPVT_Section & section) const;

12