Home
last modified time | relevance | path

Searched refs:nh32 (Results 1 – 1 of 1) sorted by relevance

/mirbsd/src/usr.bin/file/
Dreadelf.c152 ? sizeof nh32 \
155 ? getu32(swap, nh32.n_type) \
158 ? getu32(swap, nh32.n_namesz) \
161 ? getu32(swap, nh32.n_descsz) \
278 Elf32_Nhdr nh32; in donote() local
287 memcpy(&nh32, &nbuf[offset], sizeof(nh32)); in donote()