Home | History | Annotate | Download | only in tools

Lines Matching full:headers

3 # this program is used to find source code that includes linux kernel headers directly
23 -d <include-dir> specify alternate kernel headers
36 this program is used to find all the kernel headers that are used
133 #destdir = "/tmp/bionic-kernel-headers/"
149 headers = fparser.getHeaders()
152 # now recursively scan the kernel headers for additionnal sub-included headers
153 hparser = kernel.KernelHeaderFinder(headers,archs,kernel_root,kernel_config)
154 headers = hparser.scanForAllArchs()
159 print "the following %d headers:" % len(headers)
160 for h in sorted(headers):
172 for h in sorted(headers):