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

/freebsd-10.0-release/contrib/llvm/tools/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,
/freebsd-10.0-release/contrib/binutils/binutils/
H A Ddwarf.h76 unsigned long cu_offset; member in struct:__anon286
H A Ddwarf.c586 unsigned long cu_offset)
887 printf ("DW_OP_call2: <%lx>", (long) byte_get (data, 2) + cu_offset);
893 printf ("DW_OP_call4: <%lx>", (long) byte_get (data, 4) + cu_offset);
930 unsigned long cu_offset,
1012 cu_offset, pointer_size,
1029 printf (" <%lx>", uvalue + cu_offset);
1371 cu_offset);
1506 unsigned long cu_offset,
1515 data = read_and_display_attr_value (attribute, form, data, cu_offset,
1601 unsigned long cu_offset; local
583 decode_location_expression(unsigned char * data, unsigned int pointer_size, unsigned long length, unsigned long cu_offset) argument
927 read_and_display_attr_value(unsigned long attribute, unsigned long form, unsigned char *data, unsigned long cu_offset, unsigned long pointer_size, unsigned long offset_size, int dwarf_version, debug_info *debug_info_p, int do_loc) argument
1503 read_and_display_attr(unsigned long attribute, unsigned long form, unsigned char *data, unsigned long cu_offset, unsigned long pointer_size, unsigned long offset_size, int dwarf_version, debug_info *debug_info_p, int do_loc) argument
2377 unsigned long cu_offset; local
[all...]
/freebsd-10.0-release/contrib/llvm/lib/DebugInfo/
H A DDWARFDebugAranges.h74 void appendRange(uint32_t cu_offset, uint64_t low_pc, uint64_t high_pc);
/freebsd-10.0-release/lib/libdwarf/
H A D_libdwarf.h123 uint64_t cu_offset; /* Offset to the this compilation unit. */ member in struct:_Dwarf_CU
H A Ddwarf_dump.c662 die->die_cu->cu_offset));
787 (unsigned long long) cu->cu_offset);
820 (unsigned long long) cu->cu_offset);
H A Ddwarf_func.c177 die->die_cu->cu_offset;
H A Ddwarf_init.c486 cu->cu_offset = offset;

Completed in 301 milliseconds