Searched refs:cu_dwarf_size (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/elftoolchain/libdwarf/ |
H A D | dwarf_die.c | 53 ret = _dwarf_die_parse(die->die_dbg, ds, cu, cu->cu_dwarf_size, in dwarf_child() 125 ret = _dwarf_die_parse(die->die_dbg, ds, cu, cu->cu_dwarf_size, offset, in dwarf_siblingof_b() 153 return (_dwarf_die_parse(dbg, s, cu, cu->cu_dwarf_size, in _dwarf_search_die_within_cu()
|
H A D | libdwarf_info.c | 183 cu->cu_dwarf_size = dwarf_size; in _dwarf_info_load()
|
H A D | libdwarf_die.c | 93 ret = _dwarf_die_parse(dbg, ds, cu, cu->cu_dwarf_size, off, in _dwarf_die_find()
|
H A D | _libdwarf.h | 331 uint8_t cu_dwarf_size; /* CU section dwarf size. */ member
|