Lines Matching defs:offset
108 size_t offset;
126 while (offset = core_arg->thread_note_offset, offset < note_data->d_size
127 && (core_arg->thread_note_offset = gelf_getnote (note_data, offset,
154 uint32_t val32 = read_4ubyte_unaligned_noncvt (desc + item->offset);
159 thread_arg->note_offset = offset;
173 size_t offset = thread_arg->note_offset;
180 assert (offset < note_data->d_size);
181 size_t getnote_err = gelf_getnote (note_data, offset, &nhdr, &name_offset,
208 uint32_t val32 = read_4ubyte_unaligned_noncvt (desc + item->offset);
225 uint32_t val32 = read_4ubyte_unaligned_noncvt (desc + item->offset);
232 uint64_t val64 = read_8ubyte_unaligned_noncvt (desc + item->offset);
249 const char *reg_desc = desc + regloc->offset;
371 size_t offset = 0;
375 while (offset < note_data->d_size
376 && (offset = gelf_getnote (note_data, offset,
402 uint32_t val32 = read_4ubyte_unaligned_noncvt (desc + item->offset);