Linux Audio

Check our new training course

Real-Time Linux with PREEMPT_RT training

Feb 18-20, 2025
Register
Loading...
Note: File does not exist in v4.17.
 1PHDRS
 2{
 3  text PT_LOAD FILEHDR PHDRS FLAGS (7);
 4  data PT_LOAD FLAGS (7);
 5}
 6#ifdef CONFIG_SUN3
 7#include "vmlinux-sun3.lds"
 8#else
 9#include "vmlinux-std.lds"
10#endif