Lines Matching defs:note
750 * note:
2134 * note:
3560 Word pn_namesz; /* Value of note namesz field */
3561 Word pn_descsz; /* Value of note descsz field */
3562 Word pn_type; /* Value of note type field */
3568 * Extract the various sub-parts of a note entry, and advance the
3577 * for the recovered note entry is found in the state pn_ fields.
3590 * (4-byte words) of the note information block.
3649 * If multiple information blocks exist within a .note section
3681 * Traverse a note section analyzing each note information block.
3701 * Print out a single `note' information block.
3709 * Is this a Solaris core note? Such notes all have
3755 * If this is a core note, let the corenote()
3799 * the note data is to display it as hex bytes.
3811 * Search for and process .note sections.
3813 * Returns the number of note sections seen.
3816 note(Cache *cache, Word shnum, Ehdr *ehdr, const char *file)
3821 * Otherwise look for any .note sections.
3838 * Note that we will continue on to display the note even
3862 * The Linux Standard Base defines a special note named .note.ABI-tag
3867 * This function returns True (1) if such a note is seen, and False (0)
3882 * .note.ABI-tag, and must have data.
4998 * to see if it has a Linux .note.ABI-tag section,
5265 note_cnt = note(cache, shnum, ehdr, file);
5270 * the core note sections. This means that note() won't
5276 * - No note sections were found
5281 * and then process them in a second call to note().
5287 (void) note(note_cache, note_shnum, ehdr, file);