Home
last modified time | relevance | path

Searched refs:dwarf_next_cfi (Results 1 - 6 of 6) sorted by relevance

/third_party/elfutils/tests/
H A Dnext_cfi.c1 /* Test program for dwarf_next_cfi
70 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()
91 error (EXIT_FAILURE, 0, "dwarf_next_cfi failed: %s\n", in handle_section()
/third_party/elfutils/libdw/
H A Ddwarf_next_cfi.c40 dwarf_next_cfi (const unsigned char e_ident[], in dwarf_next_cfi() function
274 INTDEF (dwarf_next_cfi)
H A 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()
H A Dcfi.h232 INTDECL (dwarf_next_cfi)
H A Dcie.c123 /* XXX should get from dwarf_next_cfi with v4 header. */ in intern_new_cie()
170 int result = INTUSE(dwarf_next_cfi) (cache->e_ident, in __libdw_find_cie()
H A Dlibdw.h158 Pointers here point into the DATA->d_buf block passed to dwarf_next_cfi. */
184 Pointers here point into the DATA->d_buf block passed to dwarf_next_cfi. */
333 extern int dwarf_next_cfi (const unsigned char e_ident[],

Completed in 4 milliseconds