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

1 2

  /external/elfutils/libdw/
libdw_findcu.c 110 uint8_t offset_size; local
114 &abbrev_offset, &address_size, &offset_size)
121 + (2 * offset_size - 4));
135 newp->offset_size = offset_size;
dwarf_nextcu.c 115 size_t offset_size = 4; local
120 offset_size = 8;
129 if (unlikely (DIE_OFFSET_FROM_CU_OFFSET (off, offset_size)
147 if (offset_size == 4)
161 *offset_sizep = offset_size;
171 *next_off = off + 2 * offset_size - 4 + length;
libdwP.h 269 uint8_t offset_size; member in struct:Dwarf_CU
295 Note the trick in the computation. If the offset_size is 4
297 offset_size is 8 it accounts for the 4-byte escape value
299 #define DIE_OFFSET_FROM_CU_OFFSET(cu_offset, offset_size) \
300 ((cu_offset) + 3 * (offset_size) - 4 + 3)
307 + (fromcu)->start + 3 * (fromcu)->offset_size - 4 + 3), \
dwarf_diecu.c 74 die->cu->offset_size));
80 *offset_sizep = die->cu->offset_size;
dwarf_getaranges.c 202 unsigned int offset_size; local
204 offset_size = 8;
206 offset_size = 4;
208 offset_size);
libdw_form.c 77 result = cu->version == 2 ? cu->address_size : cu->offset_size;
81 result = cu->offset_size;
dwarf_formref_die.c 73 : attr->cu->offset_size);
dwarf_formstring.c 84 if (attrp->cu->offset_size == 8)
ChangeLog 872 with offset_size value.
874 * libdwP.h (struct Dwarf_CU): Add offset_size member.
875 * libdw_findcu.c: Adjust dwarf_nextcu call. Initialize offset_size
877 * dwarf_formstring.c: Depend on offset_size not address_size for
    [all...]
  /device/samsung/crespo/libs3cjpeg/
JpegEncoder.cpp 393 LongerTagOffest += 8 + NUM_SIZE + tmp*IFD_SIZE + OFFSET_SIZE;
419 pCur += OFFSET_SIZE;
428 LongerTagOffest += NUM_SIZE + NUM_0TH_IFD_EXIF*IFD_SIZE + OFFSET_SIZE;
479 memcpy(pCur, &tmp, OFFSET_SIZE); // next IFD offset
480 pCur += OFFSET_SIZE;
498 LongerTagOffest += NUM_SIZE + tmp*IFD_SIZE + OFFSET_SIZE;
530 memcpy(pCur, &tmp, OFFSET_SIZE); // next IFD offset
531 pCur += OFFSET_SIZE;
548 memcpy(pNextIfdOffset, &tmp, OFFSET_SIZE); // NEXT IFD offset skipped on 0th IFD
556 LongerTagOffest += NUM_SIZE + NUM_1TH_IFD_TIFF*IFD_SIZE + OFFSET_SIZE;
    [all...]
Exif.h 31 #define OFFSET_SIZE 4
  /external/elfutils/libdwfl/
cu.c 175 return cu->die.cu->start + 3 * cu->die.cu->offset_size - 4 + 3;
191 dwkey.offset_size = 0;
  /external/valgrind/main/coregrind/m_debuginfo/
readpdb.c 502 unsigned long offset_size; member in struct:_PDB_SYMBOLS_OLD
517 unsigned long offset_size; member in struct:_PDB_SYMBOLS
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/arm-eabi/bin/
nm 
ar 
objcopy 
ranlib 
strip 
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/bin/
arm-eabi-addr2line 
arm-eabi-c++filt 
arm-eabi-nm 
arm-eabi-readelf 
arm-eabi-size 
arm-eabi-strings 
arm-eabi-ar 

Completed in 132 milliseconds

1 2