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

1 2

  /external/lldb/test/python_api/default-constructor/
sb_address.py 14 obj.GetSection()
  /external/lldb/source/Core/
AddressRange.cpp 52 // return addr.GetSection() == m_base_addr.GetSection() && (addr.GetOffset() - m_base_addr.GetOffset()) < byte_size;
66 if (addr.GetSection() == m_base_addr.GetSection())
102 if (addr.GetSection() == m_base_addr.GetSection())
199 s->Printf("%p: AddressRange section = %p, offset = 0x%16.16" PRIx64 ", byte_size = 0x%16.16" PRIx64 "\n", this, m_base_addr.GetSection().get(), m_base_addr.GetOffset(), GetByteSize());
Address.cpp 262 SectionSP section_sp (GetSection());
271 SectionSP section_sp (GetSection());
291 SectionSP section_sp (GetSection());
369 SectionSP section_sp (GetSection());
640 if (sc.symbol->GetAddress().GetSection() != GetSection())
691 if (sc.symbol->ValueIsAddress() && sc.symbol->GetAddress().GetSection() != GetSection())
776 SectionSP section_sp (GetSection());
793 SectionSP section_sp (GetSection());
    [all...]
  /external/lldb/scripts/Python/interface/
SBAddress.i 86 GetSection ();
187 __swig_getmethods__["section"] = GetSection
188 if _newclass: section = property(GetSection, None, doc='''A read only property that returns an lldb object that represents the section (lldb.SBSection) that this address resides within.''')
  /external/lldb/examples/lookup/
main.cpp 207 bool success = addr.IsValid() && addr.GetSection().IsValid();
220 strm.Printf (" Address: %s + 0x%llx\n Summary: ", addr.GetSection().GetName (), addr.GetOffset());
  /external/lldb/test/python_api/function_symbol/
TestSymbolAPI.py 71 self.assertTrue(addr_line1.GetSection().GetSectionType() == lldb.eSectionTypeCode)
84 self.assertTrue(addr_line2.GetSection().GetSectionType() == lldb.eSectionTypeCode)
  /external/lldb/include/lldb/Core/
Address.h 354 return IsValid() && (GetSection().get() != NULL);
449 GetSection () const { return m_section_wp.lock(); }
  /external/lldb/include/lldb/API/
SBAddress.h 80 GetSection ();
  /external/lldb/source/API/
SBAddress.cpp 176 SBAddress::GetSection ()
180 sb_section.SetSP (m_opaque_ap->GetSection());
SBValue.cpp     [all...]
  /external/lldb/source/Symbol/
Block.cpp 296 if (addr.GetSection() == func_range.GetBaseAddress().GetSection())
337 if (addr.GetSection() == func_range.GetBaseAddress().GetSection())
Symbol.cpp 176 return m_addr_range.GetBaseAddress().GetSection().get() != NULL;
202 if (m_addr_range.GetBaseAddress().GetSection())
Function.cpp 388 SectionSP section_sp (m_range.GetBaseAddress().GetSection());
ObjectFile.cpp 347 const SectionSP section_sp (symbol->GetAddress().GetSection());
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
mpeg2data.h 93 STDMETHOD_(HRESULT,GetSection)(THIS_ PID pid,TID tid,PMPEG2_FILTER pFilter,DWORD dwTimeout,ISectionList **ppSectionList) PURE;
103 #define IMpeg2Data_GetSection(This,pid,tid,pFilter,dwTimeout,ppSectionList) (This)->lpVtbl->GetSection(This,pid,tid,pFilter,dwTimeout,ppSectionList)
  /external/lldb/source/Plugins/ObjectFile/Mach-O/
ObjectFileMachO.cpp 794 SectionSP section_sp (symbol->GetAddress().GetSection());
    [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/Process/Utility/
RegisterContextLLDB.cpp 157 if (m_current_pc.GetSection() == m_start_pc.GetSection())
396 && addr_range.GetBaseAddress().GetSection() == m_current_pc.GetSection()
    [all...]
  /external/pdfium/fpdfsdk/src/pdfwindow/
PWL_EditCtrl.cpp 526 if (pIterator->GetSection(section))
554 if (pIterator->GetSection(section))
  /external/pdfium/core/include/fpdfdoc/
fpdf_vt.h 319 virtual FX_BOOL GetSection(CPVT_Section & section) const = 0;
  /external/pdfium/fpdfsdk/src/fxedit/
fxet_edit.cpp 94 FX_BOOL CFX_Edit_Iterator::GetSection(CPVT_Section & section) const
99 if (m_pVTIterator->GetSection(section))
    [all...]
  /external/lldb/source/Plugins/Disassembler/llvm/
DisassemblerLLVMC.cpp 828 if (value_so_addr.IsValid() && value_so_addr.GetSection())
  /external/pdfium/core/src/fpdfdoc/
pdf_vt.h 625 FX_BOOL GetSection(CPVT_Section & section) const;
  /external/pdfium/fpdfsdk/include/fxedit/
fx_edit.h 152 virtual FX_BOOL GetSection(CPVT_Section & section) const = 0;

Completed in 468 milliseconds

1 2