Searched refs:namesz (Results 1 - 3 of 3) sorted by relevance

/fuchsia/zircon/kernel/lib/version/
H A Dversion.cpp56 uint32_t namesz; member in struct:build_id_note
71 note->namesz != sizeof(NOTE_NAME) ||
/fuchsia/zircon/system/host/kernel-buildsig/
H A Dkernel-buildsig.cpp38 uint32_t namesz; member in struct:__anon576::elf_buildid_note
184 byteswap(&note.namesz);
187 if (note.namesz == ELF_BUILDID_NOTE_NAMESZ &&
/fuchsia/zircon/system/public/zircon/driver/
H A Dbinding.h177 uint32_t namesz; member in struct:__anon720
180 // ELF note name. namesz is the exact size of the name (including '\0'),
186 /* .namesz = */ sizeof(ZIRCON_NOTE_NAME), \

Completed in 46 milliseconds