Searched refs:cie_id (Results 1 - 4 of 4) sorted by relevance

/openbsd-current/gnu/llvm/lldb/source/Symbol/
H A DDWARFCallFrameInfo.cpp254 dw_offset_t cie_id, end_offset; local
258 cie_id = m_cfi_data.GetU64(&offset);
261 cie_id = m_cfi_data.GetU32(&offset);
264 if (length > 0 && ((m_type == DWARF && cie_id == UINT32_MAX) ||
265 (m_type == EH && cie_id == 0ul))) {
441 dw_offset_t cie_id, next_entry, cie_offset; local
446 cie_id = m_cfi_data.GetU64(&offset);
448 cie_offset = current_entry + 12 - cie_id;
450 cie_id = m_cfi_data.GetU32(&offset);
452 cie_offset = current_entry + 4 - cie_id;
[all...]
/openbsd-current/gnu/usr.bin/binutils-2.17/binutils/
H A Ddwarf.c2919 unsigned long cie_id; local
2953 cie_id = byte_get (start, offset_size); start += offset_size;
2955 if (is_eh ? (cie_id == 0) : (cie_id == DW_CIE_ID))
3022 (unsigned long)(saved_start - section_start), length, cie_id,
3028 (unsigned long)(saved_start - section_start), length, cie_id);
3079 look_for = is_eh ? start - 4 - cie_id : section_start + cie_id;
3088 cie_id, (unsigned long)(saved_start - section_start));
3137 (unsigned long)(saved_start - section_start), length, cie_id,
[all...]
/openbsd-current/gnu/usr.bin/binutils/gdb/
H A Ddwarf2-frame.c1260 ULONGEST cie_id;
1281 cie_id = 0;
1283 cie_id = DW64_CIE_ID;
1285 cie_id = DW_CIE_ID;
1298 if (cie_pointer == cie_id)
1251 ULONGEST cie_id; local
/openbsd-current/gnu/usr.bin/binutils/binutils/
H A Dreadelf.c8701 unsigned long cie_id;
8735 cie_id = byte_get (start, offset_size); start += offset_size;
8737 if (is_eh ? (cie_id == 0) : (cie_id == DW_CIE_ID))
8783 (unsigned long)(saved_start - section_start), length, cie_id,
8789 (unsigned long)(saved_start - section_start), length, cie_id);
8840 look_for = is_eh ? start - 4 - cie_id : section_start + cie_id;
8849 cie_id, saved_start);
8894 (unsigned long)(saved_start - section_start), length, cie_id,
8699 unsigned long cie_id; local
[all...]

Completed in 400 milliseconds