Searched refs:cu_version (Results 1 – 11 of 11) sorted by relevance
| /freebsd-12-stable/contrib/elftoolchain/libdwarf/ |
| D | dwarf_cu.c | 34 Dwarf_Unsigned *cu_length, Dwarf_Half *cu_version, in dwarf_next_cu_header_c() argument 82 if (cu_version) in dwarf_next_cu_header_c() 83 *cu_version = cu->cu_version; in dwarf_next_cu_header_c() 116 Dwarf_Half *cu_version, Dwarf_Off *cu_abbrev_offset, in dwarf_next_cu_header_b() argument 122 return (dwarf_next_cu_header_c(dbg, 1, cu_length, cu_version, in dwarf_next_cu_header_b() 129 Dwarf_Half *cu_version, Dwarf_Off *cu_abbrev_offset, in dwarf_next_cu_header() argument 134 return (dwarf_next_cu_header_b(dbg, cu_length, cu_version, in dwarf_next_cu_header()
|
| D | libdwarf_info.c | 206 cu->cu_version = dbg->read(ds->ds_data, &offset, 2); in _dwarf_info_load() 228 if (cu->cu_version < 2 || cu->cu_version > 4) { in _dwarf_info_load() 307 cu->cu_version = 2; /* DWARF2 */ in _dwarf_info_gen() 326 RCHECK(WRITE_VALUE(cu->cu_version, 2)); in _dwarf_info_gen()
|
| D | dwarf_loclist.c | 89 if (at->at_die->die_cu->cu_version >= 4) { in dwarf_loclist_n() 254 version = dbg->dbg_cu_current->cu_version; in dwarf_loclist_from_expr_a() 257 version = dbg->dbg_tu_current->cu_version; in dwarf_loclist_from_expr_a()
|
| D | libdwarf_loclist.c | 78 cu->cu_length_size == 4 ? 4 : 8, cu->cu_version, in _dwarf_loclist_add_locdesc()
|
| D | dwarf_attr.c | 191 *ret_class = dwarf_get_form_class(cu->cu_version, in dwarf_highpc_b()
|
| D | libdwarf_loc.c | 698 cu->cu_version, error); in _dwarf_loc_add()
|
| D | libdwarf_attr.c | 162 if (cu->cu_version == 2) in _dwarf_attr_init()
|
| D | _libdwarf.h | 324 uint16_t cu_version; /* DWARF version. */ member
|
| /freebsd-12-stable/contrib/binutils/include/elf/ |
| D | dwarf2.h | 94 unsigned char cu_version [2]; member 103 unsigned short cu_version; member
|
| /freebsd-12-stable/contrib/gcc/ |
| D | dwarf2.h | 94 unsigned char cu_version [2]; member 103 unsigned short cu_version; member
|
| /freebsd-12-stable/contrib/binutils/binutils/ |
| D | dwarf.c | 1623 compunit.cu_version = byte_get (hdrptr, 2); in process_debug_info() 1654 printf (_(" Version: %d\n"), compunit.cu_version); in process_debug_info() 1669 if (compunit.cu_version != 2 && compunit.cu_version != 3) in process_debug_info() 1763 compunit.cu_version, in process_debug_info()
|