Home
last modified time | relevance | path

Searched refs:cu_length_size (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/elftoolchain/libdwarf/
H A Ddwarf_cu.c89 if (cu->cu_length_size == 4) in dwarf_next_cu_header_c()
95 if (cu->cu_length_size == 4) in dwarf_next_cu_header_c()
H A Ddwarf_loclist.c253 offset_size = dbg->dbg_cu_current->cu_length_size == 4 ? 4 : 8; in dwarf_loclist_from_expr_a()
256 offset_size = dbg->dbg_tu_current->cu_length_size == 4 ? 4 : 8; in dwarf_loclist_from_expr_a()
H A Dlibdwarf_loclist.c78 cu->cu_length_size == 4 ? 4 : 8, cu->cu_version, in _dwarf_loclist_add_locdesc()
H A Ddwarf_attr.c192 DW_AT_high_pc, cu->cu_length_size == 4 ? 4 : 8, in dwarf_highpc_b()
H A Dlibdwarf_info.c205 cu->cu_length_size = (dwarf_size == 4 ? 4 : 12); in _dwarf_info_load()
H A Ddwarf_die.c309 *cu_length = cu->cu_length + cu->cu_length_size; in dwarf_die_CU_offset_range()
H A Dlibdwarf_loc.c697 at->u[0].u64, cu->cu_pointer_size, cu->cu_length_size == 4 ? 4 : 8, in _dwarf_loc_add()
H A D_libdwarf.h323 uint16_t cu_length_size; /* Size in bytes of the length field. */ member