HomeSort by relevance Sort by last modified time
    Searched defs:cu_offset (Results 1 - 9 of 9) sorted by null

  /external/lldb/source/Plugins/SymbolFile/DWARF/
DWARFDebugArangeSet.h 25 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; }
DWARFDebugAranges.cpp 72 const dw_offset_t cu_offset = set.GetCompileUnitDIEOffset(); local
77 m_aranges.Append(RangeToDIE::Entry (descriptor.address, descriptor.length, cu_offset));
DWARFDebugPubnames.cpp 97 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);
DWARFDebugInfo.cpp 110 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)
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);
SymbolFileDWARF.cpp 2724 const dw_offset_t cu_offset = debug_info->GetCompileUnitAranges().FindAddress(file_vm_addr); local
    [all...]
  /external/elfutils/0.153/libdw/
libdw.h 176 Dwarf_Off cu_offset; member in struct:__anon24991
libdwP.h 168 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/
libdw.h 176 Dwarf_Off cu_offset; member in struct:__anon25135
  /external/elfutils/0.153/src/
readelf.c 5525 Dwarf_Off cu_offset; member in struct:attrcb_args
    [all...]

Completed in 165 milliseconds