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

  /external/elfutils/libebl/
eblabicfi.c 37 ebl_abi_cfi (Ebl *ebl, Dwarf_CIE *abi_info)
ebl-hooks.h 159 int EBLHOOK(abi_cfi) (Ebl *ebl, Dwarf_CIE *abi_info);
libebl.h 295 extern int ebl_abi_cfi (Ebl *ebl, Dwarf_CIE *abi_info)
eblopenbackend.c 206 static int default_abi_cfi (Ebl *ebl, Dwarf_CIE *abi_info);
763 Dwarf_CIE *abi_info __attribute__ ((unused)))
  /external/elfutils/backends/
i386_cfi.c 39 i386_abi_cfi (Ebl *ebl __attribute__ ((unused)), Dwarf_CIE *abi_info)
s390_cfi.c 39 s390_abi_cfi (Ebl *ebl, Dwarf_CIE *abi_info)
x86_64_cfi.c 39 x86_64_abi_cfi (Ebl *ebl __attribute__ ((unused)), Dwarf_CIE *abi_info)
aarch64_cfi.c 49 aarch64_abi_cfi (Ebl *ebl __attribute__ ((unused)), Dwarf_CIE *abi_info)
arm_cfi.c 49 arm_abi_cfi (Ebl *ebl __attribute__ ((unused)), Dwarf_CIE *abi_info)
ppc_cfi.c 39 ppc_abi_cfi (Ebl *ebl __attribute__ ((unused)), Dwarf_CIE *abi_info)
sparc_cfi.c 39 sparc_abi_cfi (Ebl *ebl __attribute__ ((unused)), Dwarf_CIE *abi_info)
  /external/elfutils/libdw/
cie.c 43 const struct dwarf_cie *cie1 = a;
44 const struct dwarf_cie *cie2 = b;
53 static struct dwarf_cie *
54 intern_new_cie (Dwarf_CFI *cache, Dwarf_Off offset, const Dwarf_CIE *info)
56 struct dwarf_cie *cie = malloc (sizeof (struct dwarf_cie));
158 struct dwarf_cie *
162 const struct dwarf_cie cie_key = { .offset = offset };
163 struct dwarf_cie **found = tfind (&cie_key, &cache->cie_tree, &compare_cie);
189 __libdw_intern_cie (Dwarf_CFI *cache, Dwarf_Off offset, const Dwarf_CIE *info
    [all...]
cfi.h 37 struct dwarf_cie struct
63 struct dwarf_cie *cie;
197 const Dwarf_CIE *info)
201 extern struct dwarf_cie *__libdw_find_cie (Dwarf_CFI *cache, Dwarf_Off offset)
libdw.h 178 Dwarf_Off CIE_id; /* Always DW_CIE_ID_64 in Dwarf_CIE structures. */
198 } Dwarf_CIE;
206 actually a Dwarf_CIE structure. */
222 /* Each entry in a CFI section is either a CIE described by Dwarf_CIE or
226 Dwarf_Off CIE_id; /* Always DW_CIE_ID_64 in Dwarf_CIE structures. */
227 Dwarf_CIE cie;
    [all...]
cfi.c 103 const struct dwarf_cie *cie,
426 cie_cache_initial_state (Dwarf_CFI *cache, struct dwarf_cie *cie)
438 Dwarf_CIE abi_info = { DW_CIE_ID_64, NULL, NULL, 1, 1, -1, "", NULL, 0, 0 };
463 struct dwarf_cie abi_cie =
  /external/elfutils/libdwfl/
dwfl_frame.c 47 Dwarf_CIE abi_info;

Completed in 481 milliseconds