Searched refs:cu_version (Results 1 - 7 of 7) sorted by relevance

/freebsd-9.3-release/lib/libdwarf/
H A Ddwarf_cu.c33 Dwarf_Half *cu_version, Dwarf_Unsigned *cu_abbrev_offset,
41 if (dbg == NULL || cu_header_length == NULL || cu_version == NULL ||
62 *cu_version = dbg->dbg_cu_current->cu_version;
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.h127 uint16_t cu_version; /* DWARF version. */ member in struct:_Dwarf_CU
H A Ddwarf_dump.c780 Dwarf_Half cu_version; local
789 printf (" Version: %hu\n", cu->cu_version);
794 &cu_version, &cu_abbrev_offset, &cu_pointer_size,
822 printf (" Version: %hu\n", cu->cu_version);
H A Ddwarf_init.c379 if (cu->cu_version == 2)
381 else if (cu->cu_version == 3)
519 cu->cu_version = dwarf_read(&d, &offset, 2);
537 if (cu->cu_version != 2 && cu->cu_version != 3) {
/freebsd-9.3-release/contrib/binutils/include/elf/
H A Ddwarf2.h94 unsigned char cu_version [2]; member in struct:__anon627
103 unsigned short cu_version; member in struct:__anon628
/freebsd-9.3-release/contrib/gcc/
H A Ddwarf2.h94 unsigned char cu_version [2]; member in struct:__anon1148
103 unsigned short cu_version; member in struct:__anon1149
/freebsd-9.3-release/contrib/binutils/binutils/
H A Ddwarf.c1623 compunit.cu_version = byte_get (hdrptr, 2);
1654 printf (_(" Version: %d\n"), compunit.cu_version);
1669 if (compunit.cu_version != 2 && compunit.cu_version != 3)
1763 compunit.cu_version,

Completed in 358 milliseconds