Searched refs:cu_next_offset (Results 1 - 4 of 4) sorted by relevance

/freebsd-9.3-release/lib/libdwarf/
H A Ddwarf_cu.c34 Dwarf_Half *cu_pointer_size, Dwarf_Unsigned *cu_next_offset, Dwarf_Error *error)
43 cu_next_offset == NULL) {
65 *cu_next_offset = dbg->dbg_cu_current->cu_next_offset;
32 dwarf_next_cu_header(Dwarf_Debug dbg, Dwarf_Unsigned *cu_header_length, Dwarf_Half *cu_version, Dwarf_Unsigned *cu_abbrev_offset, Dwarf_Half *cu_pointer_size, Dwarf_Unsigned *cu_next_offset, Dwarf_Error *error) argument
H A D_libdwarf.h132 uint64_t cu_next_offset; member in struct:_Dwarf_CU
H A Ddwarf_dump.c783 Dwarf_Unsigned cu_next_offset; local
795 &cu_next_offset, &error) != DWARF_E_NONE) {
H A Ddwarf_init.c522 cu->cu_next_offset = next_offset;

Completed in 58 milliseconds