Home
last modified time | relevance | path

Searched refs:dwarf_next_cfi (Results 1 – 10 of 10) sorted by relevance

/third_party/elfutils/tests/
Dnext_cfi.c70 while ((res = dwarf_next_cfi (e_ident, data, is_eh, off = next_off, in handle_section()
83 if (dwarf_next_cfi (e_ident, data, is_eh, cie_off, &cie_off_next, in handle_section()
/third_party/elfutils/libdw/
Ddwarf_next_cfi.c40 dwarf_next_cfi (const unsigned char e_ident[], in dwarf_next_cfi() function
274 INTDEF (dwarf_next_cfi)
Dfde.c147 int result = INTUSE(dwarf_next_cfi) (cache->e_ident, in __libdw_fde_by_offset()
283 int result = INTUSE(dwarf_next_cfi) (cache->e_ident, in __libdw_find_fde()
Dcfi.h232 INTDECL (dwarf_next_cfi)
Dcie.c170 int result = INTUSE(dwarf_next_cfi) (cache->e_ident, in __libdw_find_cie()
Dlibdw.map189 dwarf_next_cfi;
DMakefile.am85 dwarf_next_cfi.c \
Dlibdw.h333 extern int dwarf_next_cfi (const unsigned char e_ident[],
DChangeLog27 * dwarf_next_cfi.c (dwarf_next_cfi): Don't skip processing the
383 * dwarf_next_cfi.c (dwarf_next_cfi): Check whether length is zero.
1596 * dwarf_next_cfi.c (dwarf_next_cfi): Bounds check bytes and call
2455 * dwarf_next_cfi.c: Fix version 4 return_address_register decoding.
2482 * dwarf_next_cfi.c: Handle version 4 format.
2727 * dwarf_next_cfi.c: New file.
2730 Declare dwarf_next_cfi.
2732 Add dwarf_next_cfi.
/third_party/elfutils/
Delfutils_config.gni239 "//third_party/elfutils/libdw/dwarf_next_cfi.c",