FILE
  LSPhdrsCommandImpl(PHDRS_COMMAND)
    PsiElement(PHDRS)('PHDRS')
    PsiWhiteSpace(' ')
    PsiElement({)('{')
    PsiWhiteSpace(' ')
    LSPhdrStmtImpl(PHDR_STMT)
      PsiElement(IDENTIFIER)('eh')
      PsiWhiteSpace(' ')
      LSPhdrTypeImpl(PHDR_TYPE)
        PsiElement(PT_LOAD)('PT_LOAD')
      PsiElement(;)(';')
    PsiWhiteSpace(' ')
    LSPhdrStmtImpl(PHDR_STMT)
      PsiElement(IDENTIFIER)('text')
      PsiWhiteSpace(' ')
      LSPhdrTypeImpl(PHDR_TYPE)
        PsiElement(PT_LOAD)('PT_LOAD')
      PsiElement(;)(';')
    PsiWhiteSpace(' ')
    PsiElement(})('}')
  PsiWhiteSpace('\n')
  LSSectionsCommandImpl(SECTIONS_COMMAND)
    PsiElement(SECTIONS)('SECTIONS')
    PsiWhiteSpace(' ')
    PsiElement({)('{')
    PsiWhiteSpace(' ')
    LSSectionStmtImpl(SECTION_STMT)
      LSAssignmentExprImpl(ASSIGNMENT_EXPR)
        LSSymbolAssignmentImpl(SYMBOL_ASSIGNMENT)
          PsiElement(IDENTIFIER)('.')
          PsiWhiteSpace(' ')
          PsiElement(=)('=')
          PsiWhiteSpace(' ')
          LSPrimaryExprImpl(PRIMARY_EXPR)
            PsiElement(INT)('0x10000')
    PsiElement(;)(';')
    PsiWhiteSpace('\n  ')
    LSSectionStmtImpl(SECTION_STMT)
      LSOutputSectionDescriptionImpl(OUTPUT_SECTION_DESCRIPTION)
        PsiElement(IDENTIFIER)('.eh_frame_hdr')
        PsiWhiteSpace(' ')
        PsiElement(:)(':')
        PsiWhiteSpace(' ')
        PsiElement({)('{')
        PsiWhiteSpace(' ')
        LSInputSectionDescriptionImpl(INPUT_SECTION_DESCRIPTION)
          LSInputSectionRuleImpl(INPUT_SECTION_RULE)
            PsiElement(*)('*')
            PsiElement(()('(')
            LSInputSectionsListImpl(INPUT_SECTIONS_LIST)
              PsiElement(IDENTIFIER)('.eh_frame_hdr*')
            PsiElement())(')')
        PsiWhiteSpace(' ')
        PsiElement(})('}')
        PsiWhiteSpace(' ')
        LSOutputSectionPhdrsImpl(OUTPUT_SECTION_PHDRS)
          PsiElement(:)(':')
          PsiWhiteSpace(' ')
          PsiElement(IDENTIFIER)('eh')
    PsiWhiteSpace('\n  ')
    LSSectionStmtImpl(SECTION_STMT)
      LSOutputSectionDescriptionImpl(OUTPUT_SECTION_DESCRIPTION)
        PsiElement(IDENTIFIER)('.eh_frame')
        PsiWhiteSpace(' ')
        PsiElement(:)(':')
        PsiWhiteSpace(' ')
        PsiElement({)('{')
        PsiWhiteSpace(' ')
        LSInputSectionDescriptionImpl(INPUT_SECTION_DESCRIPTION)
          LSInputSectionRuleImpl(INPUT_SECTION_RULE)
            PsiElement(*)('*')
            PsiElement(()('(')
            LSInputSectionsListImpl(INPUT_SECTIONS_LIST)
              PsiElement(IDENTIFIER)('.eh_frame')
            PsiElement())(')')
        PsiWhiteSpace(' ')
        PsiElement(})('}')
        PsiWhiteSpace(' ')
        LSOutputSectionPhdrsImpl(OUTPUT_SECTION_PHDRS)
          PsiElement(:)(':')
          PsiWhiteSpace(' ')
          PsiElement(IDENTIFIER)('eh')
    PsiWhiteSpace('\n  ')
    LSSectionStmtImpl(SECTION_STMT)
      LSAssignmentExprImpl(ASSIGNMENT_EXPR)
        LSSymbolAssignmentImpl(SYMBOL_ASSIGNMENT)
          PsiElement(IDENTIFIER)('.')
          PsiWhiteSpace(' ')
          PsiElement(=)('=')
          PsiWhiteSpace(' ')
          LSPrimaryExprImpl(PRIMARY_EXPR)
            PsiElement(INT)('0xF00000000')
    PsiElement(;)(';')
    PsiWhiteSpace('\n  ')
    LSSectionStmtImpl(SECTION_STMT)
      LSOutputSectionDescriptionImpl(OUTPUT_SECTION_DESCRIPTION)
        PsiElement(IDENTIFIER)('.text')
        PsiWhiteSpace(' ')
        PsiElement(:)(':')
        PsiWhiteSpace(' ')
        PsiElement({)('{')
        PsiWhiteSpace(' ')
        LSInputSectionDescriptionImpl(INPUT_SECTION_DESCRIPTION)
          LSInputSectionRuleImpl(INPUT_SECTION_RULE)
            PsiElement(*)('*')
            PsiElement(()('(')
            LSInputSectionsListImpl(INPUT_SECTIONS_LIST)
              PsiElement(IDENTIFIER)('.text*')
            PsiElement())(')')
        PsiWhiteSpace(' ')
        PsiElement(})('}')
        PsiWhiteSpace(' ')
        LSOutputSectionPhdrsImpl(OUTPUT_SECTION_PHDRS)
          PsiElement(:)(':')
          PsiWhiteSpace(' ')
          PsiElement(IDENTIFIER)('text')
    PsiWhiteSpace('\n')
    PsiElement(})('}')