Searched refs:GetSection (Results 1 - 25 of 32) sorted by relevance

12

/external/lldb/test/python_api/default-constructor/
H A Dsb_address.py14 obj.GetSection()
/external/lldb/source/Core/
H A DAddressRange.cpp52 // 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());
H A DAddress.cpp262 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...]
H A DDebugger.cpp2460 if (func_addr.GetSection() == format_addr.GetSection())
/external/lldb/scripts/Python/interface/
H A DSBAddress.i86 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/
H A Dmain.cpp207 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/
H A DTestSymbolAPI.py71 self.assertTrue(addr_line1.GetSection().GetSectionType() == lldb.eSectionTypeCode)
84 self.assertTrue(addr_line2.GetSection().GetSectionType() == lldb.eSectionTypeCode)
/external/lldb/include/lldb/Core/
H A DAddress.h354 return IsValid() && (GetSection().get() != NULL);
449 GetSection () const { return m_section_wp.lock(); } function in class:lldb_private::Address
/external/lldb/include/lldb/API/
H A DSBAddress.h80 GetSection ();
/external/lldb/source/API/
H A DSBAddress.cpp176 SBAddress::GetSection () function in class:SBAddress
180 sb_section.SetSP (m_opaque_ap->GetSection());
H A DSBValue.cpp1513 (addr.GetSection() ? addr.GetSection()->GetName().GetCString() : "NULL"),
/external/lldb/source/Symbol/
H A DBlock.cpp296 if (addr.GetSection() == func_range.GetBaseAddress().GetSection())
337 if (addr.GetSection() == func_range.GetBaseAddress().GetSection())
H A DSymbol.cpp176 return m_addr_range.GetBaseAddress().GetSection().get() != NULL;
202 if (m_addr_range.GetBaseAddress().GetSection())
H A DFunction.cpp388 SectionSP section_sp (m_range.GetBaseAddress().GetSection());
H A DObjectFile.cpp347 const SectionSP section_sp (symbol->GetAddress().GetSection());
/external/lldb/source/Plugins/ObjectFile/Mach-O/
H A DObjectFileMachO.cpp794 SectionSP section_sp (symbol->GetAddress().GetSection());
1404 GetSection (uint8_t n_sect, addr_t file_addr) function in class:MachSymtabSectionInfo
2064 symbol_section = section_info.GetSection (nlist.n_sect, nlist.n_value);
2079 symbol_section = section_info.GetSection (nlist.n_sect, nlist.n_value);
2107 symbol_section = section_info.GetSection (nlist.n_sect, nlist.n_value);
2113 symbol_section = section_info.GetSection (nlist.n_sect, nlist.n_value);
2147 symbol_section = section_info.GetSection (nlist.n_sect, nlist.n_value);
2308 symbol_section = section_info.GetSection (nlist.n_sect, nlist.n_value);
2319 symbol_section = section_info.GetSection (nlist.n_sect, nlist.n_value);
2329 symbol_section = section_info.GetSection (nlis
[all...]
/external/lldb/source/Breakpoint/
H A DBreakpoint.cpp388 SectionSP section_sp (break_loc->GetAddress().GetSection());
459 SectionSP section_sp (break_loc_sp->GetAddress().GetSection());
H A DBreakpointLocationList.cpp103 SectionSP section_sp (break_loc->GetAddress().GetSection());
/external/lldb/source/Plugins/Process/Utility/
H A DRegisterContextLLDB.cpp157 if (m_current_pc.GetSection() == m_start_pc.GetSection())
396 && addr_range.GetBaseAddress().GetSection() == m_current_pc.GetSection()
/external/pdfium/fpdfsdk/src/pdfwindow/
H A DPWL_EditCtrl.cpp526 if (pIterator->GetSection(section))
554 if (pIterator->GetSection(section))
/external/pdfium/core/include/fpdfdoc/
H A Dfpdf_vt.h313 virtual FX_BOOL GetSection(CPVT_Section & section) const = 0;
/external/pdfium/fpdfsdk/src/fxedit/
H A Dfxet_edit.cpp94 FX_BOOL CFX_Edit_Iterator::GetSection(CPVT_Section & section) const function in class:CFX_Edit_Iterator
99 if (m_pVTIterator->GetSection(section))
1592 if (pIterator->GetSection(secinfo))
1630 if (pIterator->GetSection(secinfo))
2646 if (pIterator->GetSection(section))
3076 pIterator->GetSection(section);
3140 pIterator->GetSection(section);
3231 if (pIterator->GetSection(secinfo))
/external/lldb/source/Plugins/Disassembler/llvm/
H A DDisassemblerLLVMC.cpp828 if (value_so_addr.IsValid() && value_so_addr.GetSection())
/external/pdfium/fpdfsdk/include/fxedit/
H A Dfx_edit.h131 virtual FX_BOOL GetSection(CPVT_Section & section) const = 0;
/external/lldb/source/Commands/
H A DCommandObjectThread.cpp1031 Address fun_end_addr(fun_start_addr.GetSection(),

Completed in 4171 milliseconds

12