The Position Independence Status note encodes the setting of
the -fpic/-fpie used when compiling the program.
The value of the note can be
0Static code, ie neither pic nor pie.
1Compiled with -fpic.
2Compiled with -fPIC.
3Compiled with -fpie.
4Compiled with -fPIE
If both pic and pie have been specified on the command line then pie takes the precedence in the encoding.