Searched refs:cu_abbrev_offset (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,
42 cu_abbrev_offset == NULL || cu_pointer_size == NULL ||
63 *cu_abbrev_offset = dbg->dbg_cu_current->cu_abbrev_offset;
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.h128 uint64_t cu_abbrev_offset; member in struct:_Dwarf_CU
H A Ddwarf_dump.c781 Dwarf_Unsigned cu_abbrev_offset; local
790 printf (" Abbrev Offset: %lu\n", (u_long) cu->cu_abbrev_offset);
794 &cu_version, &cu_abbrev_offset, &cu_pointer_size,
823 printf (" Abbrev Offset: %lu\n", (u_long) cu->cu_abbrev_offset);
H A Ddwarf_init.c430 offset = cu->cu_abbrev_offset;
520 cu->cu_abbrev_offset = dwarf_read(&d, &offset, dbg->dbg_offsize);
/freebsd-9.3-release/contrib/binutils/include/elf/
H A Ddwarf2.h95 unsigned char cu_abbrev_offset [4]; member in struct:__anon627
104 unsigned long cu_abbrev_offset; member in struct:__anon628
/freebsd-9.3-release/contrib/gcc/
H A Ddwarf2.h95 unsigned char cu_abbrev_offset [4]; member in struct:__anon1148
104 unsigned long cu_abbrev_offset; member in struct:__anon1149
/freebsd-9.3-release/contrib/binutils/binutils/
H A Ddwarf.c1629 compunit.cu_abbrev_offset = byte_get (hdrptr, offset_size);
1655 printf (_(" Abbrev Offset: %ld\n"), compunit.cu_abbrev_offset);
1679 if (compunit.cu_abbrev_offset >= debug_displays [abbrev].section.size)
1685 + compunit.cu_abbrev_offset - debug_displays [abbrev].section.address,

Completed in 245 milliseconds