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

  /src/sys/arch/mips/mips/
mips_fixup.c 82 const int32_t upper_end = (addr + size - 1 + 32768) & ~0xffff; local in function:mips_fixup_exceptions
100 if (upper_start == offset || upper_end == offset) {
mips_fixup.c 82 const int32_t upper_end = (addr + size - 1 + 32768) & ~0xffff; local in function:mips_fixup_exceptions
100 if (upper_start == offset || upper_end == offset) {

Completed in 125 milliseconds