Home
last modified time | relevance | path

Searched refs:text_sections (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/device/rockchip/common/linux-kbuild/armhf/linux-kbuild-4.4/scripts/
H A Drecordmcount.pl131 my %text_sections = (
501 $read_function = defined($text_sections{$1});
/OK3568_Linux_fs/device/rockchip/common/linux-kbuild/aarch64/linux-kbuild-4.4/scripts/
H A Drecordmcount.pl131 my %text_sections = (
501 $read_function = defined($text_sections{$1});
/OK3568_Linux_fs/kernel/scripts/
H A Drecordmcount.pl132 my %text_sections = (
533 $read_function = defined($text_sections{$1});
/OK3568_Linux_fs/device/rockchip/common/linux-kbuild/aarch64/linux-kbuild-4.19/scripts/
H A Drecordmcount.pl132 my %text_sections = (
530 $read_function = defined($text_sections{$1});
/OK3568_Linux_fs/device/rockchip/common/linux-kbuild/aarch64/linux-kbuild-5.10/scripts/
H A Drecordmcount.pl132 my %text_sections = (
533 $read_function = defined($text_sections{$1});
/OK3568_Linux_fs/device/rockchip/common/linux-kbuild/armhf/linux-kbuild-5.10/scripts/
H A Drecordmcount.pl132 my %text_sections = (
533 $read_function = defined($text_sections{$1});
/OK3568_Linux_fs/device/rockchip/common/linux-kbuild/armhf/linux-kbuild-4.19/scripts/
H A Drecordmcount.pl132 my %text_sections = (
530 $read_function = defined($text_sections{$1});
/OK3568_Linux_fs/kernel/scripts/mod/
H A Dmodpost.c973 static const char *const text_sections[] = { ALL_TEXT_SECTIONS, NULL }; variable
1256 if (match(fromsec, text_sections) && in secref_whitelist()