Lines Matching defs:desc
134 const char *desc = note_data->d_buf + desc_offset;
140 if (! ebl_core_note (core_arg->ebl, &nhdr, name, desc,
154 uint32_t val32 = read_4ubyte_unaligned_noncvt (desc + item->offset);
189 const char *desc = note_data->d_buf + desc_offset;
195 int core_note_err = ebl_core_note (core_arg->ebl, &nhdr, name, desc,
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);
242 desc += regs_offset;
249 const char *reg_desc = desc + regloc->offset;
382 const char *desc = note_data->d_buf + desc_offset;
388 if (! ebl_core_note (ebl, &nhdr, name, desc,
402 uint32_t val32 = read_4ubyte_unaligned_noncvt (desc + item->offset);