This file is indexed.

/usr/src/linux-headers-4.4.0-141-generic/scripts/mod/.devicetable-offsets.h.cmd is in linux-headers-4.4.0-141-generic 4.4.0-141.167.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

1
cmd_scripts/mod/devicetable-offsets.h := 	(set -e; echo "$(pound)ifndef __DEVICETABLE_OFFSETS_H__"; echo "$(pound)define __DEVICETABLE_OFFSETS_H__"; echo "/*"; echo " * DO NOT MODIFY."; echo " *"; echo " * This file was generated by Kbuild"; echo " *"; echo " */"; echo ""; sed -ne 	"/^->/{s:->$(pound)\(.*\):/* \1 */:; s:^->\([^ ]*\) [\$$$(pound)]*\([-0-9]*\) \(.*\):$(pound)define \1 \2 /* \3 */:; s:^->\([^ ]*\) [\$$$(pound)]*\([^ ]*\) \(.*\):$(pound)define \1 \2 /* \3 */:; s:->::; p;}" scripts/mod/devicetable-offsets.s; echo ""; echo "$(pound)endif" ) > scripts/mod/devicetable-offsets.h