Searched refs:dwarf_next_cu_header (Results 1 – 6 of 6) sorted by relevance
/titanic_50/usr/src/lib/libdwarf/common/ |
H A D | dwarf_addr_finder.c | 188 for (nres = dwarf_next_cu_header(dbg, &hdr_length, &version_stamp, in handle_debug_info() 192 nres = dwarf_next_cu_header(dbg, &hdr_length, &version_stamp, in handle_debug_info()
|
H A D | mapfile-vers | 241 dwarf_next_cu_header;
|
H A D | dwarf_die_deliv.c | 251 dwarf_next_cu_header(Dwarf_Debug dbg, in dwarf_next_cu_header() function
|
H A D | libdwarf.h | 1133 int dwarf_next_cu_header(Dwarf_Debug /*dbg*/,
|
/titanic_50/usr/src/tools/ctf/cvt/ |
H A D | dwarf.c | 1936 if ((rc = dwarf_next_cu_header(dw.dw_dw, &hdrlen, &vers, &abboff, in dw_read() 1980 if ((rc = dwarf_next_cu_header(dw.dw_dw, &hdrlen, &vers, &abboff, in dw_read()
|
/titanic_50/usr/src/lib/libctf/common/ |
H A D | ctf_dwarf.c | 2706 while ((ret = dwarf_next_cu_header(dw, NULL, &vers, NULL, NULL, in ctf_dwarf_count_dies() 2743 while ((ret = dwarf_next_cu_header(cup->cu_dwarf, &hdrlen, NULL, in ctf_dwarf_init_die()
|