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

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFCompileUnit.cpp39 const dw_offset_t cu_offset = GetOffset(); local
51 debug_aranges->AppendRange(cu_offset, range.GetRangeBase(),
86 debug_aranges->AppendRange(cu_offset, range.GetRangeBase(),
H A DDWARFDebugAranges.cpp47 const dw_offset_t cu_offset = set.GetHeader().cu_offset; local
53 descriptor.length, cu_offset));
H A DDWARFDebugArangeSet.cpp20 m_header.cu_offset = 0;
29 m_header.cu_offset = 0;
58 m_header.cu_offset = data.GetDWARFOffset(offset_ptr);
137 return m_header.cu_offset;
H A DDWARFDebugArangeSet.h22 uint32_t cu_offset; // The offset from the beginning of the .debug_info member in struct:DWARFDebugArangeSet::Header
H A DDWARFDebugAranges.h33 void AppendRange(dw_offset_t cu_offset, dw_addr_t low_pc, dw_addr_t high_pc);
H A DDWARFDebugInfo.h39 DWARFUnit *GetUnitAtOffset(DIERef::Section section, dw_offset_t cu_offset,
H A DDebugNamesDWARFIndex.cpp48 llvm::Optional<uint64_t> cu_offset = entry.getCUOffset(); local
49 if (!cu_offset)
52 DWARFUnit *cu = m_debug_info.GetUnitAtOffset(DIERef::Section::DebugInfo, *cu_offset);
125 uint64_t cu_offset = cu.GetOffset(); local
133 if (entry_or->getCUOffset() != cu_offset)
H A DDWARFDebugInfo.cpp138 dw_offset_t cu_offset,
140 uint32_t idx = FindUnitIndex(section, cu_offset);
142 if (result && result->GetOffset() != cu_offset) {
137 GetUnitAtOffset(DIERef::Section section, dw_offset_t cu_offset, uint32_t *idx_ptr) argument
H A DSymbolFileDWARF.cpp1806 const dw_offset_t cu_offset = aranges->FindAddress(file_vm_addr); local
1807 if (cu_offset == DW_INVALID_OFFSET) {
1831 cu_offset, &cu_idx))) {
1909 cu_offset, cu_idx);
/freebsd-11-stable/contrib/elftoolchain/libdwarf/
H A Ddwarf_die.c116 offset = at->u[0].u64 + cu->cu_offset;
175 if (offset > cu->cu_offset && offset < cu->cu_next_offset) {
194 if (offset < cu->cu_offset ||
208 if (offset < cu->cu_offset ||
286 *ret_offset = die->die_offset - cu->cu_offset;
292 dwarf_die_CU_offset_range(Dwarf_Die die, Dwarf_Off *cu_offset, argument
300 if (die == NULL || cu_offset == NULL || cu_length == NULL) {
308 *cu_offset = cu->cu_offset;
359 if (cu->cu_offset
[all...]
H A Dlibdwarf_nametbl.c113 if (cu->cu_offset == nt->nt_cu_offset)
186 nt->nt_cu_offset = nt->nt_cu->cu_offset;
H A Dlibdwarf_arange.c103 if (cu->cu_offset == as->as_cu_offset)
H A Dlibdwarf_info.c175 cu->cu_offset = offset;
H A Ddwarf_form.c161 at->at_die->die_cu->cu_offset;
H A D_libdwarf.h321 Dwarf_Off cu_offset; /* Offset to the this CU. */ member in struct:_Dwarf_CU
/freebsd-11-stable/contrib/binutils/binutils/
H A Ddwarf.h76 unsigned long cu_offset; member in struct:__anon276
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-11-stable/contrib/elftoolchain/readelf/
H A Dreadelf.c5414 Dwarf_Off cu_offset, cu_length; local
5463 if (dwarf_die_CU_offset_range(die, &cu_offset,
5479 (uintmax_t) cu_offset);

Completed in 163 milliseconds