Lines Matching refs:txtname
453 const char *const txtname)
480 txtname);
517 char const *const txtname,
548 txtndx, txtname);
560 char const *const txtname = &shstrtab[w(txthdr->sh_name)];
562 if (strcmp("__mcount_loc", txtname) == 0) {
570 return txtname;
591 char const *txtname;
594 txtname = has_rel_mcount(shdrp, shdr0, shstrtab, fname);
595 if (txtname == already_has_rel_mcount) {
599 if (txtname && is_mcounted_section_name(txtname))
655 char const *const txtname = has_rel_mcount(relhdr, shdr0,
657 if (txtname == already_has_rel_mcount) {
662 if (txtname && is_mcounted_section_name(txtname)) {
667 result = find_secsym_ndx(w(relhdr->sh_info), txtname,
679 } else if (txtname && (warn_on_notrace_sect || make_nop)) {
684 if (nop_mcount(relhdr, ehdr, txtname) < 0) {