Searched defs:cu_offset (Results 1 - 11 of 11) sorted by relevance

/external/lldb/source/Plugins/SymbolFile/DWARF/
H A DNameToDIE.cpp51 NameToDIE::FindAllEntriesForCompileUnit (uint32_t cu_offset, argument
60 if (cu_offset < die_offset && die_offset < cu_end_offset)
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 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 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 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/0.153/libdw/
H A Dlibdw.h176 Dwarf_Off cu_offset; member in struct:__anon21182
H A DlibdwP.h168 Dwarf_Off cu_offset; member in struct:Dwarf::pubnames_s
328 #define DIE_OFFSET_FROM_CU_OFFSET(cu_offset, offset_size, type_unit) \
329 ((type_unit) ? ((cu_offset) + 4 * (offset_size) - 4 + 3 + 8) \
330 : ((cu_offset) + 3 * (offset_size) - 4 + 3))
/external/elfutils/elfutils/
H A Dlibdw.h176 Dwarf_Off cu_offset; member in struct:__anon21326
/external/elfutils/0.153/src/
H A Dreadelf.c5525 Dwarf_Off cu_offset; member in struct:attrcb_args
5875 .cu_offset = offset
6758 (*np)++, global->die_offset, global->cu_offset, global->name);

Completed in 184 milliseconds