/external/elfutils/0.153/libdw/ |
H A D | dwarf_next_cfi.c | 91 size_t offset_size = 4; local 95 offset_size = 8; 105 || unlikely (length < offset_size + 1)) 109 computation. If the offset_size is 4 the '- 4' term undoes the 110 '2 *'. If offset_size is 8 this term computes the size of the 112 *next_off = off + (2 * offset_size - 4) + length; 117 if (offset_size == 8) 137 || unlikely (pos <= (ptrdiff_t) offset_size))
|
H A D | dwarf_nextcu.c | 123 size_t offset_size = 4; local 128 offset_size = 8; 138 if (unlikely (DIE_OFFSET_FROM_CU_OFFSET (off, offset_size, debug_types) 155 if (__libdw_read_offset_inc (dwarf, sec_idx, &bytes, offset_size, 167 if (__libdw_read_offset_inc (dwarf, sec_idx, &bytes, offset_size, 195 *offset_sizep = offset_size; 199 *next_off = off + 2 * offset_size - 4 + length;
|
H A D | libdw_findcu.c | 72 uint8_t offset_size; local 79 &address_size, &offset_size, 99 newp->offset_size = offset_size;
|
H A D | dwarf_getaranges.c | 209 unsigned int offset_size; local 211 offset_size = 8; 213 offset_size = 4; 215 offset_size,
|
H A D | libdwP.h | 291 uint8_t offset_size; member in struct:Dwarf_CU 324 Note the trick in the computation. If the offset_size is 4 326 offset_size is 8 it accounts for the 4-byte escape value 328 #define DIE_OFFSET_FROM_CU_OFFSET(cu_offset, offset_size, type_unit) \ 329 ((type_unit) ? ((cu_offset) + 4 * (offset_size) - 4 + 3 + 8) \ 330 : ((cu_offset) + 3 * (offset_size) - 4 + 3)) 338 (fromcu)->offset_size, \
|
/external/chromium_org/third_party/brotli/src/woff2/ |
H A D | woff2_dec.cc | 398 const uint64_t offset_size = index_format ? 4 : 2; local 402 if (offset_size * loca_size > dst_size) {
|
/external/chromium_org/third_party/ots/src/ |
H A D | woff2.cc | 502 const uint64_t offset_size = index_format ? 4 : 2; local 507 if (offset_size * loca_size > dst_size) {
|
/external/elfutils/0.153/src/ |
H A D | readelf.c | 3907 unsigned int vers, unsigned int addrsize, unsigned int offset_size, 3910 const unsigned int ref_size = vers < 3 ? addrsize : offset_size; 4348 addrsize, offset_size, uleb, data); 4490 uint_fast8_t address_size, uint_fast8_t offset_size, 4510 .dwarf64 = offset_size == 8, 5524 unsigned int offset_size; member in struct:attrcb_args 5656 cbargs->addrsize, cbargs->offset_size, num); 5665 cbargs->addrsize, cbargs->offset_size, num); 5791 cbargs->version, cbargs->addrsize, cbargs->offset_size, 5874 .offset_size 3906 print_ops(Dwfl_Module *dwflmod, Dwarf *dbg, int indent, int indentrest, unsigned int vers, unsigned int addrsize, unsigned int offset_size, Dwarf_Word len, const unsigned char *data) argument 4489 notice_listptr(enum section_e section, struct listptr_table *table, uint_fast8_t address_size, uint_fast8_t offset_size, Dwarf_Off offset) argument 6492 uint_fast8_t offset_size = 4; local [all...] |
/external/valgrind/main/coregrind/m_debuginfo/ |
H A D | readpdb.c | 480 unsigned long offset_size; member in struct:_PDB_SYMBOLS_OLD 495 unsigned long offset_size; member in struct:_PDB_SYMBOLS 1181 symbols->offset_size = old->offset_size;
|