Lines Matching refs:namesz
66 (namesz == sizeof(v) && memcmp(n, v, namesz) == 0)
554 int swap __attribute__((__unused__)), uint32_t namesz, uint32_t descsz, in do_bid_note() argument
585 if (namesz == 4 && memcmp(RCAST(char *, &nbuf[noff]), "Go", 3) == 0 && in do_bid_note()
599 int swap, uint32_t namesz, uint32_t descsz, in do_os_note() argument
716 int swap, uint32_t namesz, uint32_t descsz, in do_pax_note() argument
755 int swap, uint32_t namesz, uint32_t descsz, in do_memtag_note() argument
794 int swap, uint32_t namesz, uint32_t descsz, in do_core_note() argument
816 if ((namesz == 4 && memcmp(name, "CORE", 4) == 0) || in do_core_note()
825 if ((namesz >= 11 && memcmp(name, "NetBSD-CORE", 11) == 0)) { in do_core_note()
1073 int swap, uint32_t namesz __attribute__((__unused__)), in do_auxv_note() argument
1222 uint32_t namesz, descsz; in donote() local
1243 namesz = xnh_namesz; in donote()
1246 if ((namesz == 0) && (descsz == 0)) { in donote()
1253 if (namesz & 0x80000000) { in donote()
1255 CAST(unsigned long, namesz)); in donote()
1266 doff = ELF_ALIGN(offset + namesz); in donote()
1268 if (offset + namesz > 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()