Lines Matching full:list
6 A linker list is constructed by grouping together linker input
7 sections, each containing one entry of the list. Each input section
9 content. Linker list input sections are constructed from the list
11 together. Assuming _list and _entry are the list and entry names,
39 single list.
42 allows putting a start and end symbols around a list, by mapping
45 Start and end symbols for a list can generally be defined as
60 Here is an example of the sorted sections which result from a list
73 part of a list), one can simply give the list a name of the form
74 'outer_2_inner', where 'outer' is the global list name and 'inner'
75 is the sub-list name. Iterators for the whole list should use the
76 global list name ("outer"); iterators for only a sub-list should use
77 the full sub-list name ("outer_2_inner").
79 Here is an example of the sections generated from a global list
81 defined for the whole list and each sub-list: