This file is indexed.

/usr/lib/gcc/x86_64-linux-gnu/6/include/d/core/sys/solaris/elf.d is in libgphobos-6-dev 6.4.0-17ubuntu1.

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

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
/**
 * D header file for Solaris.
 *
 * $(LINK2 http://src.illumos.org/source/xref/illumos-gate/usr/src/head/elf.h, illumos elf.h)
 */
module core.sys.solaris.elf;

version (Solaris):
extern (C):
nothrow:

public import core.sys.solaris.sys.elf;