Lines Matching defs:size
240 size_t size;
246 /* Default size of allocated memory blocks. */
300 to give the whole struct a nice round size. */
449 Note same 4/8 offset size trick as above.
594 type *_result = (type *) (_tail->mem + (_tail->size - _tail->remaining));\
860 Dwarf_Off offset, size_t size)
866 || unlikely (data->d_size < size)
867 || unlikely (offset > data->d_size - size))
878 const void *addr, size_t size)
884 || unlikely (data->d_size < size)
885 || unlikely ((size_t)(addr - data->d_buf) > data->d_size - size))
935 size_t size)
940 return __libdw_offset_in_section (dbg, sec_ret, *ret, size);
947 size_t size)
950 return __libdw_offset_in_section (dbg_ret, sec_ret, *ret, size);
1103 /* In theory the offset size could be different