• Christophe Leroy's avatar
    module: Introduce data_layout · 6ab9942c
    Christophe Leroy authored
    In order to allow separation of data from text, add another layout,
    called data_layout. For architectures requesting separation of text
    and data, only text will go in core_layout and data will go in
    data_layout.
    
    For architectures which keep text and data together, make data_layout
    an alias of core_layout, that way data_layout can be used for all
    data manipulations, regardless of whether data is in core_layout or
    data_layout.
    Signed-off-by: default avatarChristophe Leroy <christophe.leroy@csgroup.eu>
    Signed-off-by: default avatarLuis Chamberlain <mcgrof@kernel.org>
    6ab9942c
kallsyms.c 14 KB