HomeSort by: relevance | last modified time | path
    Searched defs:mcount_addr (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/arch/mips/mips/
mips_fixup.c 305 static uint32_t mcount_addr = 0; local in function:mips_fixup_addr
308 if (mcount_addr == 0)
309 mcount_addr = (uint32_t)(uintptr_t)_mcount & 0x0fffffff;
384 if (insn.JType.target << 2 != mcount_addr) {

Completed in 12 milliseconds