Searched refs:code_sect (Results 1 – 1 of 1) sorted by relevance
221 u32 code_sect = 0L; in altera_execute() local277 code_sect = get_unaligned_be32(&p[24 + delta]); in altera_execute()424 pc = code_sect; in altera_execute()495 pc = code_sect + in altera_execute()498 if ((pc < code_sect) || (pc >= debug_sect)) in altera_execute()647 pc = code_sect + get_unaligned_be32( in altera_execute()650 if ((pc < code_sect) || in altera_execute()657 pc = stack[--stack_ptr] + code_sect; in altera_execute()658 if ((pc <= code_sect) || in altera_execute()969 pc = args[0] + code_sect; in altera_execute()[all …]