FILE
  LSPhdrsCommandImpl(PHDRS_COMMAND)
    PsiElement(PHDRS)('PHDRS')
    PsiWhiteSpace(' ')
    PsiElement({)('{')
    PsiWhiteSpace('\n  ')
    LSPhdrStmtImpl(PHDR_STMT)
      PsiElement(IDENTIFIER)('all')
      PsiWhiteSpace(' ')
      LSPhdrTypeImpl(PHDR_TYPE)
        PsiElement(PT_LOAD)('PT_LOAD')
      PsiElement(;)(';')
    PsiWhiteSpace('\n  ')
    LSPhdrStmtImpl(PHDR_STMT)
      PsiElement(IDENTIFIER)('dyn')
      PsiWhiteSpace(' ')
      LSPhdrTypeImpl(PHDR_TYPE)
        PsiElement(PT_DYNAMIC)('PT_DYNAMIC')
      PsiElement(;)(';')
    PsiWhiteSpace('\n')
    PsiElement(})('}')
  PsiWhiteSpace('\n')
  LSSectionsCommandImpl(SECTIONS_COMMAND)
    PsiElement(SECTIONS)('SECTIONS')
    PsiWhiteSpace(' ')
    PsiElement({)('{')
    PsiWhiteSpace('\n  ')
    LSSectionStmtImpl(SECTION_STMT)
      LSOutputSectionDescriptionImpl(OUTPUT_SECTION_DESCRIPTION)
        PsiElement(IDENTIFIER)('.rela.plt')
        PsiWhiteSpace(' ')
        PsiElement(:)(':')
        PsiWhiteSpace(' ')
        PsiElement({)('{')
        PsiWhiteSpace(' ')
        LSInputSectionDescriptionImpl(INPUT_SECTION_DESCRIPTION)
          LSInputSectionRuleImpl(INPUT_SECTION_RULE)
            PsiElement(*)('*')
            PsiElement(()('(')
            LSInputSectionsListImpl(INPUT_SECTIONS_LIST)
              PsiElement(IDENTIFIER)('.rela.plt')
            PsiElement())(')')
        PsiWhiteSpace(' ')
        PsiElement(})('}')
        LSOutputSectionPhdrsImpl(OUTPUT_SECTION_PHDRS)
          PsiElement(:)(':')
          PsiWhiteSpace(' ')
          PsiElement(IDENTIFIER)('all')
    PsiWhiteSpace('\n  ')
    LSSectionStmtImpl(SECTION_STMT)
      LSOutputSectionDescriptionImpl(OUTPUT_SECTION_DESCRIPTION)
        PsiElement(IDENTIFIER)('.dynamic')
        PsiWhiteSpace(' ')
        PsiElement(:)(':')
        PsiWhiteSpace(' ')
        PsiElement({)('{')
        PsiWhiteSpace(' ')
        LSInputSectionDescriptionImpl(INPUT_SECTION_DESCRIPTION)
          LSInputSectionRuleImpl(INPUT_SECTION_RULE)
            PsiElement(*)('*')
            PsiElement(()('(')
            LSInputSectionsListImpl(INPUT_SECTIONS_LIST)
              PsiElement(IDENTIFIER)('.dynamic')
            PsiElement())(')')
        PsiWhiteSpace(' ')
        PsiElement(})('}')
        LSOutputSectionPhdrsImpl(OUTPUT_SECTION_PHDRS)
          PsiElement(:)(':')
          PsiWhiteSpace(' ')
          PsiElement(IDENTIFIER)('all')
          PsiWhiteSpace(' ')
          PsiElement(:)(':')
          PsiWhiteSpace(' ')
          PsiElement(IDENTIFIER)('dyn')
    PsiWhiteSpace('\n  ')
    LSSectionStmtImpl(SECTION_STMT)
      LSOutputSectionDescriptionImpl(OUTPUT_SECTION_DESCRIPTION)
        PsiElement(IDENTIFIER)('.got.plt')
        PsiWhiteSpace(' ')
        PsiElement(:)(':')
        PsiWhiteSpace(' ')
        PsiElement({)('{')
        LSInputSectionDescriptionImpl(INPUT_SECTION_DESCRIPTION)
          LSInputSectionRuleImpl(INPUT_SECTION_RULE)
            PsiElement(*)('*')
            PsiElement(()('(')
            LSInputSectionsListImpl(INPUT_SECTIONS_LIST)
              PsiElement(IDENTIFIER)('.got.plt')
            PsiElement())(')')
        PsiElement(})('}')
        LSOutputSectionPhdrsImpl(OUTPUT_SECTION_PHDRS)
          PsiElement(:)(':')
          PsiWhiteSpace(' ')
          PsiElement(IDENTIFIER)('all')
    PsiWhiteSpace('\n')
    PsiElement(})('}')