Lines Matching refs:txtname
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()
599 if (txtname && is_mcounted_section_name(txtname)) in tot_relsize()
655 char const *const txtname = has_rel_mcount(relhdr, shdr0, in do_func() local
657 if (txtname == already_has_rel_mcount) { in do_func()
662 if (txtname && is_mcounted_section_name(txtname)) { in do_func()
667 result = find_secsym_ndx(w(relhdr->sh_info), txtname, in do_func()
679 } else if (txtname && (warn_on_notrace_sect || make_nop)) { in do_func()
684 if (nop_mcount(relhdr, ehdr, txtname) < 0) { in do_func()