HomeSort by relevance Sort by last modified time
    Searched refs:offset_size (Results 1 - 25 of 35) sorted by null

1 2

  /external/elfutils/libdw/
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;
dwarf_diecu.c 49 *offset_sizep = die->cu->offset_size;
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_cu_die.c 55 *offset_sizep = cu->offset_size;
dwarf_formstring.c 70 attrp->cu->offset_size, &off, IDX_debug_str, 1))
dwarf_getaranges.c 200 unsigned int offset_size; local
202 offset_size = 8;
204 offset_size = 4;
206 offset_size,
libdw_findcu.c 75 uint8_t offset_size; local
82 &address_size, &offset_size,
108 newp->offset_size = offset_size;
libdw_form.c 59 result = cu->version == 2 ? cu->address_size : cu->offset_size;
66 result = cu->offset_size;
dwarf_formref_die.c 53 : cu->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, \
dwarf_formudata.c 57 attr->cu->offset_size, &offset, sec_index, 0))
  /external/google-breakpad/src/common/dwarf/
dwarf2diehandler.h 270 uint8 offset_size, uint64 cu_length,
294 uint8 offset_size, uint64 cu_length,
dwarf2diehandler.cc 53 uint8 offset_size, uint64 cu_length,
56 offset_size, cu_length,
functioninfo.h 133 uint8 offset_size, uint64 cu_length,
functioninfo.cc 114 uint8 offset_size,
dwarf2reader.h 340 uint8 offset_size, uint64 cu_length,
    [all...]
  /toolchain/binutils/binutils-2.25/binutils/
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...]
dwarf.h 189 unsigned int offset_size; member in struct:__anon75450
  /external/elfutils/libdwfl/
cu.c 155 initialization of dwkey.start and offset_size in intern_cu ()
158 return DIE_OFFSET_FROM_CU_OFFSET (cu->die.cu->start, cu->die.cu->offset_size,
200 dwkey.offset_size = 0;
  /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/google-breakpad/src/common/
dwarf_cu_to_module.h 256 uint8 offset_size, uint64 cu_length,
  /toolchain/binutils/binutils-2.25/gold/
dwarf_reader.cc 716 if (this->dwinfo_->offset_size() == 4)
729 if (this->dwinfo_->offset_size() == 4)
948 pattr += this->dwinfo_->offset_size();
    [all...]
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/gas/
dw2gencfi.c 1544 int offset_size; local
    [all...]
  /art/compiler/utils/mips/
assembler_mips.cc 1475 OffsetBits offset_size = GetOffsetSizeNeeded(location_, target_); local
1730 OffsetBits offset_size = local
    [all...]

Completed in 455 milliseconds

1 2