Home | Sort by: relevance | last modified time | path |
/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) { |