%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /usr/local/share/emacs/27.2/lisp/progmodes/
Upload File :
Create Path :
Current File : //usr/local/share/emacs/27.2/lisp/progmodes/ld-script.elc

;ELC
;;; Compiled
;;; in Emacs version 27.2
;;; 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) (#$ . 773))
#@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" "NOCROSSREFS_TO" "OUTPUT_ARCH" "LD_FEATURE" "HIDDEN" "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") (#$ . 1560))
#@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" "LOG2CEIL" "MAX" "MIN" "NEXT" "ORIGIN" "org" "o" "SEGMENT_START" "SIZEOF" "SIZEOF_HEADERS" "sizeof_headers") (#$ . 2401))
#@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) (#$ . 2785))
(defvar ld-script-mode-hook nil)
(byte-code "\300\301N\204\f\302\300\301\303#\210\304\305!\204\302\305\306\307#\210\300\207" [ld-script-mode-hook variable-documentation put "Hook run after entering LD-Script mode.\nNo problems result if this variable is not bound.\n`add-hook' automatically binds it.  (This is true for all hook variables.)" boundp ld-script-mode-map definition-name ld-script-mode] 4)
(defvar ld-script-mode-map (make-sparse-keymap))
(byte-code "\301\302N\204\303\301\302\304\305!#\210\306\307!\204\303\307\310\311#\210\312\313 !\210\307\302N\204-\303\307\302\304\314!#\210\306\300!\204B\303\300\310\311#\210\315\316\300\317\"\210!\210\300\302N\204P\303\300\302\304\320!#\210\303\311\321\322#\207" [ld-script-mode-abbrev-table ld-script-mode-map variable-documentation put purecopy "Keymap for `ld-script-mode'." boundp ld-script-mode-syntax-table definition-name ld-script-mode (lambda (#1=#:def-tmp-var) (defvar ld-script-mode-syntax-table #1#)) make-syntax-table "Syntax table for `ld-script-mode'." (lambda (#1#) (defvar ld-script-mode-abbrev-table #1#)) define-abbrev-table nil "Abbrev table for `ld-script-mode'." derived-mode-parent prog-mode] 5)
#@238 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 or penultimate 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<\322\f\323 \"\210)\324!\325\"\204V!\"=\204V\326!\325\"C#\210\327!\210\330\f!\210!\"\306\331!\210\332\306\333!\210\334\306\335!\210\336)\337\340!\207" [delay-mode-hooks major-mode mode-name ld-script-mode-map ld-script-mode-syntax-table parent make-local-variable t prog-mode ld-script-mode "LD-Script" mode-class put keymap-parent set-keymap-parent current-local-map char-table-parent standard-syntax-table set-char-table-parent syntax-table abbrev-table-get :parents abbrev-table-put use-local-map set-syntax-table comment-start "/* " comment-end " */" font-lock-defaults (ld-script-font-lock-keywords nil) run-mode-hooks ld-script-mode-hook ld-script-mode-abbrev-table local-abbrev-table] 6 (#$ . 4416) nil])
(provide 'ld-script)

Zerion Mini Shell 1.0