aboutsummaryrefslogtreecommitdiffstats
path: root/queries/linkerscript/locals.scm
blob: 6b766037044eaad2ac4aa7f354b5446d6f0afe73 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
; References
[
  (symbol)
  (filename)
  (quoted_symbol)
] @local.reference

; Definitions
(output_section
  name: (symbol) @local.definition.var)

(memory_command
  name: (symbol) @local.definition.var)

(phdrs_command
  name: (symbol) @local.definition.var)