Searched refs:cu_length_size (Results 1 – 8 of 8) sorted by relevance
89 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()
253 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()
78 cu->cu_length_size == 4 ? 4 : 8, cu->cu_version, in _dwarf_loclist_add_locdesc()
192 DW_AT_high_pc, cu->cu_length_size == 4 ? 4 : 8, in dwarf_highpc_b()
205 cu->cu_length_size = (dwarf_size == 4 ? 4 : 12); in _dwarf_info_load()
309 *cu_length = cu->cu_length + cu->cu_length_size; in dwarf_die_CU_offset_range()
697 at->u[0].u64, cu->cu_pointer_size, cu->cu_length_size == 4 ? 4 : 8, in _dwarf_loc_add()
323 uint16_t cu_length_size; /* Size in bytes of the length field. */ member