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