Home | History | Annotate | Download | only in perf

Lines Matching refs:section_name

19046 static void add_init_array_defines(TCCState *s1, const char *section_name)
19053 snprintf(sym_start, sizeof(sym_start), "__%s_start", section_name + 1);
19054 snprintf(sym_end, sizeof(sym_end), "__%s_end", section_name + 1);
19056 s = find_section(s1, section_name);