Lines Matching refs:doff
555 size_t noff, size_t doff, int *flags) in do_bid_note() argument
579 memcpy(desc, &nbuf[doff], descsz); in do_bid_note()
590 RCAST(const char *, &nbuf[doff]))) == -1) in do_bid_note()
600 size_t noff, size_t doff, int *flags) in do_os_note() argument
606 if (file_printf(ms, ", for SuSE %d.%d", nbuf[doff], in do_os_note()
607 nbuf[doff + 1]) == -1) in do_os_note()
614 memcpy(desc, &nbuf[doff], sizeof(desc)); in do_os_note()
653 if (do_note_netbsd_version(ms, swap, &nbuf[doff]) == -1) in do_os_note()
661 if (do_note_freebsd_version(ms, swap, &nbuf[doff]) in do_os_note()
682 memcpy(&desc, &nbuf[doff], sizeof(desc)); in do_os_note()
694 memcpy(&api_level, &nbuf[doff], sizeof(api_level)); in do_os_note()
706 &nbuf[doff + 4], &nbuf[doff + 4 + 64]) == -1) in do_os_note()
717 size_t noff, size_t doff, int *flags) in do_pax_note() argument
735 memcpy(&desc, &nbuf[doff], sizeof(desc)); in do_pax_note()
756 size_t noff, size_t doff, int *flags) in do_memtag_note() argument
774 memcpy(&desc, &nbuf[doff], sizeof(desc)); in do_memtag_note()
795 size_t noff, size_t doff, int *flags, size_t size, int clazz) in do_core_note() argument
843 memcpy(&pi, nbuf + doff, MIN(descsz, sizeof(pi))); in do_core_note()
871 if (file_printf(ms, ", from '%.80s'", nbuf + doff + in do_core_note()
875 if (doff + pidoff + 4 <= size) { in do_core_note()
878 doff + pidoff)))) == -1) in do_core_note()
902 size_t noffset = doff + reloffset; in do_core_note()
966 for (no = doff + prpsoffsets(k); in do_core_note()
967 no < doff + prpsoffsets(i); no++) in do_core_note()
975 &nbuf[doff + prpsoffsets(i)]); in do_core_note()
1075 size_t noff __attribute__((__unused__)), size_t doff, in do_auxv_note() argument
1114 memcpy(xauxv_addr, &nbuf[doff + off], xauxv_sizeof); in do_auxv_note()
1221 size_t noff, doff; in donote() local
1266 doff = ELF_ALIGN(offset + namesz); in donote()
1272 return doff; in donote()
1275 offset = ELF_ALIGN(doff + descsz); in donote()
1276 if (doff + descsz > size) { in donote()
1286 namesz, descsz, noff, doff, flags)) in donote()
1292 namesz, descsz, noff, doff, flags)) in donote()
1298 namesz, descsz, noff, doff, flags)) in donote()
1303 namesz, descsz, noff, doff, flags)) in donote()
1309 namesz, descsz, noff, doff, flags, size, clazz)) in donote()
1315 namesz, descsz, noff, doff, flags, size, clazz, in donote()
1351 str = RCAST(const char *, &nbuf[doff]); in donote()