Searched refs:dump_note_string (Results 1 – 1 of 1) sorted by relevance
/freebsd-src/contrib/elftoolchain/readelf/ |
H A D | readelf.c | 3774 dump_note_string(const char *description, const char *s, size_t len) in dump_note_string() function 3797 { 5, "Xen version", dump_note_string }, 3798 { 6, "Guest OS", dump_note_string }, 3799 { 7, "Guest version", dump_note_string }, 3800 { 8, "Loader", dump_note_string }, 3801 { 9, "PAE mode", dump_note_string }, 3802 { 10, "Features", dump_note_string }, 3803 { 11, "BSD symtab", dump_note_string },
|