1 // SPDX-License-Identifier: GPL-2.0 1 2 3 #include <elfutils/libdwfl.h> 4 5 int main(void) 6 { 7 /* 8 * This function is guarded via: __non 9 * Passing '1' as arguments value. Thi 10 * only compiled. 11 */ 12 dwfl_thread_getframes((void *) 1, (voi 13 return 0; 14 } 15
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.