Searched defs:cie (Results 1 - 13 of 13) sorted by relevance

/external/elfutils/0.153/libdw/
H A Dframe-cache.c62 struct dwarf_cie *cie = arg; local
64 free ((Dwarf_Frame *) cie->initial_state);
65 free (cie);
H A Dcie.c77 struct dwarf_cie *cie = malloc (sizeof (struct dwarf_cie)); local
78 if (cie == NULL)
84 cie->offset = offset;
85 cie->code_alignment_factor = info->code_alignment_factor;
86 cie->data_alignment_factor = info->data_alignment_factor;
87 cie->return_address_register = info->return_address_register;
89 cie->fde_augmentation_data_size = 0;
90 cie->sized_augmentation_data = false;
91 cie->signal_frame = false;
93 cie
[all...]
H A Dcfi.c83 const struct dwarf_cie *cie,
148 loc += operand * cie->code_alignment_factor;
162 if (likely (!read_encoded_value (cache, cie->fde_encoding,
193 offset = sf_offset * cie->data_alignment_factor;
205 offset = sf_offset * cie->data_alignment_factor;
232 offset *= cie->data_alignment_factor;
241 offset = sf_offset * cie->data_alignment_factor;
254 offset *= cie->data_alignment_factor;
262 offset = sf_offset * cie->data_alignment_factor;
303 cfi_assert (cie
82 execute_cfi(Dwarf_CFI *cache, const struct dwarf_cie *cie, Dwarf_Frame **state, const uint8_t *program, const uint8_t *const end, bool abi_cfi, Dwarf_Addr loc, Dwarf_Addr find_pc) argument
416 cie_cache_initial_state(Dwarf_CFI *cache, struct dwarf_cie *cie) argument
[all...]
H A Dfde.c90 struct dwarf_cie *cie = __libdw_find_cie (cache, entry->CIE_pointer); local
91 if (cie == NULL)
103 if (unlikely (read_encoded_value (cache, cie->fde_encoding,
105 || unlikely (read_encoded_value (cache, cie->fde_encoding & 0x0f,
110 fde->cie = cie;
112 if (cie->sized_augmentation_data)
129 fde->instructions += cie->fde_augmentation_data_size;
289 __libdw_intern_cie (cache, last_offset, &entry.cie);
H A Dcfi.h84 struct dwarf_cie *cie; member in struct:dwarf_fde
184 /* Previous state saved by DW_CFA_remember_state, or .cie->initial_state,
H A Dlibdw.h246 Dwarf_CIE cie; member in union:__anon21186
250 #define dwarf_cfi_cie_p(entry) ((entry)->cie.CIE_id == DW_CIE_ID_64)
317 see whether ENTRY->cie or ENTRY->fde is valid.
/external/lldb/source/Symbol/
H A DDWARFCallFrameInfo.cpp155 // cie.offset = cie_offset;
156 // cie.length = length;
157 // cie.cieID = cieID;
352 const CIE *cie = GetCIE (cie_offset); local
353 if (cie)
359 lldb::addr_t addr = m_cfi_data.GetGNUEHPointer(&offset, cie->ptr_encoding, pc_rel_addr, text_addr, data_addr);
360 lldb::addr_t length = m_cfi_data.GetGNUEHPointer(&offset, cie->ptr_encoding & DW_EH_PE_MASK_ENCODING, pc_rel_addr, text_addr, data_addr);
415 const CIE *cie = GetCIE (cie_offset); local
416 assert (cie != NULL);
423 lldb::addr_t range_base = m_cfi_data.GetGNUEHPointer(&offset, cie
[all...]
/external/elfutils/elfutils/
H A Dlibdw.h246 Dwarf_CIE cie; member in union:__anon21330
250 #define dwarf_cfi_cie_p(entry) ((entry)->cie.CIE_id == DW_CIE_ID_64)
317 see whether ENTRY->cie or ENTRY->fde is valid.
/external/libcxxabi/src/Unwind/
H A DDwarfParser.hpp109 static const char *parseCIE(A &addressSpace, pint_t cie, CIE_Info *cieInfo);
256 const char *CFI_Parser<A>::parseCIE(A &addressSpace, pint_t cie, argument
267 cieInfo->cieStart = cie;
268 pint_t p = cie;
315 cieInfo->personalityOffsetInCIE = (uint8_t)(p - cie);
/external/qemu/tcg/i386/
H A Dtcg-target.c2205 DebugFrameCIE cie; member in struct:__anon30193
2219 .cie.len = sizeof(DebugFrameCIE)-4, /* length after .len member */
2220 .cie.id = -1,
2221 .cie.version = 1,
2222 .cie.code_align = 1,
2223 .cie.data_align = 0x78, /* sleb128 -8 */
2224 .cie.return_column = 16,
2248 .cie.len = sizeof(DebugFrameCIE)-4, /* length after .len member */
2249 .cie.id = -1,
2250 .cie
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.core.runtime.compatibility_3.2.100.v20100505.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/valgrind/main/coregrind/m_debuginfo/
H A Dreaddwarf.c3721 static void init_CIE ( CIE* cie )
3723 cie->offset = 0;
3724 cie->code_a_f = 0;
3725 cie->data_a_f = 0;
3726 cie->ra_reg = 0;
3727 cie->address_encoding = 0;
3728 cie->instrs = DiCursor_INVALID;
3729 cie->ilen = 0;
3730 cie->saw_z_augmentation = False;
3827 VG_(printf)("cie/fd
4068 Int cie; local
[all...]
/external/elfutils/0.153/src/
H A Dreadelf.c5411 struct cieinfo *cie = cies; local
5412 while (cie != NULL)
5414 ? start - (ptrdiff_t) cie_id == cie->cie_offset
5415 : (ptrdiff_t) cie_id == cie->cie_offset)
5418 cie = cie->next;
5419 if (unlikely (cie == NULL))
5426 fde_encoding = cie->fde_encoding;
5427 lsda_encoding = cie->lsda_encoding;
5428 ptr_size = encoded_ptr_size (fde_encoding, cie
[all...]

Completed in 356 milliseconds