From professional translators, enterprises, web pages and freely available translation repositories.
positions tuples: call from instruction address to target function. call from source line to target function. call from source function to target function. (un)conditional jump from source to target instruction. (un)conditional jump from source to target line. jumps between functions are not allowed, as this makes no sense in a call graph; thus, constructs like exception handling and long jumps in c have to be translated to popping the call stack as needed.
positionsinformation: anrop från instruktionsadress till målfunktion. anrop från källkodsrad till målfunktion. anrop från källfunktion till målfunktion. (o) villkorligt hopp från käll - till målinstruktion. (o) villkorligt hopp från käll - till målrad. hopp mellan funktioner tillåts inte, eftersom det inte är vettigt i ett anropsdiagram. därför måste konstruktioner som undantagshantering och långa hopp i c översättas genom att gå bakåt i anropsstacken efter behov.