Home | History | Annotate | Download | only in libdwfl

Lines Matching refs:notes

73 #define KNOTESFILE	"/sys/kernel/notes"
74 #define MODNOTESFMT "/sys/module/%s/notes"
371 intuit_kernel_bounds (Dwarf_Addr *start, Dwarf_Addr *end, Dwarf_Addr *notes)
379 *notes = 0;
400 if (*notes == 0)
405 *notes = last;
568 Dwarf_Addr notes;
570 zero NOTES will be initialized. Fake the initialization. */
571 asm ("" : "=m" (notes));
572 int result = intuit_kernel_bounds (&start, &end, &notes);
576 return unlikely (mod == NULL) ? -1 : check_kernel_notes (mod, notes);