Searched refs:cu_offset (Results 1 - 21 of 21) sorted by relevance

/external/elfutils/tests/
H A Dget-aranges.c70 Dwarf_Off cu_offset; local
72 if (dwarf_getarangeinfo (found, NULL, NULL, &cu_offset) != 0)
82 if (dwarf_offdie (dbg, cu_offset, &cu_die) == NULL
108 Dwarf_Off cu_offset; local
110 if (dwarf_getarangeinfo (arange, &start, &length, &cu_offset)
121 (unsigned long long int) cu_offset);
125 if (dwarf_offdie (dbg, cu_offset, &cu_die) == NULL
H A Dget-pubnames.c38 (unsigned long long int) gl->cu_offset);
42 if (dwarf_offdie (dbg, gl->cu_offset, &cu_die) == NULL
/external/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugArangeSet.h25 uint32_t cu_offset; // The offset from the beginning of the .debug_info section of the compilation unit entry referenced by the table. member in struct:DWARFDebugArangeSet::Header
41 void SetHeader(uint16_t version, uint32_t cu_offset, uint8_t addr_size, uint8_t seg_size);
46 dw_offset_t GetCompileUnitDIEOffset() const { return m_header.cu_offset; }
H A DDWARFDebugArangeSet.cpp25 m_header.cu_offset = 0;
36 m_header.cu_offset = 0;
46 uint32_t cu_offset,
52 m_header.cu_offset = cu_offset;
188 m_header.cu_offset = data.GetU32(offset_ptr);
239 s->Printf("Address Range Header: length = 0x%8.8x, version = 0x%4.4x, cu_offset = 0x%8.8x, addr_size = 0x%2.2x, seg_size = 0x%2.2x\n",
240 m_header.length ,m_header.version, m_header.cu_offset, m_header.addr_size, m_header.seg_size);
271 return m_header.cu_offset;
43 SetHeader( uint16_t version, uint32_t cu_offset, uint8_t addr_size, uint8_t seg_size ) argument
H A DDWARFDebugPubnames.cpp97 dw_offset_t cu_offset = cu->GetOffset(); local
98 DWARFDebugPubnamesSet pubnames_set(DW_INVALID_OFFSET, cu_offset, cu->GetNextCompileUnitOffset() - cu_offset);
191 pubnames_set.AddDescriptor(die->GetOffset() - cu_offset, mangled ? mangled : name);
227 dw_offset_t cu_offset = cu->GetOffset(); local
228 DWARFDebugPubnamesSet pubnames_set(DW_INVALID_OFFSET, cu_offset, cu->GetNextCompileUnitOffset() - cu_offset);
238 pubnames_set.AddDescriptor(die->GetOffset() - cu_offset, name);
H A DNameToDIE.cpp51 NameToDIE::FindAllEntriesForCompileUnit (uint32_t cu_offset, argument
60 if (cu_offset < die_offset && die_offset < cu_end_offset)
H A DNameToDIE.h53 FindAllEntriesForCompileUnit (uint32_t cu_offset,
H A DDWARFDebugInfo.h42 const dw_offset_t cu_offset, // Can be valid (find in .debug_aranges), or DW_INVALID_OFFSET if we need to search manually
51 DWARFCompileUnitSP GetCompileUnit(dw_offset_t cu_offset, uint32_t* idx_ptr = NULL);
H A DDWARFDebugAranges.cpp72 const dw_offset_t cu_offset = set.GetCompileUnitDIEOffset(); local
77 m_aranges.Append(RangeToDIE::Entry (descriptor.address, descriptor.length, cu_offset));
H A DDWARFDebugAranges.h45 AppendRange (dw_offset_t cu_offset,
H A DDWARFDebugInfo.cpp110 const dw_offset_t cu_offset = cu_aranges.FindAddress (address); local
111 cu_sp = GetCompileUnit(cu_offset);
211 const dw_offset_t cu_offset = ((DWARFCompileUnitSP *)arrmem)->get()->GetOffset(); local
212 if (key_cu_offset < cu_offset)
214 if (key_cu_offset > cu_offset)
220 DWARFDebugInfo::GetCompileUnit(dw_offset_t cu_offset, uint32_t* idx_ptr) argument
224 if (cu_offset != DW_INVALID_OFFSET)
228 DWARFCompileUnitSP* match = (DWARFCompileUnitSP*)bsearch(&cu_offset, &m_compile_units[0], m_compile_units.size(), sizeof(DWARFCompileUnitSP), CompareDWARFCompileUnitSPOffset);
H A DSymbolFileDWARF.cpp2724 const dw_offset_t cu_offset = debug_info->GetCompileUnitAranges().FindAddress(file_vm_addr); local
2725 if (cu_offset != DW_INVALID_OFFSET)
2728 DWARFCompileUnit* dwarf_cu = debug_info->GetCompileUnit(cu_offset, &cu_idx).get();
2821 cu_offset,
/external/elfutils/libdw/
H A Ddwarf_getpubnames.c109 &mem[cnt].cu_offset, IDX_debug_info, 3))
116 + mem[cnt].cu_offset);
195 gl.cu_offset = (dbg->pubnames_sets[cnt].cu_offset
213 gl.die_offset += dbg->pubnames_sets[cnt].cu_offset;
H A DlibdwP.h160 Dwarf_Off cu_offset; member in struct:Dwarf::pubnames_s
333 #define DIE_OFFSET_FROM_CU_OFFSET(cu_offset, offset_size, type_unit) \
334 ((type_unit) ? ((cu_offset) + 4 * (offset_size) - 4 + 3 + 8) \
335 : ((cu_offset) + 3 * (offset_size) - 4 + 3))
H A Dlibdw.h157 Dwarf_Off cu_offset; member in struct:__anon5671
/external/google-breakpad/src/common/
H A Ddwarf_cu_to_module.h155 WarningReporter(const string &filename, uint64 cu_offset) argument
156 : filename_(filename), cu_offset_(cu_offset), printed_cu_header_(false),
209 uint64 cu_offset() const { function in class:google_breakpad::DwarfCUToModule::WarningReporter
H A Ddwarf_cu_to_module_unittest.cc74 MockWarningReporter(const string &filename, uint64 cu_offset) argument
75 : DwarfCUToModule::WarningReporter(filename, cu_offset) { }
H A Ddwarf_cu_to_module.cc310 data, cu_context_->reporter->cu_offset())) {
/external/elfutils/include/elfutils/
H A Dlibdw.h157 Dwarf_Off cu_offset; member in struct:__anon5618
/external/elfutils/src/
H A Dnm.c1389 cudie = dwarf_offdie (dbg, (*found)->cu_offset,
H A Dreadelf.c7697 (*np)++, global->die_offset, global->cu_offset, global->name);

Completed in 223 milliseconds