Home
last modified time | relevance | path

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

/scripts/
Drecordmcount.h369 const char *const txtname) in nop_mcount() argument
396 txtname); in nop_mcount()
433 char const *const txtname, in find_secsym_ndx() argument
462 txtndx, txtname); in find_secsym_ndx()
474 char const *const txtname = &shstrtab[w(txthdr->sh_name)]; in __has_rel_mcount() local
476 if (strcmp("__mcount_loc", txtname) == 0) { in __has_rel_mcount()
484 return txtname; in __has_rel_mcount()
505 char const *txtname; in tot_relsize() local
508 txtname = has_rel_mcount(shdrp, shdr0, shstrtab, fname); in tot_relsize()
509 if (txtname == already_has_rel_mcount) { in tot_relsize()
[all …]
Drecordmcount.c405 static int is_mcounted_section_name(char const *const txtname) in is_mcounted_section_name() argument
407 return strncmp(".text", txtname, 5) == 0 || in is_mcounted_section_name()
408 strcmp(".init.text", txtname) == 0 || in is_mcounted_section_name()
409 strcmp(".ref.text", txtname) == 0 || in is_mcounted_section_name()
410 strcmp(".sched.text", txtname) == 0 || in is_mcounted_section_name()
411 strcmp(".spinlock.text", txtname) == 0 || in is_mcounted_section_name()
412 strcmp(".irqentry.text", txtname) == 0 || in is_mcounted_section_name()
413 strcmp(".softirqentry.text", txtname) == 0 || in is_mcounted_section_name()
414 strcmp(".kprobes.text", txtname) == 0 || in is_mcounted_section_name()
415 strcmp(".cpuidle.text", txtname) == 0 || in is_mcounted_section_name()
[all …]