Searched refs:dwarf_next_cfi (Results 1 - 6 of 6) sorted by relevance
/third_party/elfutils/tests/ |
H A D | next_cfi.c | 1 /* 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 D | dwarf_next_cfi.c | 40 dwarf_next_cfi (const unsigned char e_ident[], in dwarf_next_cfi() function 274 INTDEF (dwarf_next_cfi)
|
H A D | fde.c | 147 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 D | cfi.h | 232 INTDECL (dwarf_next_cfi)
|
H A D | cie.c | 123 /* 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 D | libdw.h | 158 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