Home
last modified time | relevance | path

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

/mirbsd/src/usr.bin/file/
Dreadelf.c153 : sizeof nh64)
156 : getu32(swap, nh64.n_type))
159 : getu32(swap, nh64.n_namesz))
162 : getu32(swap, nh64.n_descsz))
279 Elf64_Nhdr nh64; in donote() local
289 memcpy(&nh64, &nbuf[offset], sizeof(nh64)); in donote()