Home
last modified time | relevance | path

Searched refs:txtname (Results 1 – 3 of 3) sorted by relevance

/linux-6.3-rc2/scripts/
A Drecordmcount.h453 const char *const txtname) in nop_mcount() argument
480 txtname); in nop_mcount()
517 char const *const txtname, in find_secsym_ndx() argument
548 txtndx, txtname); in find_secsym_ndx()
562 if (strcmp("__mcount_loc", txtname) == 0) { in __has_rel_mcount()
570 return txtname; in __has_rel_mcount()
591 char const *txtname; in tot_relsize() local
595 if (txtname == already_has_rel_mcount) { in tot_relsize()
599 if (txtname && is_mcounted_section_name(txtname)) in tot_relsize()
657 if (txtname == already_has_rel_mcount) { in do_func()
[all …]
A Drecordmcount.c415 static int is_mcounted_section_name(char const *const txtname) in is_mcounted_section_name() argument
417 return strncmp(".text", txtname, 5) == 0 || in is_mcounted_section_name()
418 strcmp(".init.text", txtname) == 0 || in is_mcounted_section_name()
419 strcmp(".ref.text", txtname) == 0 || in is_mcounted_section_name()
420 strcmp(".sched.text", txtname) == 0 || in is_mcounted_section_name()
421 strcmp(".spinlock.text", txtname) == 0 || in is_mcounted_section_name()
422 strcmp(".irqentry.text", txtname) == 0 || in is_mcounted_section_name()
423 strcmp(".softirqentry.text", txtname) == 0 || in is_mcounted_section_name()
424 strcmp(".kprobes.text", txtname) == 0 || in is_mcounted_section_name()
425 strcmp(".cpuidle.text", txtname) == 0; in is_mcounted_section_name()
/linux-6.3-rc2/arch/arm/kernel/
A Dmodule.c469 const char *txtname; in module_finalize() local
477 txtname = ".text"; in module_finalize()
479 txtname = secname + strlen(".ARM.exidx"); in module_finalize()
480 txt_sec = find_mod_section(hdr, sechdrs, txtname); in module_finalize()

Completed in 7 milliseconds