Lines Matching defs:note
744 * note:
2116 * note:
3540 Word pn_namesz; /* Value of note namesz field */
3541 Word pn_descsz; /* Value of note descsz field */
3542 Word pn_type; /* Value of note type field */
3548 * Extract the various sub-parts of a note entry, and advance the
3557 * for the recovered note entry is found in the state pn_ fields.
3570 * (4-byte words) of the note information block.
3629 * If multiple information blocks exist within a .note section
3661 * Traverse a note section analyzing each note information block.
3681 * Print out a single `note' information block.
3689 * Is this a Solaris core note? Such notes all have
3735 * If this is a core note, let the corenote()
3779 * the note data is to display it as hex bytes.
3791 * Search for and process .note sections.
3793 * Returns the number of note sections seen.
3796 note(Cache *cache, Word shnum, Ehdr *ehdr, const char *file)
3801 * Otherwise look for any .note sections.
3818 * Note that we will continue on to display the note even
3842 * The Linux Standard Base defines a special note named .note.ABI-tag
3847 * This function returns True (1) if such a note is seen, and False (0)
3862 * .note.ABI-tag, and must have data.
4917 * to see if it has a Linux .note.ABI-tag section,
5184 note_cnt = note(cache, shnum, ehdr, file);
5189 * the core note sections. This means that note() won't
5195 * - No note sections were found
5200 * and then process them in a second call to note().
5206 (void) note(note_cache, note_shnum, ehdr, file);