Searched refs:txtname (Results 1 – 3 of 3) sorted by relevance
/linux-6.1.9/scripts/ |
D | recordmcount.h | 453 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() 560 char const *const txtname = &shstrtab[w(txthdr->sh_name)]; in __has_rel_mcount() local 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 594 txtname = has_rel_mcount(shdrp, shdr0, shstrtab, fname); in tot_relsize() 595 if (txtname == already_has_rel_mcount) { in tot_relsize() [all …]
|
D | recordmcount.c | 407 static int is_mcounted_section_name(char const *const txtname) in is_mcounted_section_name() argument 409 return strncmp(".text", txtname, 5) == 0 || in is_mcounted_section_name() 410 strcmp(".init.text", txtname) == 0 || in is_mcounted_section_name() 411 strcmp(".ref.text", txtname) == 0 || in is_mcounted_section_name() 412 strcmp(".sched.text", txtname) == 0 || in is_mcounted_section_name() 413 strcmp(".spinlock.text", txtname) == 0 || in is_mcounted_section_name() 414 strcmp(".irqentry.text", txtname) == 0 || in is_mcounted_section_name() 415 strcmp(".softirqentry.text", txtname) == 0 || in is_mcounted_section_name() 416 strcmp(".kprobes.text", txtname) == 0 || in is_mcounted_section_name() 417 strcmp(".cpuidle.text", txtname) == 0; in is_mcounted_section_name()
|
/linux-6.1.9/arch/arm/kernel/ |
D | module.c | 469 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()
|