OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:get_named_text_section
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
varasm.cc
552
get_named_text_section
(tree decl,
621
return
get_named_text_section
(decl, ".text.startup", NULL);
628
return
get_named_text_section
(decl, ".text.exit", NULL);
634
return
get_named_text_section
(decl, ".text.unlikely", NULL);
636
return
get_named_text_section
(decl, ".text.hot", NULL);
551
get_named_text_section
(tree decl,
function
/src/external/gpl3/gcc.old/dist/gcc/
varasm.cc
555
get_named_text_section
(tree decl,
624
return
get_named_text_section
(decl, ".text.startup", NULL);
631
return
get_named_text_section
(decl, ".text.exit", NULL);
637
return
get_named_text_section
(decl, ".text.unlikely", NULL);
639
return
get_named_text_section
(decl, ".text.hot", NULL);
554
get_named_text_section
(tree decl,
function
Completed in 24 milliseconds
Indexes created Mon Sep 07 00:24:45 UTC 2026