Searched refs:xnh_type (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/file/src/ |
H A D | readelf.c | 200 #define xnh_type (clazz == ELFCLASS32 \ macro 1285 if (do_os_note(ms, nbuf, xnh_type, swap, in donote() 1291 if (do_bid_note(ms, nbuf, xnh_type, swap, in donote() 1297 if (do_pax_note(ms, nbuf, xnh_type, swap, in donote() 1302 if (do_memtag_note(ms, nbuf, xnh_type, swap, in donote() 1308 if (do_core_note(ms, nbuf, xnh_type, swap, in donote() 1314 if (do_auxv_note(ms, nbuf, xnh_type, swap, in donote() 1325 switch (xnh_type) { in donote() 1344 if (file_printf(ms, ", note=%u", xnh_type) == -1) in donote()
|