This is for XCOFF DWARF support.
Seems when DWARF debug is enable, symbol 0 has special usage for AIX binder. At least, symbol 0 can not be the .text section. Otherwise, we get some binding time error.
Add correct C_FILE symbol at index 0 here to make AIX binder work.
Currently, I add no auxiliary entry for C_FILE symbol because I can not find any use for it for AIX toolchains.
The symbol name is .file when the auxiliary entry is present and is the source filename when not. Ideally, we put in the intended value; otherwise, this needs to be marked with a FIXME.