Searched refs:code_sect (Results 1 – 1 of 1) sorted by relevance
235 u32 code_sect = 0L; in altera_execute() local291 code_sect = get_unaligned_be32(&p[24 + delta]); in altera_execute()438 pc = code_sect; in altera_execute()509 pc = code_sect + in altera_execute()512 if ((pc < code_sect) || (pc >= debug_sect)) in altera_execute()664 pc = code_sect + get_unaligned_be32( in altera_execute()667 if ((pc < code_sect) || in altera_execute()674 pc = stack[--stack_ptr] + code_sect; in altera_execute()675 if ((pc <= code_sect) || in altera_execute()1004 pc = args[0] + code_sect; in altera_execute()[all …]