Searched refs:txtname (Results 1 – 2 of 2) sorted by relevance
| /utopia/UTPA2-700.0.x/projects/build/scripts/ |
| H A D | recordmcount.h | 354 const char *const txtname) in nop_mcount() argument 381 txtname); in nop_mcount() 416 char const *const txtname, in find_secsym_ndx() argument 443 txtndx, txtname); in find_secsym_ndx() 457 char const *const txtname = &shstrtab[w(txthdr->sh_name)]; in __has_rel_mcount() local 459 if (strcmp("__mcount_loc", txtname) == 0) { in __has_rel_mcount() 467 return txtname; in __has_rel_mcount() 488 char const *txtname; in tot_relsize() local 491 txtname = has_rel_mcount(shdrp, shdr0, shstrtab, fname); in tot_relsize() 492 if (txtname && is_mcounted_section_name(txtname)) in tot_relsize() [all …]
|
| H A D | recordmcount.c | 237 is_mcounted_section_name(char const *const txtname) in is_mcounted_section_name() argument 239 return strcmp(".text", txtname) == 0 || in is_mcounted_section_name() 240 strcmp(".ref.text", txtname) == 0 || in is_mcounted_section_name() 241 strcmp(".sched.text", txtname) == 0 || in is_mcounted_section_name() 242 strcmp(".spinlock.text", txtname) == 0 || in is_mcounted_section_name() 243 strcmp(".irqentry.text", txtname) == 0 || in is_mcounted_section_name() 244 strcmp(".kprobes.text", txtname) == 0 || in is_mcounted_section_name() 245 strcmp(".text.unlikely", txtname) == 0; in is_mcounted_section_name()
|