Lines Matching refs:txtname
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()
526 char const *const txtname = has_rel_mcount(relhdr, shdr0, in do_func() local
528 if (txtname && is_mcounted_section_name(txtname)) { in do_func()
531 w(relhdr->sh_info), txtname, &recval, in do_func()
539 } else if (txtname && (warn_on_notrace_sect || make_nop)) { in do_func()
544 nop_mcount(relhdr, ehdr, txtname); in do_func()