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

1 2 3

  /external/elfutils/libdw/
dwarf_nextcu.c 78 size_t offset_size = 4; local
80 offset_size = 8;
83 computation. If the offset_size is 4 the '- 4' term undoes the
84 '2 *'. If offset_size is 8 this term computes the size of the
86 if (unlikely (off + 2 * offset_size - 4 + sizeof (uint16_t)
87 + offset_size + sizeof (uint8_t)
105 if (offset_size == 4)
119 *offset_sizep = offset_size;
128 *next_off = off + 2 * offset_size - 4 + length;
libdw_findcu.c 73 uint8_t offset_size; local
77 &abbrev_offset, &address_size, &offset_size) != 0)
88 newp->offset_size = offset_size;
dwarf_getaranges.c 144 unsigned int offset_size; local
146 offset_size = 8;
148 offset_size = 4;
149 new_arange->arange.offset = offset + 3 * offset_size - 4 + 3;
dwarf_formstring.c 48 if (attrp->cu->offset_size == 8)
ChangeLog 138 with offset_size value.
140 * libdwP.h (struct Dwarf_CU): Add offset_size member.
141 * libdw_findcu.c: Adjust dwarf_nextcu call. Initialize offset_size
143 * dwarf_formstring.c: Depend on offset_size not address_size for
libdw_form.c 42 result = cu->offset_size;
libdwP.h 228 uint8_t offset_size; member in struct:Dwarf_CU
  /external/elfcopy/
dwarf.c 1647 int offset_size; local
1857 int offset_size; local
2130 int offset_size, initial_length_size; local
2690 int offset_size; local
3093 int offset_size; local
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/bin/
arm-eabi-readelf 
arm-eabi-addr2line 
arm-eabi-ar 
arm-eabi-c++filt 
arm-eabi-nm 
arm-eabi-ranlib 
arm-eabi-run 
arm-eabi-size 
arm-eabi-strings 
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/bin/
i686-unknown-linux-gnu-readelf 
i686-unknown-linux-gnu-addr2line 
i686-unknown-linux-gnu-ar 
i686-unknown-linux-gnu-c++filt 
i686-unknown-linux-gnu-nm 
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/arm-eabi/bin/
ar 
nm 
ranlib 

Completed in 1720 milliseconds

1 2 3