Home
last modified time | relevance | path

Searched refs:GetOffset (Results 1 – 25 of 58) sorted by relevance

123

/external/lldb/source/Plugins/SymbolFile/DWARF/
DDWARFCompileUnit.cpp117 bool abbrevs_OK = debug_info_data.GetU32(&offset) == abbrevs->GetOffset(); in Extract()
183 GetOffset()); in ExtractDIEsIfNeeded()
278 GetOffset(), in ExtractDIEsIfNeeded()
307 return m_abbrevs ? m_abbrevs->GetOffset() : DW_INVALID_OFFSET; in GetAbbrevOffset()
420 … debug_aranges->AppendRange(GetOffset(), range.GetRangeBase(), range.GetRangeEnd()); in BuildAddressRangeTable()
421 …printf ("0x%8.8x: [0x%16.16" PRIx64 " - 0x%16.16" PRIx64 ")\n", GetOffset(), range.GetRangeBase(),… in BuildAddressRangeTable()
450 GetOffset()); in GetFunctionAranges()
504 return die1.GetOffset() < die2.GetOffset(); in CompareDIEOffset()
524 if (die_offset == (*pos).GetOffset()) in GetDIEPtr()
549 if (die_offset >= (*pos).GetOffset()) in GetDIEPtrContainingOffset()
[all …]
DSymbolFileDWARF.cpp138 die->GetOffset(), in LogDIEs()
250 const dw_offset_t die_offset = die->GetOffset(); in GetTypes()
322 dwarf_cu->GetOffset(), in GetTypes()
718 data.SetData(m_dwarf_data, section_sp->GetOffset (), section_sp->GetFileSize()); in GetCachedSectionData()
959 MakeUserID(dwarf_cu->GetOffset()), in ParseCompileUnit()
967 DebugInfo()->GetCompileUnit(dwarf_cu->GetOffset(), &cu_idx); in ParseCompileUnit()
1086 const user_id_t func_user_id = MakeUserID(die->GetOffset()); in ParseCompileUnitFunction()
1150 if (sc.comp_unit->FindFunctionByUID (MakeUserID(die->GetOffset())).get() == NULL) in ParseCompileUnitFunctions()
1316 BlockSP block_sp(new Block (MakeUserID(die->GetOffset()))); in ParseFunctionBlocks()
2045 … MakeUserID(die->GetOffset()), in ParseChildMembers()
[all …]
DDWARFDebugInfo.cpp203 return a->GetOffset() < b->GetOffset(); in CompileUnitOffsetLessThan()
211 const dw_offset_t cu_offset = ((DWARFCompileUnitSP *)arrmem)->get()->GetOffset(); in CompareDWARFCompileUnitSPOffset()
253 dw_offset_t cu_start_offset = (*pos)->GetOffset(); in GetCompileUnitContainingDIE()
270 return die1.GetOffset() < die2.GetOffset(); in CompareDIEOffset()
513 if (dumpInfo->die_offset == die->GetOffset()) in DumpCallback()
553 else if (dumpInfo->die_offset > die->GetOffset()) in DumpCallback()
748 info->die_offsets.push_back(die->GetOffset()); in FindCallbackString()
753 info->die_offsets.push_back(die->GetOffset()); in FindCallbackString()
DDWARFDebugPubnames.cpp97 dw_offset_t cu_offset = cu->GetOffset(); in GeneratePubnames()
191 … pubnames_set.AddDescriptor(die->GetOffset() - cu_offset, mangled ? mangled : name); in GeneratePubnames()
227 dw_offset_t cu_offset = cu->GetOffset(); in GeneratePubBaseTypes()
238 pubnames_set.AddDescriptor(die->GetOffset() - cu_offset, name); in GeneratePubBaseTypes()
DDWARFDebugInfoEntry.cpp1037 cu->GetOffset(), in DumpLocation()
1038 GetOffset(), in DumpLocation()
1790 const dw_offset_t die_offset = die->GetOffset(); in Contains()
1791 if (die_offset > GetOffset()) in Contains()
1796 return die_offset < sibling->GetOffset(); in Contains()
1822 debug_aranges->AppendRange (cu->GetOffset(), lo_pc, hi_pc); in BuildAddressRangeTable()
1861 debug_aranges->AppendRange (GetOffset(), lo_pc, hi_pc); in BuildFunctionAddressRangeTable()
2263 offset = GetOffset(); in GetAbbreviationDeclarationPtr()
2277 GetOffset(), in GetAbbreviationDeclarationPtr()
2290 return a.GetOffset() < b.GetOffset(); in OffsetLessThan()
[all …]
DDWARFDIECollection.cpp61 s->Printf( "0x%8.8x\n", (*pos)->GetOffset()); in Dump()
DDWARFDebugAbbrev.h44 dw_offset_t GetOffset() const { return m_offset; } in GetOffset() function
/external/dbus-binding-generator/chromeos-dbus-bindings/
Dindented_text_unittest.cc22 size_t GetOffset() const { return text_.offset_; } in GetOffset() function in chromeos_dbus_bindings::IndentedTextTest
29 EXPECT_EQ(0u, GetOffset()); in TEST_F()
37 EXPECT_EQ(0u, GetOffset()); in TEST_F()
44 EXPECT_EQ(0u, GetOffset()); in TEST_F()
93 EXPECT_EQ(2u, GetOffset()); in TEST_F()
99 EXPECT_EQ(kShift0 + kShift1, GetOffset()); in TEST_F()
105 EXPECT_EQ(2u, GetOffset()); in TEST_F()
110 EXPECT_EQ(0u, GetOffset()); in TEST_F()
125 EXPECT_NE(0u, GetOffset()); in TEST_F()
129 EXPECT_EQ(0u, GetOffset()); in TEST_F()
/external/lldb/source/Core/
DAddressRange.cpp67 return (addr.GetOffset() - m_base_addr.GetOffset()) < GetByteSize(); in ContainsFileAddress()
103 return (addr.GetOffset() - m_base_addr.GetOffset()) < GetByteSize(); in ContainsLoadAddress()
159 s->Address (m_base_addr.GetOffset() + GetByteSize(), addr_size); in Dump()
199 …x%16.16" PRIx64 "\n", this, m_base_addr.GetSection().get(), m_base_addr.GetOffset(), GetByteSize()… in DumpDebug()
DAddress.cpp210 curr_address.SetOffset (curr_address.GetOffset() + bytes_read); in ReadCStringFromMemory()
526 cstr_addr.SetOffset(cstr_addr.GetOffset() + pointer_size); in Dump()
553 … cfstring_data_addr.SetOffset(cfstring_data_addr.GetOffset() + (2 * pointer_size)); in Dump()
1007 return a.GetOffset() == rhs.GetOffset() && in operator ==()
1015 return a.GetOffset() != rhs.GetOffset() || in operator !=()
DAddressResolverName.cpp194 func_addr.SetOffset (func_addr.GetOffset() + prologue_byte_size); in SearchCallback()
223 func_addr.SetOffset (func_addr.GetOffset() + prologue_byte_size); in SearchCallback()
DValueObjectMemory.cpp84 m_value.GetScalar() = m_address.GetOffset(); in ValueObjectMemory()
124 m_value.GetScalar() = m_address.GetOffset(); in ValueObjectMemory()
/external/google-breakpad/src/common/linux/
Ddump_symbols.cc85 using google_breakpad::GetOffset;
189 GetOffset<ElfClass, uint8_t>(elf_header, stab_section->sh_offset); in LoadStabs()
191 GetOffset<ElfClass, uint8_t>(elf_header, stabstr_section->sh_offset); in LoadStabs()
244 GetOffset<ElfClass, Shdr>(elf_header, elf_header->e_shoff); in LoadDwarf()
249 string name = GetOffset<ElfClass, char>(elf_header, in LoadDwarf()
252 const char* contents = GetOffset<ElfClass, char>(elf_header, in LoadDwarf()
340 GetOffset<ElfClass, char>(elf_header, section->sh_offset); in LoadDwarfCFI()
598 GetOffset<ElfClass, Phdr>(elf_header, elf_header->e_phoff), in LoadSymbols()
606 GetOffset<ElfClass, Shdr>(elf_header, elf_header->e_shoff); in LoadSymbols()
609 GetOffset<ElfClass, char>(elf_header, section_names->sh_offset); in LoadSymbols()
[all …]
Delfutils.cc61 GetOffset<ElfClass, Shdr>(elf_header, elf_header->e_shoff); in FindElfClassSection()
64 GetOffset<ElfClass, char>(elf_header, section_names->sh_offset); in FindElfClassSection()
96 GetOffset<ElfClass, Phdr>(elf_header, elf_header->e_phoff); in FindElfClassSegment()
Delfutils-inl.h39 const T* GetOffset(const typename ElfClass::Ehdr* elf_header, in GetOffset() function
/external/lldb/scripts/Python/interface/
DSBAddress.i89 SBAddress::GetOffset ();
184 __swig_getmethods__["offset"] = GetOffset
185 …if _newclass: offset = property(GetOffset, None, doc='''A read only property that returns the sect…
/external/v8/src/mips/
Dmacro-assembler-mips.cc2877 offset = GetOffset(offset, L, OffsetSize::kOffset16); in BranchShortHelper()
2888 offset = GetOffset(offset, L, OffsetSize::kOffset26); in BranchShortHelperR6()
2922 int32_t MacroAssembler::GetOffset(int32_t offset, Label* L, OffsetSize bits) { in GetOffset() function in v8::internal::MacroAssembler
2962 offset = GetOffset(offset, L, bits); in BranchShortHelperR6()
2972 offset = GetOffset(offset, L, bits); in BranchShortHelperR6()
2978 offset = GetOffset(offset, L, bits); in BranchShortHelperR6()
2985 offset = GetOffset(offset, L, bits); in BranchShortHelperR6()
2996 offset = GetOffset(offset, L, bits); in BranchShortHelperR6()
3002 offset = GetOffset(offset, L, bits); in BranchShortHelperR6()
3009 offset = GetOffset(offset, L, bits); in BranchShortHelperR6()
[all …]
/external/v8/src/mips64/
Dmacro-assembler-mips64.cc3045 offset = GetOffset(offset, L, OffsetSize::kOffset16); in BranchShortHelper()
3056 offset = GetOffset(offset, L, OffsetSize::kOffset26); in BranchShortHelperR6()
3090 int32_t MacroAssembler::GetOffset(int32_t offset, Label* L, OffsetSize bits) { in GetOffset() function in v8::internal::MacroAssembler
3130 offset = GetOffset(offset, L, bits); in BranchShortHelperR6()
3140 offset = GetOffset(offset, L, bits); in BranchShortHelperR6()
3146 offset = GetOffset(offset, L, bits); in BranchShortHelperR6()
3153 offset = GetOffset(offset, L, bits); in BranchShortHelperR6()
3164 offset = GetOffset(offset, L, bits); in BranchShortHelperR6()
3170 offset = GetOffset(offset, L, bits); in BranchShortHelperR6()
3177 offset = GetOffset(offset, L, bits); in BranchShortHelperR6()
[all …]
/external/lldb/source/Symbol/
DUnwindPlan.cpp167 s.Printf ("0x%16.16" PRIx64 ": CFA=", base_addr + GetOffset()); in Dump()
169 s.Printf ("0x%8.8" PRIx64 ": CFA=", GetOffset()); in Dump()
309 if (m_row_list.empty() || m_row_list.back()->GetOffset() != row_sp->GetOffset()) in AppendRow()
328 if ((*pos)->GetOffset() <= offset) in GetRowForFunctionOffset()
DSymbol.cpp219 s->Printf (", value = 0x%16.16" PRIx64, m_addr_range.GetBaseAddress().GetOffset()); in GetDescription()
224 s->Printf (", sibling = %5" PRIu64, m_addr_range.GetBaseAddress().GetOffset()); in GetDescription()
226 s->Printf (", value = 0x%16.16" PRIx64, m_addr_range.GetBaseAddress().GetOffset()); in GetDescription()
276 m_addr_range.GetBaseAddress().GetOffset(), in Dump()
DBlock.cpp298 const addr_t addr_offset = addr.GetOffset(); in GetRangeContainingAddress()
299 const addr_t func_offset = func_range.GetBaseAddress().GetOffset(); in GetRangeContainingAddress()
339 const addr_t addr_offset = addr.GetOffset(); in GetRangeIndexContainingAddress()
340 const addr_t func_offset = func_range.GetBaseAddress().GetOffset(); in GetRangeIndexContainingAddress()
/external/lldb/source/API/
DSBAddress.cpp165 addr_t addr_offset = m_opaque_ap->GetOffset(); in OffsetAddress()
185 SBAddress::GetOffset () in GetOffset() function in SBAddress
188 return m_opaque_ap->GetOffset(); in GetOffset()
/external/lldb/source/Plugins/Process/Utility/
DRegisterContextLLDB.cpp159 m_current_offset = m_current_pc.GetOffset() - m_start_pc.GetOffset(); in InitializeZerothFrame()
397 && addr_range.GetBaseAddress().GetOffset() == m_current_pc.GetOffset()) in InitializeNonZerothFrame()
409 temporary_pc.SetOffset(m_current_pc.GetOffset() - 1); in InitializeNonZerothFrame()
427 m_current_offset = m_current_pc.GetOffset() - m_start_pc.GetOffset(); in InitializeNonZerothFrame()
433 m_current_pc.SetOffset(m_current_pc.GetOffset() - 1); in InitializeNonZerothFrame()
1150 int offset = unwindplan_regloc.GetOffset(); in SavedLocationForRegister()
1160 int offset = unwindplan_regloc.GetOffset(); in SavedLocationForRegister()
/external/lldb/include/lldb/Expression/
DMaterializer.h106 return m_result_entity->GetOffset(); in GetResultOffset()
141 uint32_t GetOffset () in GetOffset() function
/external/lldb/source/Plugins/UnwindAssembly/x86/
DUnwindAssembly-x86.cpp670 m_cur_insn.SetOffset (m_cur_insn.GetOffset() + insn_len); in get_non_call_site_unwind_plan()
686 end_of_fun.SetOffset (end_of_fun.GetOffset() + m_func_bounds.GetByteSize()); in get_non_call_site_unwind_plan()
692 last_seven_bytes.SetOffset (last_seven_bytes.GetOffset() - 7); in get_non_call_site_unwind_plan()
708 last_two_bytes.SetOffset (last_two_bytes.GetOffset() - 2); in get_non_call_site_unwind_plan()
862 m_cur_insn.SetOffset (m_cur_insn.GetOffset() + insn_len); in find_first_non_prologue_insn()

123