This file is indexed.

/usr/lib/gcc-cross/hppa-linux-gnu/7/plugin/include/insn-constants.h is in gcc-7-plugin-dev-hppa-linux-gnu 7.3.0-16ubuntu3cross1.

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
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
/* Generated automatically by the program `genconstants'
   from the machine description file `md'.  */

#ifndef GCC_INSN_CONSTANTS_H
#define GCC_INSN_CONSTANTS_H

#define MAX_17BIT_OFFSET 262100
#define MAX_12BIT_OFFSET 8184

enum unspec {
  UNSPEC_CFFC = 0,
  UNSPEC_GOTO = 1,
  UNSPEC_DLTIND14R = 2,
  UNSPEC_TP = 3,
  UNSPEC_TLSGD = 4,
  UNSPEC_TLSLDM = 5,
  UNSPEC_TLSLDO = 6,
  UNSPEC_TLSLDBASE = 7,
  UNSPEC_TLSIE = 8,
  UNSPEC_TLSLE = 9,
  UNSPEC_TLSGD_PIC = 10,
  UNSPEC_TLSLDM_PIC = 11,
  UNSPEC_TLSIE_PIC = 12
};
#define NUM_UNSPEC_VALUES 13
extern const char *const unspec_strings[];

enum unspecv {
  UNSPECV_BLOCKAGE = 0,
  UNSPECV_DCACHE = 1,
  UNSPECV_ICACHE = 2,
  UNSPECV_OPC = 3,
  UNSPECV_OEC = 4,
  UNSPECV_LONGJMP = 5
};
#define NUM_UNSPECV_VALUES 6
extern const char *const unspecv_strings[];

#endif /* GCC_INSN_CONSTANTS_H */