%PDF- <> %âãÏÓ endobj 2 0 obj <> endobj 3 0 obj <>/ExtGState<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/Annots[ 28 0 R 29 0 R] /MediaBox[ 0 0 595.5 842.25] /Contents 4 0 R/Group<>/Tabs/S>> endobj ºaâÚÎΞ-ÌE1ÍØÄ÷{òò2ÿ ÛÖ^ÔÀá TÎ{¦?§®¥kuµùÕ5sLOšuY>endobj 2 0 obj<>endobj 2 0 obj<>endobj 2 0 obj<>endobj 2 0 obj<> endobj 2 0 obj<>endobj 2 0 obj<>es 3 0 R>> endobj 2 0 obj<> ox[ 0.000000 0.000000 609.600000 935.600000]/Fi endobj 3 0 obj<> endobj 7 1 obj<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI]>>/Subtype/Form>> stream
;ELC ;;; Compiled ;;; in Emacs version 25.2.1 ;;; with all optimizations. ;;; This file uses dynamic docstrings, first added in Emacs 19.29. ;;; This file does not contain utf-8 non-ASCII characters, ;;; and so can be loaded in Emacs versions earlier than 23. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; (custom-declare-group 'ld-script nil "GNU linker script code editing commands for Emacs." :prefix "ld-script-" :group 'languages) (defvar ld-script-location-counter-face 'ld-script-location-counter) (custom-declare-face 'ld-script-location-counter '((t :weight bold :inherit font-lock-builtin-face)) "Face for location counter in GNU ld script." :group 'ld-script) #@46 Syntax table used while in `ld-script-mode'. (defvar ld-script-mode-syntax-table (byte-code "\301 \302\303\304#\210\302\305\306#\210\302\307\310#\210\302\311\312#\210\302\313\314#\210\302\315\316#\210\302\317\320#\210\302\321\322#\210\302\323\322#\210\302\324\325#\210\302\326\327#\210\302\330\327#\210\302\331\327#\210\302\332\327#\210\302\333\334#\210\302\335\336#\210\302\337\327#\210\302\340\327#\210\302\341\327#\210\302\342\327#\210\302\343\327#\210\302\344\327#\210\302\345\327#\210\302\346\327#\210\302\347\327#\210\302\350\351#\210)\207" [st make-syntax-table modify-syntax-entry 32 "-" 123 "(}" 125 "){" 40 "()" 41 ")(" 91 "(]" 93 ")[" 95 "_" 46 92 "\\" 58 "." 44 63 61 42 ". 23" 47 ". 14" 43 45 33 126 37 60 62 38 124 34 "\""] 4) (#$ . 775)) #@33 Keywords used of GNU ld script. (defvar ld-script-keywords '("ENTRY" "INCLUDE" "INPUT" "GROUP" "AS_NEEDED" "OUTPUT" "SEARCH_DIR" "STARTUP" "OUTPUT_FORMAT" "TARGET" "REGION_ALIAS" "ASSERT" "EXTERN" "FORCE_COMMON_ALLOCATION" "INHIBIT_COMMON_ALLOCATION" "INSERT" "AFTER" "BEFORE" "NOCROSSREFS" "OUTPUT_ARCH" "LD_FEATURE" "PROVIDE" "PROVIDE_HIDDEN" "SECTIONS" "SORT" "SORT_BY_NAME" "SORT_BY_ALIGNMENT" "SORT_BY_INIT_PRIORITY" "COMMON" "KEEP" "BYTE" "SHORT" "LONG" "QUAD" "SQUAD" "FILL" "CREATE_OBJECT_SYMBOLS" "CONSTRUCTORS" "__CTOR_LIST__" "__CTOR_END__" "__DTOR_LIST__" "__DTOR_END__" "NOLOAD" "DSECT" "COPY" "INFO" "OVERLAY" "AT" "SUBALIGN" "ONLY_IF_RO" "ONLY_IF_RW" ":PHDR" "MEMORY" "PHDRS" "FILEHDR" "FLAGS" "PT_NULL" "PT_LOAD" "PT_DYNAMIC" "PT_INTERP" "PT_NOTE" "PT_SHLIB" "PT_PHDR" "VERSION") (#$ . 1562)) #@37 Builtin functions of GNU ld script. (defvar ld-script-builtins '("CONSTANT" "MAXPAGESIZE" "COMMONPAGESIZE" "ABSOLUTE" "ADDR" "ALIGN" "ALIGNOF" "BLOCK" "DATA_SEGMENT_ALIGN" "DATA_SEGMENT_END" "DATA_SEGMENT_RELRO_END" "DEFINED" "LENGTH" "len" "l" "LOADADDR" "MAX" "MIN" "NEXT" "ORIGIN" "org" "o" "SEGMENT_START" "SIZEOF" "SIZEOF_HEADERS" "sizeof_headers") (#$ . 2377)) #@50 Default font-lock-keywords for `ld-script-mode'. (defvar ld-script-font-lock-keywords (byte-code "\303\304\305!\306Q\307B\304\305 !\306Q\310B\311BB\n\"\207" [ld-script-keywords ld-script-builtins cpp-font-lock-keywords append "\\_<" regexp-opt "\\_>" (0 font-lock-keyword-face) (0 font-lock-builtin-face) (("/DISCARD/\\|EXCLUDE_FILE\\|:NONE" . font-lock-warning-face) ("\\W\\(\\.\\)\\W" 1 ld-script-location-counter-face))] 5) (#$ . 2750)) #@166 Hook run after entering LD-Script mode. No problems result if this variable is not bound. `add-hook' automatically binds it. (This is true for all hook variables.) (defvar ld-script-mode-hook nil (#$ . 3198)) (byte-code "\300\301!\204\f \302\301\303\304#\210\300\207" [boundp ld-script-mode-map put definition-name ld-script-mode] 4) (defvar ld-script-mode-map (make-sparse-keymap)) (byte-code "\300\301N\204 \302\300\301\303\304!#\210\305\306!\204 \302\306\307\310#\210\300\207" [ld-script-mode-map variable-documentation put purecopy "Keymap for `ld-script-mode'." boundp ld-script-mode-syntax-table definition-name ld-script-mode] 5) (defvar ld-script-mode-syntax-table (make-syntax-table)) (byte-code "\300\301N\204 \302\300\301\303\304!#\210\302\305\306\307#\207" [ld-script-mode-syntax-table variable-documentation put purecopy "Syntax table for `ld-script-mode'." ld-script-mode-abbrev-table definition-name ld-script-mode] 5) (defvar ld-script-mode-abbrev-table (progn (define-abbrev-table 'ld-script-mode-abbrev-table nil) ld-script-mode-abbrev-table)) (byte-code "\300\301N\204 \302\300\301\303\304!#\210\302\305\306\307#\207" [ld-script-mode-abbrev-table variable-documentation put purecopy "Abbrev table for `ld-script-mode'." ld-script-mode derived-mode-parent prog-mode] 5) #@223 A major mode to edit GNU ld script files In addition to any hooks its parent mode `prog-mode' might have run, this mode runs the hook `ld-script-mode-hook', as the final step during initialization. \{ld-script-mode-map} (defalias 'ld-script-mode #[nil "\306\300!\210\307\310 \210\311\312\310\313N\203 \314\311\313\310\313N#\210\315!\204' \316\317 \"\210\320\f!\211\2036 \321 =\203<