Lines Matching refs:txtname
356 const char *const txtname) in nop_mcount() argument
383 txtname); in nop_mcount()
418 char const *const txtname, in find_secsym_ndx() argument
445 txtndx, txtname); in find_secsym_ndx()
459 char const *const txtname = &shstrtab[w(txthdr->sh_name)]; in __has_rel_mcount() local
461 if (strcmp("__mcount_loc", txtname) == 0) { in __has_rel_mcount()
469 return txtname; in __has_rel_mcount()
490 char const *txtname; in tot_relsize() local
493 txtname = has_rel_mcount(shdrp, shdr0, shstrtab, fname); in tot_relsize()
494 if (txtname && is_mcounted_section_name(txtname)) in tot_relsize()
528 char const *const txtname = has_rel_mcount(relhdr, shdr0, in do_func() local
530 if (txtname && is_mcounted_section_name(txtname)) { in do_func()
533 w(relhdr->sh_info), txtname, &recval, in do_func()
541 } else if (txtname && (warn_on_notrace_sect || make_nop)) { in do_func()
546 nop_mcount(relhdr, ehdr, txtname); in do_func()