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

  /external/elfutils/src/tests/
get-aranges.c 70 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
get-pubnames.c 38 (unsigned long long int) gl->cu_offset);
42 if (dwarf_offdie (dbg, gl->cu_offset, &cu_die) == 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; }
NameToDIE.h 53 FindAllEntriesForCompileUnit (uint32_t cu_offset,
DWARFDebugArangeSet.cpp 25 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;
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);
NameToDIE.cpp 51 NameToDIE::FindAllEntriesForCompileUnit (uint32_t cu_offset,
60 if (cu_offset < die_offset && die_offset < cu_end_offset)
DWARFDebugInfo.h 42 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);
DWARFDebugAranges.cpp 72 const dw_offset_t cu_offset = set.GetCompileUnitDIEOffset(); local
77 m_aranges.Append(RangeToDIE::Entry (descriptor.address, descriptor.length, cu_offset));
DWARFDebugAranges.h 45 AppendRange (dw_offset_t cu_offset,
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/src/libdw/
dwarf_getpubnames.c 109 &mem[cnt].cu_offset, IDX_debug_info, 3))
116 + mem[cnt].cu_offset);
196 gl.cu_offset = (dbg->pubnames_sets[cnt].cu_offset
214 gl.die_offset += dbg->pubnames_sets[cnt].cu_offset;
libdwP.h 163 Dwarf_Off cu_offset; member in struct:Dwarf::pubnames_s
336 #define DIE_OFFSET_FROM_CU_OFFSET(cu_offset, offset_size, type_unit) \
337 ((type_unit) ? ((cu_offset) + 4 * (offset_size) - 4 + 3 + 8) \
338 : ((cu_offset) + 3 * (offset_size) - 4 + 3))
libdw.h 157 Dwarf_Off cu_offset; member in struct:__anon8913
    [all...]
  /external/google-breakpad/src/common/
dwarf_cu_to_module.h 155 WarningReporter(const string &filename, uint64 cu_offset)
156 : filename_(filename), cu_offset_(cu_offset), printed_cu_header_(false),
209 uint64 cu_offset() const { function in class:google_breakpad::DwarfCUToModule::WarningReporter
dwarf_cu_to_module_unittest.cc 74 MockWarningReporter(const string &filename, uint64 cu_offset)
75 : DwarfCUToModule::WarningReporter(filename, cu_offset) { }
    [all...]
dwarf_cu_to_module.cc 310 data, cu_context_->reporter->cu_offset())) {
    [all...]
  /art/compiler/dwarf/
debug_info_entry_writer.h 146 void WriteRef4(Attribute attrib, int cu_offset) {
148 this->PushUint32(cu_offset);
151 void WriteRef(Attribute attrib, int cu_offset) {
153 this->PushUleb128(cu_offset);
  /external/elfutils/src/src/
nm.c     [all...]
readelf.c     [all...]
  /external/linux-tools-perf/src/tools/perf/util/
probe-finder.c 1035 if (!dwarf_offdie(dbg, gl->cu_offset, param->cu_die))
    [all...]

Completed in 197 milliseconds