Home
last modified time | relevance | path

Searched refs:make_nop (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/scripts/
H A Drecordmcount.c232 static int (*make_nop)(void *map, size_t const offset); variable
573 make_nop = make_nop_x86; in do_file()
581 make_nop = make_nop_arm; in do_file()
588 make_nop = make_nop_arm64; in do_file()
602 make_nop = make_nop_x86; in do_file()
H A Drecordmcount.h476 if (make_nop) in nop_mcount()
477 ret = make_nop((void *)ehdr, _w(shdr->sh_offset) + _w(relp->r_offset)); in nop_mcount()
483 if (!make_nop) in nop_mcount()
679 } else if (txtname && (warn_on_notrace_sect || make_nop)) { in do_func()