HomeSort by relevance Sort by last modified time
    Searched defs:offset_size (Results 1 - 17 of 17) sorted by null

  /external/elfutils/libdw/
dwarf_next_cfi.c 69 size_t offset_size = 4; local
73 offset_size = 8;
83 || unlikely (length < offset_size + 1))
87 computation. If the offset_size is 4 the '- 4' term undoes the
88 '2 *'. If offset_size is 8 this term computes the size of the
90 *next_off = off + (2 * offset_size - 4) + length;
95 if (offset_size == 8)
115 || unlikely (pos <= (ptrdiff_t) offset_size))
dwarf_nextcu.c 95 size_t offset_size = 4; local
100 offset_size = 8;
110 if (unlikely (DIE_OFFSET_FROM_CU_OFFSET (off, offset_size, debug_types)
127 if (__libdw_read_offset_inc (dwarf, sec_idx, &bytes, offset_size,
139 if (__libdw_read_offset_inc (dwarf, sec_idx, &bytes, offset_size,
167 *offset_sizep = offset_size;
171 *next_off = off + 2 * offset_size - 4 + length;
libdw_findcu.c 75 uint8_t offset_size; local
82 &address_size, &offset_size,
108 newp->offset_size = offset_size;
dwarf_getaranges.c 200 unsigned int offset_size; local
202 offset_size = 8;
204 offset_size = 4;
206 offset_size,
libdwP.h 292 uint8_t offset_size; member in struct:Dwarf_CU
329 Note the trick in the computation. If the offset_size is 4
331 offset_size is 8 it accounts for the 4-byte escape value
333 #define DIE_OFFSET_FROM_CU_OFFSET(cu_offset, offset_size, type_unit) \
334 ((type_unit) ? ((cu_offset) + 4 * (offset_size) - 4 + 3 + 8) \
335 : ((cu_offset) + 3 * (offset_size) - 4 + 3))
343 (fromcu)->offset_size, \
  /art/compiler/utils/mips/
assembler_mips.h 641 OffsetBits offset_size; member in struct:art::mips::FINAL::Branch::BranchInfo
    [all...]
assembler_mips.cc 1475 OffsetBits offset_size = GetOffsetSizeNeeded(location_, target_); local
1730 OffsetBits offset_size = local
    [all...]
  /art/compiler/utils/mips64/
assembler_mips64.h 556 OffsetBits offset_size; member in struct:art::mips64::FINAL::Branch::BranchInfo
assembler_mips64.cc 1177 OffsetBits offset_size = GetOffsetSizeNeeded(location_, target_); local
1405 OffsetBits offset_size = local
    [all...]
  /toolchain/binutils/binutils-2.25/binutils/
dwarf.h 189 unsigned int offset_size; member in struct:__anon75043
dwarf.c 657 dwarf_vma offset_size, int dwo)
663 dwarf_vma index_offset = idx * offset_size;
672 if (index_offset + offset_size > index_section->size)
683 str_offset = byte_get (index_section->start + index_offset, offset_size);
932 unsigned int offset_size,
2335 unsigned int offset_size; local
2384 compunit.cu_pointer_size, offset_size); local
2713 unsigned int offset_size; local
3273 unsigned int offset_size; local
3473 unsigned int offset_size; local
4003 unsigned int offset_size, initial_length_size; local
4209 unsigned int offset_size, initial_length_size; local
4301 unsigned int offset_size = 4; local
4601 unsigned int offset_size = debug_information [debug_info_entry].offset_size; local
4720 unsigned int offset_size = debug_information [debug_info_entry].offset_size; local
5089 unsigned int offset_size; local
5867 unsigned int offset_size; local
    [all...]
  /toolchain/binutils/binutils-2.25/gas/
dw2gencfi.c 1544 int offset_size; local
    [all...]
  /external/google-breakpad/src/common/dwarf/
dwarf2reader.cc 1802 size_t offset_size = reader_->OffsetSize(); local
    [all...]
  /toolchain/binutils/binutils-2.25/gold/
dwarf_reader.h 759 offset_size() const function in class:gold::Dwarf_info_reader
1085 int offset_size; member in struct:gold::Sized_dwarf_line_info::Dwarf_line_infoHeader
    [all...]
  /toolchain/binutils/binutils-2.25/bfd/
dwarf2.c 269 unsigned char offset_size; member in struct:comp_unit
629 if (unit->offset_size == 4)
634 *bytes_read_ptr = unit->offset_size;
660 if (unit->offset_size == 4)
665 *bytes_read_ptr = unit->offset_size;
944 if (unit->offset_size == 4)
948 info_ptr += unit->offset_size;
958 if (unit->offset_size == 4)
962 info_ptr += unit->offset_size;
1548 unsigned int i, bytes_read, offset_size; local
3775 unsigned int offset_size = addr_size; local
    [all...]
  /external/valgrind/coregrind/m_debuginfo/
readpdb.c 480 unsigned long offset_size; member in struct:_PDB_SYMBOLS_OLD
495 unsigned long offset_size; member in struct:_PDB_SYMBOLS
    [all...]
  /external/elfutils/src/
readelf.c 5869 unsigned int offset_size; member in struct:attrcb_args
7009 uint_fast8_t offset_size = 4; local
    [all...]

Completed in 376 milliseconds