HomeSort by: relevance | last modified time | path
    Searched refs:cu_abbrev_offset (Results 1 - 7 of 7) sorted by relevancy

  /src/external/bsd/elftoolchain/dist/libdwarf/
dwarf_cu.c 38 Dwarf_Off *cu_abbrev_offset, Dwarf_Half *cu_pointer_size,
88 if (cu_abbrev_offset)
89 *cu_abbrev_offset = (Dwarf_Off) cu->cu_abbrev_offset;
123 Dwarf_Off *cu_abbrev_offset, Dwarf_Half *cu_pointer_size,
129 cu_abbrev_offset, cu_pointer_size, cu_offset_size,
137 Dwarf_Half *cu_version, Dwarf_Off *cu_abbrev_offset,
144 cu_abbrev_offset, cu_pointer_size, cu_offset_size,
150 Dwarf_Half *cu_version, Dwarf_Off *cu_abbrev_offset,
156 cu_abbrev_offset, cu_pointer_size, NULL, NULL, cu_next_offset
    [all...]
libdwarf_info.c 227 cu->cu_abbrev_offset = dbg->read(ds->ds_data, &offset,
232 cu->cu_abbrev_offset = dbg->read(ds->ds_data, &offset,
238 cu->cu_abbrev_offset_cur = cu->cu_abbrev_offset;
363 ds->ds_size, 0, cu->cu_abbrev_offset, ".debug_abbrev", error));
_libdwarf.h 333 uint64_t cu_abbrev_offset; /* Offset into .debug_abbrev. */ member in struct:_Dwarf_CU
  /src/external/gpl3/binutils/dist/binutils/
dwarf.h 57 uint64_t cu_abbrev_offset; member in struct:__anon9891
dwarf.c 3982 SAFE_BYTE_GET_AND_INC (compunit.cu_abbrev_offset, hdrptr, offset_size,
4008 compunit.cu_abbrev_offset,
4061 SAFE_BYTE_GET_AND_INC (compunit.cu_abbrev_offset, hdrptr, offset_size, end_cu);
4140 compunit.cu_abbrev_offset);
4193 compunit.cu_abbrev_offset, NULL);
  /src/external/gpl3/binutils.old/dist/binutils/
dwarf.h 57 uint64_t cu_abbrev_offset; member in struct:__anon11373
dwarf.c 3910 SAFE_BYTE_GET_AND_INC (compunit.cu_abbrev_offset, hdrptr, offset_size,
3935 compunit.cu_abbrev_offset,
3992 SAFE_BYTE_GET_AND_INC (compunit.cu_abbrev_offset, hdrptr, offset_size, end_cu);
4069 compunit.cu_abbrev_offset);
4122 compunit.cu_abbrev_offset, NULL);

Completed in 24 milliseconds