Lines Matching refs:notes
71 #define KNOTESFILE "/sys/kernel/notes"
72 #define MODNOTESFMT "/sys/module/%s/notes"
525 intuit_kernel_bounds (Dwarf_Addr *start, Dwarf_Addr *end, Dwarf_Addr *notes)
529 *notes = 0;
549 if (*notes == 0 && !strcmp (state.p, "__start_notes\n"))
550 *notes = *end;
604 /* This is somewhat ugly, GNU Property notes use different padding,
734 Dwarf_Addr notes;
735 int result = intuit_kernel_bounds (&start, &end, ¬es);
739 return unlikely (mod == NULL) ? -1 : check_kernel_notes (mod, notes);